mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
follow the default settings
PP-71
This commit is contained in:
parent
7187550a46
commit
76a6e394d6
99 changed files with 4 additions and 285 deletions
|
@ -11,8 +11,6 @@ type = variant
|
|||
[values]
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_overlap = 0
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
|
|
@ -16,7 +16,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
|
|||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
brim_width = 3
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
infill_overlap = 0
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_wipe_dist = 0
|
||||
|
|
|
@ -13,7 +13,6 @@ acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
|||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = BB 0.4
|
||||
machine_nozzle_tip_outer_diameter = 1.0
|
||||
|
|
|
@ -11,8 +11,6 @@ type = variant
|
|||
[values]
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_overlap = 0
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
|
|
@ -13,7 +13,6 @@ acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
|||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = BB 0.4
|
||||
machine_nozzle_tip_outer_diameter = 1.0
|
||||
|
|
|
@ -11,8 +11,6 @@ type = variant
|
|||
[values]
|
||||
brim_width = 7
|
||||
cool_fan_speed = 7
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_speed = 5
|
||||
default_material_print_temperature = 200
|
||||
infill_overlap = 0
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
|
|
|
@ -15,7 +15,6 @@ acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 /
|
|||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
brim_width = 3
|
||||
cool_fan_speed = 50
|
||||
cool_min_speed = 5
|
||||
infill_overlap = 0
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'triangles'
|
||||
infill_wipe_dist = 0
|
||||
|
|
|
@ -13,7 +13,6 @@ acceleration_prime_tower = =math.ceil(acceleration_print * 200 / 3500)
|
|||
acceleration_support = =math.ceil(acceleration_print * 2000 / 3500)
|
||||
acceleration_support_bottom = =math.ceil(acceleration_support_interface * 100 / 1500)
|
||||
acceleration_support_interface = =math.ceil(acceleration_support * 1500 / 2000)
|
||||
cool_fan_speed_max = =cool_fan_speed
|
||||
machine_nozzle_heat_up_speed = 1.5
|
||||
machine_nozzle_id = BB 0.4
|
||||
machine_nozzle_tip_outer_diameter = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue