mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Add definition for Printrbot Play with heated bed upgrade.
This commit is contained in:
parent
8330b953e8
commit
9686c9db1c
1 changed files with 20 additions and 0 deletions
20
resources/definitions/printrbot_play_heated.def.json
Normal file
20
resources/definitions/printrbot_play_heated.def.json
Normal 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 }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue