mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
Accept either absolute or relative values for --bottom-layer-speed. #151
This commit is contained in:
@@ -157,9 +157,9 @@ our $Options = {
|
||||
type => 'f',
|
||||
aliases => [qw(bridge_feed_rate)],
|
||||
},
|
||||
'bottom_layer_speed_ratio' => {
|
||||
label => 'Bottom layer speed ratio',
|
||||
cli => 'bottom-layer-speed-ratio=f',
|
||||
'bottom_layer_speed' => {
|
||||
label => 'Bottom layer speed (mm/s or %)',
|
||||
cli => 'bottom-layer-speed=f',
|
||||
type => 'f',
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user