mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Merge pull request #12488 from Ultimaker/PP-108_Improved_support_settings
PP-108 improved support settings
This commit is contained in:
commit
a82b90fd96
222 changed files with 167 additions and 538 deletions
|
@ -213,6 +213,51 @@
|
|||
},
|
||||
"jerk_skirt_brim": {
|
||||
"minimum_value_warning": 20
|
||||
},
|
||||
"support_wall_count": {
|
||||
"value": "1 if support_structure == 'tree' else 0"
|
||||
},
|
||||
"zig_zaggify_support": {
|
||||
"value": true
|
||||
},
|
||||
"support_infill_rate": {
|
||||
"value": "80 if gradual_support_infill_steps != 0 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": {
|
||||
"value": "2*line_width if support_interface_enable else 0"
|
||||
},
|
||||
"support_xy_distance": {
|
||||
"value": "1"
|
||||
},
|
||||
"support_xy_distance_overhang": {
|
||||
"value": "wall_line_width_0"
|
||||
},
|
||||
"minimum_support_area": {
|
||||
"value": "(2 + support_offset)**2"
|
||||
},
|
||||
"support_interface_skip_height": {
|
||||
"value": "layer_height"
|
||||
},
|
||||
"support_interface_pattern": {
|
||||
"value": "'concentric'"
|
||||
},
|
||||
"support_interface_offset": {
|
||||
"value": "support_offset"
|
||||
},
|
||||
"support_use_towers": {
|
||||
"value": false
|
||||
},
|
||||
"support_z_distance": {
|
||||
"value": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -86,6 +86,9 @@
|
|||
},
|
||||
"machine_acceleration": {
|
||||
"default_value": 3000
|
||||
},
|
||||
"support_z_distance": {
|
||||
"value": "0.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -139,11 +139,6 @@
|
|||
"speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" },
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"support_angle": { "value": "45" },
|
||||
"support_pattern": { "value": "'triangles'" },
|
||||
"support_use_towers": { "value": "False" },
|
||||
"support_xy_distance": { "value": "wall_line_width_0 * 2.5" },
|
||||
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
||||
"support_z_distance": { "value": "0" },
|
||||
"switch_extruder_prime_speed": { "value": "15" },
|
||||
"switch_extruder_retraction_amount": { "value": "8" },
|
||||
"top_bottom_thickness": { "value": "1" },
|
||||
|
|
|
@ -131,11 +131,6 @@
|
|||
"speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" },
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"support_angle": { "value": "45" },
|
||||
"support_pattern": { "value": "'triangles'" },
|
||||
"support_use_towers": { "value": "False" },
|
||||
"support_xy_distance": { "value": "wall_line_width_0 * 2.5" },
|
||||
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
||||
"support_z_distance": { "value": "0" },
|
||||
"switch_extruder_prime_speed": { "value": "15" },
|
||||
"switch_extruder_retraction_amount": { "value": "8" },
|
||||
"top_bottom_thickness": { "value": "1" },
|
||||
|
|
|
@ -133,11 +133,6 @@
|
|||
"speed_wall_0": { "value": "math.ceil(speed_wall * 20 / 30)" },
|
||||
"speed_wall_x": { "value": "speed_wall" },
|
||||
"support_angle": { "value": "45" },
|
||||
"support_pattern": { "value": "'triangles'" },
|
||||
"support_use_towers": { "value": "False" },
|
||||
"support_xy_distance": { "value": "wall_line_width_0 * 2.5" },
|
||||
"support_xy_distance_overhang": { "value": "wall_line_width_0" },
|
||||
"support_z_distance": { "value": "0" },
|
||||
"switch_extruder_prime_speed": { "value": "15" },
|
||||
"switch_extruder_retraction_amount": { "value": "8" },
|
||||
"top_bottom_thickness": { "value": "1" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue