Move machine_height to the other machine dimension settings

It's quite logical that the 3 dimensions of the printer are next to each other...

Found during work on a plug-in.
This commit is contained in:
Ghostkeeper 2021-11-13 16:42:06 +01:00
parent 6171107140
commit d12d756b1d
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -159,6 +159,16 @@
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"machine_height":
{
"label": "Machine Height",
"description": "The height (Z-direction) of the printable area.",
"default_value": 100,
"type": "float",
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"machine_shape":
{
"label": "Build Plate Shape",
@ -189,16 +199,6 @@
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"machine_height":
{
"label": "Machine Height",
"description": "The height (Z-direction) of the printable area.",
"default_value": 100,
"type": "float",
"settable_per_mesh": false,
"settable_per_extruder": false,
"settable_per_meshgroup": false
},
"machine_heated_bed":
{
"label": "Has Heated Build Plate",