Move right two clips to head disallowed areas

It turns out that the right nozzle, if lifted, can still hit the clips in very rare cases. But the left nozzle, if the right nozzle is down, will not hit the clips. So the right clips are now part of the static areas just like the switching bay and camera, but the left clips are not.

Contributes to issue CURA-2625.
This commit is contained in:
Ghostkeeper 2016-11-14 16:36:47 +01:00
parent ef60181232
commit 17ade396d7
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -58,13 +58,13 @@
"gantry_height": { "default_value": 60 },
"machine_disallowed_areas": { "default_value": [
[[92.8, -53.4], [92.8, -97.5], [116.5, -97.5], [116.5, -53.4]],
[[74.9, 107.5], [74.9, 100.5], [116.5, 100.5], [116.5, 107.5]]
[[73.8, 107.5], [73.8, 100.5], [116.5, 100.5], [116.5, 107.5]],
[[92.6, 107.5], [92.6, 100.5], [116.5, 100.5], [116.5, 107.5]],
[[92.9, -97.5], [92.9, -107.5], [116.5, -107.5], [116.5, -97.5]]
]},
"nozzle_disallowed_areas": { "default_value": [
[[-116.5, -103.5], [-116.5, -107.5], [-100.9, -107.5], [-100.9, -103.5]],
[[-116.5, 105.8], [-96.9, 105.8], [-96.9, 107.5], [-116.5, 107.5]],
[[74.6, 107.5], [74.6, 101.4], [116.5, 101.4], [116.5, 107.5]],
[[74.9, -97.5], [74.9, -107.5], [116.5, -107.5], [116.5, -97.5]]
[[-116.5, 105.8], [-96.9, 105.8], [-96.9, 107.5], [-116.5, 107.5]]
]},
"machine_extruder_count": { "default_value": 2 },
"extruder_prime_pos_abs": { "default_value": true },