Removed test comment.

master
daid 2012-07-05 14:06:47 +02:00
parent 68f6ebf5d2
commit 96d38d4312
1 changed files with 1 additions and 1 deletions

View File

@ -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