mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
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:
parent
066ccc4e51
commit
ee9caa80a8
1 changed files with 0 additions and 2 deletions
|
@ -58,13 +58,11 @@
|
||||||
"gantry_height": { "default_value": 60 },
|
"gantry_height": { "default_value": 60 },
|
||||||
"machine_disallowed_areas": { "default_value": [
|
"machine_disallowed_areas": { "default_value": [
|
||||||
[[-91.5, -115], [-115, -115], [-115, -104.6], [-91.5, -104.6]],
|
[[-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]],
|
[[-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]],
|
[[-91.4, 105.5], [-115, 105.5], [-115, 115], [-91.4, 115]],
|
||||||
|
|
||||||
[[77.3, -115], [77.3, -98.6], [115, -98.6], [115, -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]],
|
[[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]]
|
[[77, 99.3], [77, 115], [115, 115], [115, 99.3]]
|
||||||
]},
|
]},
|
||||||
"machine_extruder_count": { "default_value": 2 },
|
"machine_extruder_count": { "default_value": 2 },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue