- when using the NCCAD9 preprocessor (for Kosy machines) at GCode save the .knc extension will be automatically preselected
- added a preprocessor for Roland MDX-540
This commit is contained in:
@@ -656,6 +656,8 @@ class CNCJobObject(FlatCAMObj, CNCjob):
|
||||
|
||||
if 'Roland' in self.pp_excellon_name or 'Roland' in self.pp_geometry_name:
|
||||
_filter_ = "RML1 Files .rol (*.rol);;All Files (*.*)"
|
||||
elif 'nccad' in self.pp_excellon_name.lower() or 'nccad' in self.pp_geometry_name.lower():
|
||||
_filter_ = "KOSY Files .knc (*.knc);;All Files (*.*)"
|
||||
elif 'hpgl' in self.pp_geometry_name:
|
||||
_filter_ = "HPGL Files .plt (*.plt);;All Files (*.*)"
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user