mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00
22 lines
577 B
JSON
22 lines
577 B
JSON
{
|
|
"version": 2,
|
|
"name": "Printrbot Play (Heated Bed)",
|
|
"inherits": "printrbot_play",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Chris Pearson",
|
|
"manufacturer": "Printrbot",
|
|
"file_formats": "text/x-gcode",
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "printrbot_play_heated_extruder_0"
|
|
}
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Printrbot Play (Heated Bed)" },
|
|
"machine_heated_bed": { "default_value": true },
|
|
"machine_depth": { "default_value": 203 }
|
|
}
|
|
}
|