Fix issues with makeblock definition

This commit is contained in:
Jaime van Kessel 2019-11-11 13:43:04 +01:00
parent 2fb8375714
commit 3e50cf5253
No known key found for this signature in database
GPG Key ID: 3710727397403C91
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@
"default_value": "Marlin" "default_value": "Marlin"
}, },
"gantry_height": { "gantry_height": {
"default_value": 15.0 "value": 15.0
}, },
"machine_extruder_count": { "machine_extruder_count": {
"default_value": 1 "default_value": 1

View File

@ -1,5 +1,4 @@
{ {
"id": "makeblock_extruder_0",
"version": 2, "version": 2,
"name": "Extruder 1", "name": "Extruder 1",
"inherits": "fdmextruder", "inherits": "fdmextruder",