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

goofoo_tinyplus.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82557cc2606aae178b2ecc55836fd18b198fe618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "Goofoo Tiny+",
    "version": 2,
    "inherits": "goofoo_small",
    "overrides": {
        "machine_name": { "default_value": "Goofoo Tiny+" },
        "machine_width": { "default_value": 120 },
        "machine_depth": { "default_value": 120 },
        "machine_height": { "default_value": 180 },
        "raft_margin": { "default_value": 5 },
        "machine_heated_bed": { "default_value": false }
    },
    "metadata": {
        "visible": true
    }
}