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
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2012-08-07 23:39:45 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-08-07 23:39:45 +0400
commit866b09f3f94770844d811053a1b088e338ba3126 (patch)
treea842f48d982188b47917451ed273fbb55cefa5c0 /slic3r.pl
parenta2c28fd6da311cd2b9538f2839e892d3570d363b (diff)
New --extruder-offset option
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 90da6aac8..b317799bc 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -291,6 +291,8 @@ $j
--bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: $config->{bridge_flow_ratio})
Multiple extruder options:
+ --extruder-offset Offset of each extruder, if firmware doesn't handle the displacement
+ (can be specified multiple times, default: 0x0)
--perimeters-extruder
Extruder to use for perimeters (1+, default: 1)
--infill-extruder Extruder to use for infill (1+, default: 1)