mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-05 18:40:44 +08:00
Removed test comment.
This commit is contained in:
parent
68f6ebf5d2
commit
96d38d4312
@ -128,7 +128,7 @@ class GcodeSmallSkein:
|
||||
elif line.startswith('(<infill>'):
|
||||
self.output.write(';TYPE:FILL\n');
|
||||
elif line.startswith('(<alteration>'):
|
||||
self.output.write(';TYPE:CUSTOM X\n');
|
||||
self.output.write(';TYPE:CUSTOM\n');
|
||||
self.parsingAlteration = True
|
||||
elif line.startswith('(</alteration>)'):
|
||||
self.parsingAlteration = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user