Updates acceleration settings to a max of 3500mmps2

And increases minimum to 1000mmps2.
This commit is contained in:
THeijmans 2021-09-15 14:32:39 +02:00
parent 6a4f59c27a
commit 0152a0429a
63 changed files with 34 additions and 145 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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)