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')
-rw-r--r--resources/definitions/ultimaker.def.json2
-rw-r--r--resources/definitions/ultimaker2.def.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/resources/definitions/ultimaker.def.json b/resources/definitions/ultimaker.def.json
index 0a5ca81d65..1895bb90ab 100644
--- a/resources/definitions/ultimaker.def.json
+++ b/resources/definitions/ultimaker.def.json
@@ -233,7 +233,7 @@
"value": "2*line_width if support_interface_enable else 0"
},
"support_xy_distance": {
- "value": "support_offset"
+ "value": "1"
},
"support_xy_distance_overhang": {
"value": "wall_line_width_0"
diff --git a/resources/definitions/ultimaker2.def.json b/resources/definitions/ultimaker2.def.json
index c028363239..5399abc02b 100644
--- a/resources/definitions/ultimaker2.def.json
+++ b/resources/definitions/ultimaker2.def.json
@@ -86,6 +86,9 @@
},
"machine_acceleration": {
"default_value": 3000
+ },
+ "support_z_distance": {
+ "value": "0.1"
}
}
}