Add definition for Printrbot Play with heated bed upgrade.

This commit is contained in:
Chris Pearson 2016-10-22 17:36:21 +01:00
parent 8330b953e8
commit 9686c9db1c

View File

@ -0,0 +1,20 @@
{
"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 }
}
}