- minor PEP changes
This commit is contained in:
@@ -3187,7 +3187,7 @@ class CNCjob(Geometry):
|
||||
log.warning("G-code generation not implemented for %s" % (str(type(geo))))
|
||||
|
||||
# Reverse coordinates if not a loop so we can continue
|
||||
# cutting without returning to the beginhing.
|
||||
# cutting without returning to the beginning.
|
||||
if type(geo) == LineString:
|
||||
geo.coords = list(geo.coords)[::-1]
|
||||
reverse = True
|
||||
|
||||
Reference in New Issue
Block a user