Cura/resources/definitions/tinyboy_e16.def.json
fred c6deb397dd
Create tinyboy.def.json
save

update

update

update

update

fix

Update tinyboy_e16.def.json

fix

fix
2020-06-15 18:01:59 +02:00

28 lines
817 B
JSON

{
"version": 2,
"name": "TinyBoy E16_L16_M16",
"inherits": "fdmprinter",
"metadata": {
"visible": true,
"author": "Fred Chan",
"manufacturer": "TinyBoy / mago",
"category": "tinyboy",
"machine_extruder_trains":
{
"0": "tinyboy_extruder_0"
}
},
"overrides": {
"machine_name": { "default_value": "TinyBoy E16" },
"machine_width": { "default_value": 100 },
"machine_depth": { "default_value": 100 },
"machine_height": { "default_value": 165 },
"machine_start_gcode": {
"default_value": "G28 ;Home\nG1 Z15.0 F2000 ;Move the platform"
},
"machine_end_gcode": {
"default_value": "M104 S0\nM140 S0\nG92 E80\nG1 E-80 F2000\nG28 X0 Y0\nM84"
}
}
}