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

anycubic_kossel_linear_plus.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9683cf61cfd8d6eee3305c93a040544f9a010a3d (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
28
29
30
31
32
33
34
35
36
{
    "name": "Anycubic Kossel Linear Plus",
    "version": 2,
    "inherits": "anycubic_kossel",
    "metadata": {
        "visible": true,
        "platform": "kossel_pro_build_platform.3mf",
        "platform_offset": [0, -0.25, 0],
        "machine_extruder_trains": {
            "0": "anycubic_kossel_extruder_0"
        }
    },
    "overrides": {
        "machine_name": {
            "default_value": "Anycubic Kossel Linear Plus"
        },
        "machine_width": {
            "default_value": 240
        },
        "machine_depth": {
            "default_value": 240
        },
        "machine_disallowed_areas": {
            "default_value": [
                [[-50, -115], [-115, -115], [-90, -90]],
                [[-115, -115], [-115, -50], [-90, -90]],
                [[50, -115], [115, -115], [90, -90]],
                [[115, -115], [115, -50], [90, -90]],
                [[-50, 115], [-115, 115], [-90, 90]],
                [[-115, 115], [-115, 50], [-90, 90]],
                [[50, 115], [115, 115], [90, 90]],
                [[115, 115], [115, 50], [90, 90]]
            ]
        }
    }
}