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-11-23 14:25:02 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-11-23 14:25:02 +0400
commit5dba02fdeb146759eedef3ca1ab003fae8698d8c (patch)
tree4a0769f442c90c0e09fee046e7251eec5ba4db88 /slic3r.pl
parent68e302fe27653f2b3cff0c18f254ba59f02533a5 (diff)
New separate speed setting for gap fill. #785
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 d540fcae4..6f0938241 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -193,6 +193,7 @@ $j
--top-solid-infill-speed Speed of print moves for top surfaces in mm/s or % over solid infill speed
(default: $config->{top_solid_infill_speed})
--bridge-speed Speed of bridge print moves in mm/s (default: $config->{bridge_speed})
+ --gap-fill-speed Speed of gap fill print moves in mm/s (default: $config->{gap_fill_speed})
--first-layer-speed Speed of print moves for bottom layer, expressed either as an absolute
value or as a percentage over normal speeds (default: $config->{first_layer_speed})