chiark / gitweb /
Add missing extensions from http://umforum.ultimaker.com/index.php?/topic/2960-live...
authordaid <daid303@gmail.com>
Tue, 24 Sep 2013 09:16:08 +0000 (11:16 +0200)
committerdaid <daid303@gmail.com>
Tue, 24 Sep 2013 09:16:08 +0000 (11:16 +0200)
Cura/gui/tools/youmagineGui.py

index 126d3a775b74b840a3962e0210c383c9fc5ea5cd..bdf6f9cdeae503a217dae5d479851c29bcf578b3 100644 (file)
@@ -18,7 +18,7 @@ from Cura.util.resources import getPathForImage
 
 from Cura.gui.util import webcam
 
-DESIGN_FILE_EXT = ['.scad', '.blend', '.max', '.stp', '.step', '.igs', '.iges', '.sldasm', '.sldprt', '.skp', '.ipt', '.dwg', '.123d', '.wings']
+DESIGN_FILE_EXT = ['.scad', '.blend', '.max', '.stp', '.step', '.igs', '.iges', '.sldasm', '.sldprt', '.skp', '.iam', '.prt', '.x_t', '.ipt', '.dwg', '.123d', '.wings', '.fcstd', '.top']
 
 def getClipboardText():
        ret = ''