Trivia: Remove duplicate word "speed".
This commit is contained in:
parent
3a8f4015d6
commit
1d3f7e0b1c
@ -193,7 +193,7 @@ The author is Alessandro Ranellucci.
|
||||
of seconds (default: 60)
|
||||
--slowdown-below-layer-time Slow down if layer print time is below this approximate number
|
||||
of seconds (default: 15)
|
||||
--min-print-speed Minimum print speed speed (mm/s, default: 10)
|
||||
--min-print-speed Minimum print speed (mm/s, default: 10)
|
||||
--disable-fan-first-layers Disable fan for the first N layers (default: 1)
|
||||
--fan-always-on Keep fan always on at min fan speed, even for layers that don't need
|
||||
cooling
|
||||
|
@ -238,7 +238,7 @@ $j
|
||||
of seconds (default: $Slic3r::fan_below_layer_time)
|
||||
--slowdown-below-layer-time Slow down if layer print time is below this approximate number
|
||||
of seconds (default: $Slic3r::slowdown_below_layer_time)
|
||||
--min-print-speed Minimum print speed speed (mm/s, default: $Slic3r::min_print_speed)
|
||||
--min-print-speed Minimum print speed (mm/s, default: $Slic3r::min_print_speed)
|
||||
--disable-fan-first-layers Disable fan for the first N layers (default: $Slic3r::disable_fan_first_layers)
|
||||
--fan-always-on Keep fan always on at min fan speed, even for layers that don't need
|
||||
cooling
|
||||
|
Loading…
Reference in New Issue
Block a user