mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Acceleration control. #185
This commit is contained in:
parent
ad8c9d4ea1
commit
74c71b4ef2
5 changed files with 38 additions and 1 deletions
|
@ -68,6 +68,11 @@ our $solid_infill_speed = 60; # mm/sec
|
|||
our $bridge_speed = 60; # mm/sec
|
||||
our $bottom_layer_speed_ratio = 0.3;
|
||||
|
||||
# acceleration options
|
||||
our $acceleration = 0;
|
||||
our $perimeter_acceleration = 25; # mm/sec^2
|
||||
our $infill_acceleration = 50; # mm/sec^2
|
||||
|
||||
# accuracy options
|
||||
our $resolution = 0.00000001;
|
||||
our $small_perimeter_area = (5 / $resolution) ** 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue