Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-02-27 18:09:22 +0300
committerbubnikv <bubnikv@gmail.com>2017-02-27 18:09:22 +0300
commit4010dd71f67f1f44a83678958d050ea2f9c7e539 (patch)
treeed286d0e9a4d9b8909027ef443c9ab990997bdb5 /utils
parent8a8b49ea02cde0e8c62040936837b7b7e8692f5e (diff)
Support Prusa Control project files (.PRUS) by the GUI.
Diffstat (limited to 'utils')
-rw-r--r--utils/zsh/functions/_slic3r2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/zsh/functions/_slic3r b/utils/zsh/functions/_slic3r
index 72957c4eb..56a198ae9 100644
--- a/utils/zsh/functions/_slic3r
+++ b/utils/zsh/functions/_slic3r
@@ -111,7 +111,7 @@ _arguments -S \
'--support-material-extrusion-width[specify extrusion width for support material]:support material extrusion width in mm or % of --layer-height' \
'--bridge-flow-ratio[specify multiplier for extrusion when bridging]:bridge extrusion multiplier' \
\
- '*:input file:_files -g "*.(#i)(stl|obj|amf|xml)(-.)"'
+ '*:input file:_files -g "*.(#i)(stl|obj|amf|xml|prus)(-.)"'
# Local Variables: ***
# mode:sh ***