mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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,6 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
|
|
@ -10,9 +10,8 @@ hardware_type = nozzle
|
|||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_print = 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)
|
||||
brim_width = 3
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,8 +9,6 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
|
|
@ -9,10 +9,8 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_print = 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)
|
||||
brim_width = 3
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -9,8 +9,6 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
|
|
@ -9,12 +9,10 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
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)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
brim_width = 3
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
|
|
|
@ -9,10 +9,10 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
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)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
gradual_support_infill_steps = 2
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
|
||||
|
|
|
@ -9,8 +9,6 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
|
|
|
@ -9,12 +9,10 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_enabled = True
|
||||
acceleration_print = 4000
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
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)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
brim_width = 3
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
|
|
|
@ -9,10 +9,10 @@ type = variant
|
|||
hardware_type = nozzle
|
||||
|
||||
[values]
|
||||
acceleration_support = =math.ceil(acceleration_print * 2000 / 4000)
|
||||
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)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 4000)
|
||||
acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
gradual_support_infill_steps = 2
|
||||
jerk_prime_tower = =max(math.ceil(jerk_print * 2 / 25), 20)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue