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:
authorRijk van Manen <r.vanmanen@ultimaker.com>2022-06-28 15:00:31 +0300
committerJaime van Kessel <nallath@gmail.com>2022-06-29 15:42:12 +0300
commita42a15199fe9bbb180a515b31ee462e6d925b7cc (patch)
tree6dda34ba1032364a07af97b25269b826ca96f773 /resources/definitions
parent67d08fdd4d22d0e124a825dda1b83987eddb5f45 (diff)
increase support horizontal expansion
A bigger horizontal expansion is improving the stability of the support structure. Setting the Support Horizontal Expansion > Support X/Y distance causes the support folding around the object, making it way harder to remove and introducing a lot of additional stringing. PP-185
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/ultimaker.def.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 1484935191..5a46a69c72 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -233,7 +233,7 @@
"value": "2*layer_height"
},
"support_offset": {
- "value": "2*line_width if support_interface_enable else 0"
+ "value": "support_xy_distance if support_interface_enable else 0"
},
"support_xy_distance": {
"value": "1"