Accept either absolute or relative values for --bottom-layer-speed. #151
This commit is contained in:
parent
aedb6cc35f
commit
91ffb74429
6 changed files with 23 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue