Cura/resources/definitions/toybox_alpha_one_two.def.json

25 lines
No EOL
856 B
JSON

{
"version": 2,
"name": "Toybox Alpha One/Two",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "lukbrew25",
"manufacturer": "Toybox",
"file_formats": "text/x-gcode",
"has_machine_quality": false,
"machine_extruder_trains": { "0": "toybox_alpha_one_two_extruder_0" }
},
"overrides":
{
"gantry_height": { "value": "0.0" },
"machine_depth": { "default_value": 80 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_height": { "default_value": 90 },
"machine_name": { "default_value": "Toybox Alpha One/Two" },
"machine_start_gcode": { "default_value": "G90\nM82" },
"machine_width": { "default_value": 70 },
"material_diameter": { "default_value": 1.75 }
}
}