EN4 fix nozzle_disallowed_areas for N4 Max

This commit is contained in:
Christopher Peredy 2023-12-19 19:48:16 +01:00
parent 94f14b53f8
commit 380f0ed270

View File

@ -28,28 +28,28 @@
{
"default_value": [
[
[-165, -165],
[-165, 165],
[-161, 165],
[-161, -165]
[-215, -215],
[-215, 215],
[-211, 215],
[-211, -215]
],
[
[165, 165],
[165, -165],
[161, -165],
[161, 165]
[215, 215],
[215, -215],
[211, -215],
[211, 215]
],
[
[-165, -165],
[165, -165],
[-165, -161],
[165, -161]
[-215, -215],
[215, -215],
[-215, -211],
[215, -211]
],
[
[-165, 165],
[165, 165],
[-165, 161],
[165, 161]
[-215, 215],
[215, 215],
[-215, 211],
[215, 211]
]
]
}