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
committerRijk van Manen <r.vanmanen@ultimaker.com>2022-06-28 15:00:31 +0300
commitfd0aaafe353b847486c104e501663bcc70e09ffb (patch)
tree9677df5a43e8569ad3507dc87506612d5e25b479 /resources/definitions
parent3eab1c221b7c4e104a349674396c72df1108f460 (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 543f1cda91..c5352f60ef 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"