Merge pull request #12488 from Ultimaker/PP-108_Improved_support_settings

PP-108 improved support settings
This commit is contained in:
Remco Burema 2022-06-15 14:24:09 +02:00 committed by GitHub
commit a82b90fd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
222 changed files with 167 additions and 538 deletions

View file

@ -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"
}
}
}

View file

@ -86,6 +86,9 @@
},
"machine_acceleration": {
"default_value": 3000
},
"support_z_distance": {
"value": "0.1"
}
}
}

View file

@ -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" },

View file

@ -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" },

View file

@ -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" },