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:
Diffstat (limited to 'resources/definitions/ultimaker.def.json')
-rw-r--r--resources/definitions/ultimaker.def.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 1484935191..c5352f60ef 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -233,13 +233,13 @@
"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"
},
"support_xy_distance_overhang": {
- "value": "wall_line_width_0"
+ "value": "0.2"
},
"minimum_support_area": {
"value": "(2 + support_offset)**2"