mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
19 lines
No EOL
555 B
JSON
19 lines
No EOL
555 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_depth": { "default_value": 203 },
|
|
"machine_heated_bed": { "default_value": true },
|
|
"machine_name": { "default_value": "Printrbot Play (Heated Bed)" }
|
|
}
|
|
} |