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

ultimaker2_go.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 774d215bef8ad0820fab35dc15bb33c2854beb03 (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
{
    "version": 2, 
    "name": "Ultimaker 2 Go",
    "inherits": "ultimaker2",
    "metadata": {
        "author": "Ultimaker",
        "manufacturer": "Ultimaker B.V.",
        "quality_definition": "ultimaker2",
        "weight": 3,
        "file_formats": "text/x-gcode",
        "platform": "ultimaker2go_platform.obj",
        "platform_texture": "Ultimaker2Gobackplate.png",
        "platform_offset": [0, 0, 0],
        "machine_extruder_trains":
        {
            "0": "ultimaker2_go_extruder_0"
        },
        "firmware_file": "MarlinUltimaker2go.hex"
    },

    "overrides": {
        "machine_name": { "default_value": "Ultimaker 2 Go" },
        "machine_width": {
            "default_value": 120
        },
        "machine_depth": {
            "default_value": 120
        },
        "machine_height": {
            "default_value": 115
        },
        "machine_heated_bed": {
            "default_value": false
        },
        "machine_disallowed_areas": {
            "default_value": [
                [[-60,  60], [-33,  60], [-35,  52], [-60,  52]],
                [[ 60,  60], [ 60,  52], [ 35,  52], [ 33,  60]],
                [[-60, -60], [-60, -52], [-35, -52], [-33, -60]],
                [[ 60, -60], [ 33, -60], [ 35, -52], [ 60, -52]]
            ]
        }
    }
}