mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
JSON: polygon or polygons objects should now have "type": "polygon"
This commit is contained in:
parent
7f15505f01
commit
88ae6dfac1
@ -40,6 +40,7 @@
|
||||
"default": "RepRap"
|
||||
},
|
||||
"machine_disallowed_areas": {
|
||||
"type": "polygons",
|
||||
"default": []
|
||||
},
|
||||
"machine_platform_offset": {
|
||||
@ -50,6 +51,7 @@
|
||||
]
|
||||
},
|
||||
"machine_head_polygon": {
|
||||
"type": "polygon",
|
||||
"default": [
|
||||
[
|
||||
-1,
|
||||
@ -71,6 +73,7 @@
|
||||
},
|
||||
"machine_head_with_fans_polygon":
|
||||
{
|
||||
"type": "polygon",
|
||||
"default": [
|
||||
[
|
||||
-20,
|
||||
|
Loading…
x
Reference in New Issue
Block a user