Remove dual-extrusion disallowed areas

The idea is that these are now computed through combining the disallowed areas of the two extruders (though that doesn't quite work yet).

Contributes to issue CURA-2625.
This commit is contained in:
Ghostkeeper 2016-11-11 17:15:09 +01:00
parent 066ccc4e51
commit ee9caa80a8
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -58,13 +58,11 @@
"gantry_height": { "default_value": 60 },
"machine_disallowed_areas": { "default_value": [
[[-91.5, -115], [-115, -115], [-115, -104.6], [-91.5, -104.6]],
[[-99.5, -104.6], [-115, -104.6], [-115, 104.6], [-99.5, 104.6]],
[[-94.5, 104.6], [-115, 104.6], [-115, 105.5], [-94.5, 105.5]],
[[-91.4, 105.5], [-115, 105.5], [-115, 115], [-91.4, 115]],
[[77.3, -115], [77.3, -98.6], [115, -98.6], [115, -115]],
[[97.2, -98.6], [97.2, -54.5], [113, -54.5], [113, -98.6]],
[[100.5, -54.5], [100.5, 99.3], [115, 99.3], [115, -54.5]],
[[77, 99.3], [77, 115], [115, 115], [115, 99.3]]
]},
"machine_extruder_count": { "default_value": 2 },