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:52:21 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-06-06 17:52:21 +0400
commit896c7e952e7c3f34c94ea5b7d5473db885593136 (patch)
tree7963e984615d5dc9be7e448fb13c6bba4466fc27 /slic3r.pl
parent4a188f8566513e986ecf2c7c01a826791ecd424f (diff)
Renamed bottom_layer_speed to first_layer_speed for consistency
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/slic3r.pl b/slic3r.pl
index a1540ff82..8dcd9a983 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -175,8 +175,8 @@ $j
--infill-speed Speed of print moves in mm/s (default: $Slic3r::infill_speed)
--solid-infill-speed Speed of print moves for solid surfaces in mm/s (default: $Slic3r::solid_infill_speed)
--bridge-speed Speed of bridge print moves in mm/s (default: $Slic3r::bridge_speed)
- --bottom-layer-speed Speed of print moves for bottom layer, expressed either as an absolute
- value or as a percentage over normal speeds (default: $Slic3r::bottom_layer_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: $Slic3r::first_layer_speed)
Accuracy options:
--layer-height Layer height in mm (default: $Slic3r::layer_height)