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

koonovo_elf.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03dcc6e632db2784d502ace7f563eb1690be54d5 (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
25
{
    "name": "Koonovo Elf",
    "version": 2,
    "inherits": "koonovo_base",
    "overrides": {
        "machine_name": { "default_value": "Koonovo Elf" },
        "machine_width": { "default_value": 310 },
        "machine_depth": { "default_value": 310 },
        "machine_height": { "default_value": 345 },
        "machine_head_with_fans_polygon": { "default_value": [
                [-26, 34],
                [-26, -32],
                [32, -32],
                [32, 34]
            ]
        },

        "gantry_height": { "value": 0 }

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