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

goofoo_max.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a1ffad33586b20d526411f2a467bfc395764bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "name": "Goofoo Max",
    "version": 2,
    "inherits": "goofoo_near",
    "overrides": {
        "machine_name": { "default_value": "Goofoo Max" },
        "machine_width": { "default_value": 600 },
        "machine_depth": { "default_value": 580 },
        "machine_height": { "default_value": 700 },
        "machine_head_with_fans_polygon": { "default_value": [
                [0, 0],
                [0, 0],
                [0, 0],
                [0, 0]
            ]
        },

        "gantry_height": { "value": 0 }

    },
    "metadata": {
        "visible": true
    }
}