From 17ade396d79bef3f54f2c7f0bde186242bbf1b35 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 14 Nov 2016 16:36:47 +0100 Subject: [PATCH] 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. --- resources/definitions/ultimaker3.def.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index 0a76e07814..f3783ac2e2 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -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 },