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 19:29:12 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-06-06 19:29:12 +0400
commit8a031fe501a7025c4acab8544af8eb1e769a2bef (patch)
treeca8cd8ce9fb39e5d8135db0ada770db351ecae88 /slic3r.pl
parentd412820733003a7943b7b908b3682e510bc08421 (diff)
New --first-layer-extrusion-width option. #385
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 607b4ba20..058aaac09 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -254,6 +254,8 @@ $j
Flow options (advanced):
--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%)
+ --first-layer-extrusion-width
+ Set a different extrusion width for first layer
--bridge-flow-ratio Multiplier for extrusion when bridging (> 0, default: $Slic3r::bridge_flow_ratio)
EOF