Fix bug in ->gcode-verts when called without resolution param
This commit is contained in:
parent
0288ea01a6
commit
71537845c8
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
(->gcode-verts geom {}))
|
||||
([geom {:keys [r]}]
|
||||
(vertices->gcode-verts (try
|
||||
(g/vertices geom r)
|
||||
(if r (g/vertices geom r) (g/vertices geom))
|
||||
(catch IllegalArgumentException _
|
||||
(g/vertices geom))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue