Add --use-relative-e-distances back to the --help too

This commit is contained in:
Alessandro Ranellucci 2012-03-03 22:25:56 +01:00
parent 06c22c9db3
commit 471f015ef4
2 changed files with 2 additions and 0 deletions

View file

@ -102,6 +102,7 @@ The author is Alessandro Ranellucci (me).
(+/-, default: 0) (+/-, default: 0)
--gcode-flavor The type of G-code to generate (reprap/teacup/makerbot/mach3/no-extrusion, --gcode-flavor The type of G-code to generate (reprap/teacup/makerbot/mach3/no-extrusion,
default: reprap) default: reprap)
--use-relative-e-distances Enable this to get relative E values
--gcode-arcs Use G2/G3 commands for native arcs (experimental, not supported --gcode-arcs Use G2/G3 commands for native arcs (experimental, not supported
by all firmwares) by all firmwares)
--g0 Use G0 commands for retraction (experimental, not supported by all --g0 Use G0 commands for retraction (experimental, not supported by all

View file

@ -120,6 +120,7 @@ Usage: slic3r.pl [ OPTIONS ] file.stl
(+/-, default: $Slic3r::z_offset) (+/-, default: $Slic3r::z_offset)
--gcode-flavor The type of G-code to generate (reprap/teacup/makerbot/mach3/no-extrusion, --gcode-flavor The type of G-code to generate (reprap/teacup/makerbot/mach3/no-extrusion,
default: $Slic3r::gcode_flavor) default: $Slic3r::gcode_flavor)
--use-relative-e-distances Enable this to get relative E values
--gcode-arcs Use G2/G3 commands for native arcs (experimental, not supported --gcode-arcs Use G2/G3 commands for native arcs (experimental, not supported
by all firmwares) by all firmwares)
--g0 Use G0 commands for retraction (experimental, not supported by all --g0 Use G0 commands for retraction (experimental, not supported by all