mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
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:
parent
ef60181232
commit
17ade396d7
1 changed files with 4 additions and 4 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue