mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 19:05:12 +08:00
21 lines
557 B
JSON
21 lines
557 B
JSON
{
|
|
"id": "printrbot_play_heated",
|
|
"version": 2,
|
|
"name": "Printrbot Play (Heated Bed)",
|
|
"inherits": "printrbot_play",
|
|
"metadata": {
|
|
"visible": true,
|
|
"author": "Chris Pearson",
|
|
"manufacturer": "Printrbot",
|
|
"category": "Other",
|
|
"file_formats": "text/x-gcode",
|
|
"platform": ""
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Printrbot Play (Heated Bed)" },
|
|
"machine_heated_bed": { "default_value": true },
|
|
"machine_depth": { "default_value": 203 }
|
|
}
|
|
}
|