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:
authorp.kuiper <p.kuiper@ultimaker.com>2022-06-08 17:08:46 +0300
committerp.kuiper <p.kuiper@ultimaker.com>2022-06-08 17:08:46 +0300
commit6b30273686be307d1f494215a40bde20a0ebade1 (patch)
tree44b4c859db6dea27650fa5c13fce357934a71b31 /resources/definitions
parent8e3ec5655ad2c3d49f67327ad351f41508d36f69 (diff)
Made xy support distance to the wall 1mm iso support_offset (support_offset was 0mm when no support interface was used).
Restored the default 0.1mm z distance for the UM2 familie. Relates to PP-108
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"
}
}
}