Commit f13cb9d1 authored by sumpfralle's avatar sumpfralle

added an "All supported model filetypes" filter to the "open model" dialog


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@551 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent e18cb883
......@@ -57,8 +57,9 @@ GTKMENU_FILE = "menubar.xml"
HELP_WIKI_URL = "http://sourceforge.net/apps/mediawiki/pycam/index.php?title=%s"
FILTER_GCODE = ("GCode files", ("*.ngc", "*.nc", "*.gc", "*.gcode"))
FILTER_MODEL = (("STL models", "*.stl"), ("DXF contours", "*.dxf"),
("SVG files", "*.svg"))
FILTER_MODEL = (("All supported model filetypes", ("*.stl", "*.dxf", "*.svg")),
("STL models", "*.stl"), ("DXF contours", "*.dxf"),
("SVG contours", "*.svg"))
FILTER_CONFIG = ("Config files", "*.conf")
FILTER_EMC_TOOL = ("EMC tool files", "*.tbl")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment