소스 검색

- 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