Add machine_nozzle_size to variants

This commit is contained in:
Frederic Meeuwissen 2025-03-31 12:59:43 +02:00
parent 0fd7766db3
commit 1045dc9760
7 changed files with 7 additions and 0 deletions

View File

@ -12,6 +12,7 @@ type = variant
brim_width = 7
machine_nozzle_cool_down_speed = 0.9
machine_nozzle_id = AA 0.4
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.0
retraction_amount = 6.5
speed_print = 70

View File

@ -15,6 +15,7 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.0
speed_prime_tower = =math.ceil(speed_print * 10 / 35)
speed_support = =math.ceil(speed_print * 25 / 35)

View File

@ -12,6 +12,7 @@ type = variant
brim_width = 7
machine_nozzle_cool_down_speed = 0.9
machine_nozzle_id = AA 0.4
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.0
retraction_amount = 6.5
speed_print = 70

View File

@ -15,6 +15,7 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.0
speed_prime_tower = =math.ceil(speed_print * 10 / 35)
speed_support = =math.ceil(speed_print * 25 / 35)

View File

@ -12,6 +12,7 @@ type = variant
brim_width = 7
machine_nozzle_cool_down_speed = 0.9
machine_nozzle_id = AA 0.4
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.0
retraction_amount = 6.5
speed_print = 70

View File

@ -15,6 +15,7 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.0
retraction_amount = 4.5
speed_prime_tower = =math.ceil(speed_print * 10 / 35)

View File

@ -11,6 +11,7 @@ type = variant
[values]
machine_nozzle_heat_up_speed = 1.5
machine_nozzle_id = BB 0.4
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.0
retraction_amount = 4.5
support_bottom_height = =layer_height * 2