mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
Updated disallowed areas for um2 & um2+
CURA-1166
This commit is contained in:
parent
c1e0b38b8e
commit
bfba095655
2 changed files with 11 additions and 5 deletions
|
@ -70,8 +70,8 @@
|
||||||
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
"machine_use_extruder_offset_to_offset_coords": { "default": true },
|
||||||
"machine_gcode_flavor": { "default": "UltiGCode" },
|
"machine_gcode_flavor": { "default": "UltiGCode" },
|
||||||
"machine_disallowed_areas": { "default": [
|
"machine_disallowed_areas": { "default": [
|
||||||
[[-115.0, 112.5], [ -82.0, 112.5], [ -84.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, 104.5], [ 110.0, 104.5], [ 108.0, 112.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], [-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], [ 108.0, -112.5], [ 110.0, -104.5], [ 115.0, -104.5]]
|
||||||
]},
|
]},
|
||||||
|
|
|
@ -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]]
|
||||||
|
]}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue