mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 14:29:00 +08:00
Add definition for Printrbot Play with heated bed upgrade.
This commit is contained in:
parent
8330b953e8
commit
9686c9db1c
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…
x
Reference in New Issue
Block a user