mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Renamed bottom_layer_speed to first_layer_speed for consistency
This commit is contained in:
parent
4a188f8566
commit
896c7e952e
6 changed files with 13 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue