mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 21:45:59 +08:00
Renoved settings that already have a good default value in fdmprinter.def.json. Added support_use_towers to the PVA quality files.
Removed support_use_towers for AA and CC cores, they do not add anything to self support structures. Relates to PP-108
This commit is contained in:
parent
6b30273686
commit
ba275c546e
@ -214,6 +214,9 @@
|
|||||||
"jerk_skirt_brim": {
|
"jerk_skirt_brim": {
|
||||||
"minimum_value_warning": 20
|
"minimum_value_warning": 20
|
||||||
},
|
},
|
||||||
|
"support_pattern": {
|
||||||
|
"value": "'zigzag'"
|
||||||
|
},
|
||||||
"support_wall_count": {
|
"support_wall_count": {
|
||||||
"value": 0
|
"value": 0
|
||||||
},
|
},
|
||||||
@ -223,12 +226,18 @@
|
|||||||
"support_connect_zigzags": {
|
"support_connect_zigzags": {
|
||||||
"value": true
|
"value": true
|
||||||
},
|
},
|
||||||
"support_pattern": {
|
|
||||||
"value": "'zigzag'"
|
|
||||||
},
|
|
||||||
"support_infill_rate": {
|
"support_infill_rate": {
|
||||||
"value": "0 if support_enable and support_structure == 'tree' else (80 if support_interface_enable else 15)"
|
"value": "0 if support_enable and support_structure == 'tree' else (80 if support_interface_enable else 15)"
|
||||||
},
|
},
|
||||||
|
"gradual_support_infill_steps": {
|
||||||
|
"value": "2 if support_interface_enable else 0"
|
||||||
|
},
|
||||||
|
"gradual_support_infill_step_height": {
|
||||||
|
"value": "4*layer_height"
|
||||||
|
},
|
||||||
|
"support_interface_height": {
|
||||||
|
"value": "2*layer_height"
|
||||||
|
},
|
||||||
"support_offset": {
|
"support_offset": {
|
||||||
"value": "2*line_width if support_interface_enable else 0"
|
"value": "2*line_width if support_interface_enable else 0"
|
||||||
},
|
},
|
||||||
@ -238,29 +247,14 @@
|
|||||||
"support_xy_distance_overhang": {
|
"support_xy_distance_overhang": {
|
||||||
"value": "wall_line_width_0"
|
"value": "wall_line_width_0"
|
||||||
},
|
},
|
||||||
"support_join_distance": {
|
|
||||||
"value": 0
|
|
||||||
},
|
|
||||||
"gradual_support_infill_steps": {
|
|
||||||
"value": "2 if support_interface_enable else 0"
|
|
||||||
},
|
|
||||||
"gradual_support_infill_step_height": {
|
|
||||||
"value": "4*layer_height"
|
|
||||||
},
|
|
||||||
"minimum_support_area": {
|
"minimum_support_area": {
|
||||||
"value": "pow((2 + support_offset), 2)"
|
"value": "pow((2 + support_offset), 2)"
|
||||||
},
|
},
|
||||||
"support_interface_height": {
|
|
||||||
"value": "2*layer_height"
|
|
||||||
},
|
|
||||||
"support_interface_skip_height": {
|
"support_interface_skip_height": {
|
||||||
"value": "layer_height"
|
"value": "layer_height"
|
||||||
},
|
},
|
||||||
"support_interface_pattern": {
|
"support_interface_pattern": {
|
||||||
"value": "'zigzag'"
|
"value": "'zigzag'"
|
||||||
},
|
|
||||||
"minimum_interface_area": {
|
|
||||||
"value": "minimum_support_area"
|
|
||||||
},
|
},
|
||||||
"support_interface_offset": {
|
"support_interface_offset": {
|
||||||
"value": "support_offset"
|
"value": "support_offset"
|
||||||
|
@ -22,3 +22,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -22,3 +22,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -21,3 +21,4 @@ support_interface_height = 0.9
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -21,3 +21,4 @@ support_infill_sparse_thickness = 0.3
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -22,3 +22,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -22,3 +22,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -21,3 +21,4 @@ support_infill_sparse_thickness = 0.3
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -19,3 +19,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_infill_sparse_thickness = 0.3
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -22,3 +22,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -22,3 +22,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -15,6 +15,7 @@ is_experimental = True
|
|||||||
[values]
|
[values]
|
||||||
brim_replaces_support = False
|
brim_replaces_support = False
|
||||||
material_standby_temperature = 100
|
material_standby_temperature = 100
|
||||||
|
prime_tower_enable = False
|
||||||
retraction_count_max = 5
|
retraction_count_max = 5
|
||||||
support_brim_enable = True
|
support_brim_enable = True
|
||||||
support_infill_sparse_thickness = 0.3
|
support_infill_sparse_thickness = 0.3
|
||||||
@ -22,3 +23,4 @@ support_interface_height = 1.2
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -19,3 +19,4 @@ support_brim_enable = True
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -20,3 +20,4 @@ support_infill_sparse_thickness = 0.3
|
|||||||
support_interface_enable = True
|
support_interface_enable = True
|
||||||
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
skirt_brim_minimal_length = =min(2000, 175/(layer_height*line_width))
|
||||||
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
cool_fan_enabled = =not (support_enable and (extruder_nr == support_infill_extruder_nr))
|
||||||
|
support_use_towers = True
|
@ -36,7 +36,6 @@ speed_wall = =math.ceil(speed_print * 30 / 55)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -32,7 +32,6 @@ speed_wall = =math.ceil(speed_print * 30 / 70)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -36,7 +36,6 @@ speed_wall = =math.ceil(speed_print * 30 / 55)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -32,7 +32,6 @@ speed_wall = =math.ceil(speed_print * 30 / 70)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -37,7 +37,6 @@ speed_wall = =math.ceil(speed_print * 30 / 55)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -31,7 +31,6 @@ speed_wall = =math.ceil(speed_print * 30 / 70)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -36,7 +36,6 @@ speed_wall_x = =speed_wall
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -36,7 +36,6 @@ speed_wall_x = =speed_wall
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -36,7 +36,6 @@ speed_wall = =math.ceil(speed_print * 30 / 55)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -31,7 +31,6 @@ speed_wall = =math.ceil(speed_print * 30 / 70)
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -36,7 +36,6 @@ speed_wall_x = =speed_wall
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
@ -36,7 +36,6 @@ speed_wall_x = =speed_wall
|
|||||||
support_angle = 60
|
support_angle = 60
|
||||||
support_bottom_distance = =support_z_distance / 2
|
support_bottom_distance = =support_z_distance / 2
|
||||||
support_top_distance = =support_z_distance
|
support_top_distance = =support_z_distance
|
||||||
support_use_towers = True
|
|
||||||
support_z_distance = =layer_height * 2
|
support_z_distance = =layer_height * 2
|
||||||
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
switch_extruder_prime_speed = =switch_extruder_retraction_speeds
|
||||||
switch_extruder_retraction_amount = =machine_heat_zone_length
|
switch_extruder_retraction_amount = =machine_heat_zone_length
|
||||||
|
Loading…
x
Reference in New Issue
Block a user