Преглед изворни кода

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

Marius Stanciu пре 6 година
родитељ
комит
26d2831ded
2 измењених фајлова са 6 додато и 2 уклоњено
  1. 2 2
      FlatCAMObj.py
  2. 4 0
      README.md

+ 2 - 2
FlatCAMObj.py

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

+ 4 - 0
README.md

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