Cleaned up of the support settings for the S5 quality modes.

Relates to PP-108
This commit is contained in:
p.kuiper 2022-06-03 09:23:38 +02:00
parent 0f48878bc7
commit 6d50ab152d
26 changed files with 4 additions and 58 deletions

View file

@ -221,7 +221,7 @@
"value": true
},
"support_infill_rate": {
"value": 80
"value": "=80 if support_enable and support_structure == 'normal' else 0 if support_enable and support_structure == 'tree' else 80"
},
"support_offset": {
"value": "=2*line_width"
@ -247,6 +247,9 @@
"support_interface_pattern": {
"value": "zigzag"
},
"support_interface_enable": {
"value": true
},
"minimum_interface_area": {
"value": "=minimum_support_area"
},