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
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2015-01-05 21:39:10 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-01-05 21:39:10 +0300
commit47e4e8bb66740af791e56b36f0ecb67143a94b3b (patch)
tree6576aa5fa283d4118b2c122c9c2c9a68681f5de2 /slic3r.pl
parent6776d6bc00101de798df0eb5ec1f453162b3ac94 (diff)
Option to use volumetric E values. #1746
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index debc5ff79..bea11ce1b 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -286,6 +286,7 @@ $j
default: $config->{gcode_flavor})
--use-relative-e-distances Enable this to get relative E values (default: no)
--use-firmware-retraction Enable firmware-controlled retraction using G10/G11 (default: no)
+ --use-volumetric-e Express E in cubic millimeters and prepend M200 (default: no)
--gcode-arcs Use G2/G3 commands for native arcs (experimental, not supported
by all firmwares)
--gcode-comments Make G-code verbose by adding comments (default: no)