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

longer_lk4pro.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6cd83b6048a9f63184ae465cef87c3c95d24d208 (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
26
27
{
    "name": "Longer LK4 Pro",
    "version": 2,
    "inherits": "longer_base",
    "metadata": {
        "quality_definition": "longer_base",
        "visible": true,
        "platform": "longer_235mm_platform.stl",
        "platform_offset": [-117.5, -3 ,117.5]
    },
    "overrides": {
        "machine_name": { "default_value": "LONGER LK4 Pro" },
        "machine_width": { "default_value": 220 },
        "machine_depth": { "default_value": 220 },
        "machine_height": { "default_value": 250 },

        "machine_head_with_fans_polygon": { "default_value": [
                [-22, 39],
                [-22, -34],
                [58, -34],
                [58, 39]
            ]
        },

        "gantry_height": { "value": 33 }
    }
}