Added extra mm to UM2+ lower right disallowed area

CURA-1166
This commit is contained in:
Jaime van Kessel 2016-04-06 17:23:11 +02:00
parent 34b0d051fb
commit c176c608d7

View file

@ -41,7 +41,7 @@
"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, 102.5], [ 105.0, 102.5], [ 103.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]]
]}