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 14:58:45 +0300
committerJaime van Kessel <nallath@gmail.com>2022-06-29 15:42:21 +0300
commitb14774292fb6b147e0a5a3b49dd0135fcb54ef22 (patch)
tree5eebf6195d4ab49c9c4ac138f724791e6e2fd4b2 /resources/definitions
parenta42a15199fe9bbb180a515b31ee462e6d925b7cc (diff)
reduce minimum support xy distance
Setting this value smaller could cause scarring when the nozzle offset calibration is not performed. A higher value causes a too big gap between the model and support, resulting in support not being attached to the model on sloped surfaces. 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 5a46a69c72..c5352f60ef 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -239,7 +239,7 @@
"value": "1"
},
"support_xy_distance_overhang": {
- "value": "wall_line_width_0"
+ "value": "0.2"
},
"minimum_support_area": {
"value": "(2 + support_offset)**2"