Added postprocessing GUI and Code

This commit is contained in:
Jakob Staudt 2018-05-24 11:57:42 +02:00
parent bdc2d8cc59
commit 6877d0cd9b
2 changed files with 3 additions and 3 deletions

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)

View File

@ -203,8 +203,8 @@ class CNCObjectUI(ObjectUI):
"is generated."
)
self.custom_box.addWidget(processorlabel)
self.processing_script = FCTextArea()
self.custom_box.addWidget(self.processing_script)
self.process_script = FCTextArea()
self.custom_box.addWidget(self.process_script)
# Dwell