Cura/resources/definitions/hellbot_adonis.def.json
Ghostkeeper 541bd3811e
Fix whitespace
Contributes to issue CURA-6813.
2019-09-26 10:33:44 +02:00

33 lines
803 B
JSON

{
"version": 2,
"name": "Hellbot Adonis",
"inherits": "fdmprinter",
"metadata": {
"visible": true,
"author": "MUX team",
"manufacturer": "Hellbot",
"file_formats": "text/x-gcode",
"platform": "hellbot_adonis.obj",
"platform_texture": "hellbot.png",
"platform_offset": [0, -1, 0],
"has_materials": true,
"machine_extruder_trains": {
"0": "hellbot_adonis_extruder"
}
},
"overrides": {
"machine_name": {
"default_value": "Hellbot Adonis"
},
"machine_width": {
"default_value": 160
},
"machine_depth": {
"default_value": 160
},
"machine_height": {
"default_value": 160
}
}
}