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
|
@ -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 = '30%'; # mm/s or %
|
||||
our $first_layer_speed = '30%'; # mm/s or %
|
||||
|
||||
# acceleration options
|
||||
our $acceleration = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue