mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:36:01 +08:00
EN4 fix nozzle_disallowed_areas
for N4 Max
This commit is contained in:
parent
94f14b53f8
commit
380f0ed270
@ -28,28 +28,28 @@
|
|||||||
{
|
{
|
||||||
"default_value": [
|
"default_value": [
|
||||||
[
|
[
|
||||||
[-165, -165],
|
[-215, -215],
|
||||||
[-165, 165],
|
[-215, 215],
|
||||||
[-161, 165],
|
[-211, 215],
|
||||||
[-161, -165]
|
[-211, -215]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[165, 165],
|
[215, 215],
|
||||||
[165, -165],
|
[215, -215],
|
||||||
[161, -165],
|
[211, -215],
|
||||||
[161, 165]
|
[211, 215]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[-165, -165],
|
[-215, -215],
|
||||||
[165, -165],
|
[215, -215],
|
||||||
[-165, -161],
|
[-215, -211],
|
||||||
[165, -161]
|
[215, -211]
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
[-165, 165],
|
[-215, 215],
|
||||||
[165, 165],
|
[215, 215],
|
||||||
[-165, 161],
|
[-215, 211],
|
||||||
[165, 161]
|
[215, 211]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user