mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Processed review comments of Rijk van Manen + cleanup redundant support_z related settings
Relates to PP-108
This commit is contained in:
parent
55f1b9efca
commit
bfc25b8350
91 changed files with 43 additions and 126 deletions
|
|
@ -214,20 +214,14 @@
|
|||
"jerk_skirt_brim": {
|
||||
"minimum_value_warning": 20
|
||||
},
|
||||
"support_pattern": {
|
||||
"value": "'zigzag'"
|
||||
},
|
||||
"support_wall_count": {
|
||||
"value": "1 if support_structure == 'tree' else 0"
|
||||
},
|
||||
"zig_zaggify_support": {
|
||||
"value": true
|
||||
},
|
||||
"support_connect_zigzags": {
|
||||
"value": true
|
||||
},
|
||||
"support_infill_rate": {
|
||||
"value": "80 if support_interface_enable else 15"
|
||||
"value": "80 if gradual_support_infill_steps != 0 else 15"
|
||||
},
|
||||
"gradual_support_infill_steps": {
|
||||
"value": "2 if support_interface_enable else 0"
|
||||
|
|
@ -248,13 +242,13 @@
|
|||
"value": "wall_line_width_0"
|
||||
},
|
||||
"minimum_support_area": {
|
||||
"value": "pow((2 + support_offset), 2)"
|
||||
"value": "(2 + support_offset)**2"
|
||||
},
|
||||
"support_interface_skip_height": {
|
||||
"value": "layer_height"
|
||||
},
|
||||
"support_interface_pattern": {
|
||||
"value": "'zigzag'"
|
||||
"value": "'concentric'"
|
||||
},
|
||||
"support_interface_offset": {
|
||||
"value": "support_offset"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue