Path: added .gcode extension to available gode file formats
This commit is contained in:
parent
f26844e1bc
commit
c66be818b9
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user