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-06-06 17:23:34 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-06-06 17:23:34 +0400
commitaedb6cc35ff03170a0bbc56f61d975fa7ec7171c (patch)
tree1bac54de53302907e344974c747a664dad76e295 /slic3r.pl
parent2e3c8241e4057c5b27558721f5970da97cf057ad (diff)
Accept both relative and absolute extrusion width values. #151
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/slic3r.pl b/slic3r.pl
index 6ea7f7822..ce45e66c3 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -255,9 +255,8 @@ $j
--notes Notes to be added as comments to the output file
Flow options (advanced):
- --extrusion-width-ratio
- Calculate the extrusion width as the layer height multiplied by
- this value (> 0, default: calculated automatically)
+ --extrusion-width Set extrusion width manually; it accepts either an absolute value in mm
+ (like 0.65) or a percentage over layer height (like 200%)
--bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: $Slic3r::bridge_flow_ratio)
EOF