Path: added .gcode extension to available gode file formats

This commit is contained in:
Yorik van Havre 2015-12-13 12:31:53 -02:00
parent f26844e1bc
commit c66be818b9

View File

@ -124,5 +124,5 @@ class PathWorkbench ( Workbench ):
Gui.addWorkbench(PathWorkbench())
FreeCAD.addImportType("GCode (*.nc *.gc *.ncc *.ngc *.cnc *.tap)","PathGui")
FreeCAD.addExportType("GCode (*.nc *.gc *.ncc *.ngc *.cnc *.tap)","PathGui")
FreeCAD.addImportType("GCode (*.nc *.gc *.ncc *.ngc *.cnc *.tap *.gcode)","PathGui")
FreeCAD.addExportType("GCode (*.nc *.gc *.ncc *.ngc *.cnc *.tap *.gcode)","PathGui")