Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-29 19:04:49 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-29 19:04:49 +0300
commit5a8047e7d9de2cd1d78c66b9e6c78631b2d22c36 (patch)
tree39093c0b9423e1cec7f71d1772cf5cac213db909
parent9bb3b1a3753f41f5a3da2cf8ad9b1350259ddfd6 (diff)
Don't show warning color for children of support_infill_rate when using tree supportCURA-9520_warning_line_density_children
CURA-9520 PPM: Tree support has infill density 15%, but should have 0%
-rw-r--r--resources/definitions/ultimaker.def.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 25163d89dc..f9f686c69b 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -226,6 +226,12 @@
"support_infill_rate": {
"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": {
"value": "2 if support_interface_enable else 0"
},