- added the '.ngc' fiel extension to the GCode Save file dialog filter

This commit is contained in:
Marius Stanciu 2019-11-07 12:57:25 +02:00
parent 8a8f571f0b
commit 26d2831ded
2 changed files with 6 additions and 2 deletions

View File

@ -5979,8 +5979,8 @@ class FlatCAMCNCjob(FlatCAMObj, CNCjob):
_filter_ = "HPGL Files (*.plt);;" \
"All Files (*.*)"
else:
_filter_ = "G-Code Files (*.nc);;G-Code Files (*.txt);;G-Code Files (*.tap);;G-Code Files (*.cnc);;" \
"G-Code Files (*.g-code);;All Files (*.*)"
_filter_ = "G-Code Files (*.nc);;G-Code Files (*.txt);;G-Code Files (*.tap);;G-Code Files (*.ngc);;" \
"G-Code Files (*.cnc);;G-Code Files (*.g-code);;All Files (*.*)"
try:
dir_file_to_save = self.app.get_last_save_folder() + '/' + str(name)

View File

@ -9,6 +9,10 @@ CAD program, and create G-Code for Isolation routing.
=================================================
7.11.2019
- added the '.ngc' fiel extension to the GCode Save file dialog filter
6.11.2019
- the "CRTL+S" key combo when the Preferences Tab is in focus will save the Preferences instead of saving the Project