mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Updates acceleration settings to a max of 3500mmps2
And increases minimum to 1000mmps2.
This commit is contained in:
parent
6a4f59c27a
commit
0152a0429a
63 changed files with 34 additions and 145 deletions
|
@ -9,8 +9,8 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue