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

atom3_lite.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 69808e7ad34716d8b6595c1bd1ef48c83329129a (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
    "version": 2,
    "name": "Atom 3 Lite",
    "inherits": "atom3",
    "metadata": {
        "author": "Daniel Kurth",
        "manufacturer": "Layer One",
        "platform_offset": [0, 0, 0],
        "preferred_variant_name": "PTFE hotend + 0.4mm brass nozzle",
        "platform": "Atom 3 lite bed.3mf"
    },




    "overrides": {
        "machine_head_with_fans_polygon":
        {
            "default_value":
            [
                [-23.82, 41.25],
                [23.82, 41.25],
                [38.105, 16.5],
                [57.631 , 16.5],

                [57.631 , -16.5],
                [38.105, -16.5],
                [23.82, -41.25],
                [-23.82, -41.25],

                [-38.105, -16.5],
                [-57.631 , -16.5],
                [-57.631 , 16.5],
                [-38.105, 16.5],
                [-23.82, 41.25]
            ]
        },




        "retraction_amount": { "default_value": 7 },
        "retraction_speed": {
            "default_value": 70,
            "maximum_value_warning": "90"
        },




        "cool_min_layer_time": { "default_value": 15},
        "cool_min_speed": { "default_value": 5},
        "cool_lift_head": { "default_value": false},




        "support_angle": { "default_value": 45}
    }
}