Fixed Indentation Error in line 1077

This commit is contained in:
Jakob Staudt
2018-05-24 10:04:47 +00:00
parent 6877d0cd9b
commit 20bc6b4da5

View File

@@ -1074,7 +1074,7 @@ class FlatCAMCNCjob(FlatCAMObj, CNCjob):
preamble = str(self.ui.prepend_text.get_value())
postamble = str(self.ui.append_text.get_value())
processor = str(self.ui.process_script.get_value())
processor = str(self.ui.process_script.get_value())
self.export_gcode(filename, preamble=preamble, postamble=postamble, processor=processor)