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:
authorJaime van Kessel <nallath@gmail.com>2016-04-04 15:13:18 +0300
committerJaime van Kessel <nallath@gmail.com>2016-04-04 15:13:18 +0300
commitbfba09565587e1a87dea57ef896f27021e033f08 (patch)
treec02fd3592a6ea6967766ad18305d00533e0e8ac0 /resources
parentc1e0b38b8e0c0144f4201f1270f21696e8b4a39b (diff)
Updated disallowed areas for um2 & um2+
CURA-1166
Diffstat (limited to 'resources')
-rw-r--r--resources/machines/ultimaker2.json8
-rw-r--r--resources/machines/ultimaker2plus.json8
2 files changed, 11 insertions, 5 deletions
diff --git a/resources/machines/ultimaker2.json b/resources/machines/ultimaker2.json
index 214dbba1e0..d25368ac4a 100644
--- a/resources/machines/ultimaker2.json
+++ b/resources/machines/ultimaker2.json
@@ -70,10 +70,10 @@
"machine_use_extruder_offset_to_offset_coords": { "default": true },
"machine_gcode_flavor": { "default": "UltiGCode" },
"machine_disallowed_areas": { "default": [
- [[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 104.5], [-115.0, 104.5]],
- [[ 115.0, 112.5], [ 115.0, 104.5], [ 110.0, 104.5], [ 108.0, 112.5]],
- [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
- [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
+ [[-115.0, 112.5], [ -82.0, 112.5], [ -84.0, 102.5], [-115.0, 102.5]],
+ [[ 115.0, 112.5], [ 115.0, 102.5], [ 110.0, 102.5], [ 108.0, 112.5]],
+ [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
+ [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
]},
"machine_platform_offset": { "default": [9.0, 0.0, 0.0] },
diff --git a/resources/machines/ultimaker2plus.json b/resources/machines/ultimaker2plus.json
index 2eb5ecc78c..7e1e2a87a6 100644
--- a/resources/machines/ultimaker2plus.json
+++ b/resources/machines/ultimaker2plus.json
@@ -38,6 +38,12 @@
]
]
},
- "retraction_amount": { "default": 6.0 }
+ "retraction_amount": { "default": 6.0 },
+ "machine_disallowed_areas": { "default": [
+ [[-115.0, 112.5], [ -78.0, 112.5], [ -80.0, 102.5], [-115.0, 102.5]],
+ [[ 115.0, 112.5], [ 115.0, 102.5], [ 106.0, 102.5], [ 104.0, 112.5]],
+ [[-115.0, -112.5], [-115.0, -104.5], [ -84.0, -104.5], [ -82.0, -112.5]],
+ [[ 115.0, -112.5], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
+ ]}
}
}