We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192eaa0 commit 6b634fbCopy full SHA for 6b634fb
src/gcode.py
@@ -283,7 +283,7 @@ def parseGCode(lines):
283
args, comment = line.split(";")[:2]
284
args = args.split(" ")
285
if line.endswith("rotation"): # we have either rotation or incline
286
- args, comment = line.split(";")[1:3] # we remove first colon
+ args, comment = line.split(";")[1:3] # we remove first colon
287
288
printer.finishLayer()
289
# if any(a.lower().startswith('u') for a in args): # rotation
0 commit comments