mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:36:10 +08:00
19 lines
555 B
JSON
19 lines
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)" }
|
|
}
|
|
} |