mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Accept either absolute or relative values for --bottom-layer-speed. #151
This commit is contained in:
@@ -83,7 +83,7 @@ our $small_perimeter_speed = 30; # mm/s
|
||||
our $infill_speed = 60; # mm/s
|
||||
our $solid_infill_speed = 60; # mm/s
|
||||
our $bridge_speed = 60; # mm/s
|
||||
our $bottom_layer_speed_ratio = 0.3;
|
||||
our $bottom_layer_speed = '30%'; # mm/s or %
|
||||
|
||||
# acceleration options
|
||||
our $acceleration = 0;
|
||||
|
||||
Reference in New Issue
Block a user