mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-11 07:47:53 -06:00
Fixed machine head polygons
This commit is contained in:
parent
329b2d4f77
commit
21ff2eaab0
3 changed files with 52 additions and 19 deletions
|
@ -52,20 +52,20 @@
|
|||
"machine_head_polygon": {
|
||||
"default": [
|
||||
[
|
||||
-10,
|
||||
10
|
||||
-1,
|
||||
1
|
||||
],
|
||||
[
|
||||
10,
|
||||
10
|
||||
-1,
|
||||
-1
|
||||
],
|
||||
[
|
||||
10,
|
||||
-10
|
||||
1,
|
||||
-1
|
||||
],
|
||||
[
|
||||
-10,
|
||||
-10
|
||||
1,
|
||||
1
|
||||
]
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue