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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-06-08 01:24:53 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-06-08 01:24:53 +0400
commitb12a09ed71b5264e5e0123ff0e38b12df07a7657 (patch)
tree2b79a9376973c08f99fb353c5ddacbd03f17bf51 /utils
parent510c2092dff31a17201e4de20d160a0b643a8e32 (diff)
Rename makerbot G-code flavor to makerware; also mention Repetier among RepRap firmwares. #1034
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 41b2594bd..10a0ce05b 100644
--- a/utils/zsh/functions/_slic3r
+++ b/utils/zsh/functions/_slic3r
@@ -22,7 +22,7 @@ _arguments -S \
'*--nozzle-diameter[specify nozzle diameter]:nozzle diameter in mm' \
'--print-center[specify print center coordinates]:print center coordinates in mm,mm' \
'--z-offset[specify Z-axis offset]:Z-axis offset in mm' \
- '--gcode-flavor[specify the type of G-code to generate]:G-code flavor:(reprap teacup makerbot sailfish mach3 no-extrusion)' \
+ '--gcode-flavor[specify the type of G-code to generate]:G-code flavor:(reprap teacup makerware sailfish mach3 no-extrusion)' \
'(--use-relative-e-distances --no-use-relative-e-distances)'--{no-,}use-relative-e-distances'[disable/enable relative E values]' \
'--extrusion-axis[specify letter associated with the extrusion axis]:extrusion axis letter' \
'(--gcode-arcs --no-gcode-arcs)'--{no-,}gcode-arcs'[disable/enable G2/G3 commands for native arcs]' \