Update in Definition file for Hellbot Magna 1

Change the Author name and version number. 
Added Heated bed.
This commit is contained in:
DevelopmentHellbot 2020-10-07 12:50:39 -03:00 committed by GitHub
parent ecf32a261e
commit fb37cc861c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
{
"version": 2,
"version": 3,
"name": "Hellbot Magna 1",
"inherits": "fdmprinter",
"metadata": {
"visible": true,
"author": "MUX team",
"author": "Hellbot Development Team",
"manufacturer": "Hellbot",
"file_formats": "text/x-gcode",
"platform": "hellbot_magna.obj",
@ -27,6 +27,10 @@
},
"machine_height": {
"default_value": 260
}
},
"machine_heated_bed": {
"default_value": true
}
}
}