mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-17 03:09:40 +08:00
Add machine_nozzle_size to variants
This commit is contained in:
parent
0fd7766db3
commit
1045dc9760
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user