mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-14 20:59:28 -07:00
Merge pull request #20463 from Ultimaker/PP-605_add_missing_info_to_variants
[PP-605] Add machine_nozzle_size to variants
This commit is contained in:
commit
1967b06bce
7 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue