mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Merge pull request #12898 from Ultimaker/CURA-9520_warning_line_density_children
Don't show warning color for children of support_infill_rate when using tree support
This commit is contained in:
commit
405baea1ae
1 changed files with 6 additions and 0 deletions
|
@ -226,6 +226,12 @@
|
||||||
"support_infill_rate": {
|
"support_infill_rate": {
|
||||||
"value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15"
|
"value": "0 if support_structure == 'tree' else 80 if gradual_support_infill_steps != 0 else 15"
|
||||||
},
|
},
|
||||||
|
"support_line_distance": {
|
||||||
|
"minimum_value_warning": "0 if support_structure == 'tree' else support_line_width"
|
||||||
|
},
|
||||||
|
"support_initial_layer_line_distance": {
|
||||||
|
"minimum_value_warning": "0 if support_structure == 'tree' else support_line_width"
|
||||||
|
},
|
||||||
"gradual_support_infill_steps": {
|
"gradual_support_infill_steps": {
|
||||||
"value": "2 if support_interface_enable else 0"
|
"value": "2 if support_interface_enable else 0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue