- 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:
Marius Stanciu
2021-07-21 23:56:53 +03:00
committed by Marius
parent 29988a622e
commit 1330b1047c
5 changed files with 139 additions and 4 deletions

View File

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