Welcome to mirror list, hosted at ThFree Co, Russian Federation.

printrbot_play_heated.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7987f550108fee1444064d9de278b7a3b1972c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "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_name": { "default_value": "Printrbot Play (Heated Bed)" },
        "machine_heated_bed": { "default_value": true },
        "machine_depth": { "default_value": 203 }
    }
}