mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Fixed TiZYX machines head polygon definition
This commit is contained in:
parent
09d4f083e0
commit
eee1eb714b
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@
|
|||
[25, 49],
|
||||
[25, -49],
|
||||
[-25, -49],
|
||||
[25, 49]
|
||||
[-25, 49]
|
||||
]
|
||||
},
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
[25, 49],
|
||||
[25, -49],
|
||||
[-25, -49],
|
||||
[25, 49]
|
||||
[-25, 49]
|
||||
]
|
||||
},
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
[25, 49],
|
||||
[25, -49],
|
||||
[-25, -49],
|
||||
[25, 49]
|
||||
[-25, 49]
|
||||
]
|
||||
},
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue