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

makeR_prusa_tairona_i3.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f56dc314a2e53a95d95be5c57d2b24e586a8e49c (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
{
    "version": 2,
    "name": "Maker Prusa Tairona i3",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Maker",
        "manufacturer": "Maker",
        "file_formats": "text/x-gcode",
        "platform": "makeR_prusa_tairona_i3_platform.3mf",
        "platform_offset": [-2, 0, 0],
        "machine_extruder_trains":
        {
            "0": "makeR_prusa_tairona_i3_extruder_0"
        }
    },

    "overrides": {
        "machine_name": { "default_value": "makeR Prusa Tairona I3" },
        "machine_heated_bed": {
            "default_value": true
        },
        "machine_width": {
            "default_value": 200
        },
        "machine_height": {
            "default_value": 200
        },
        "machine_depth": {
            "default_value": 200
        },
        "machine_center_is_zero": {
            "default_value": false
        },
        "machine_head_with_fans_polygon": {
            "default_value": [
                [-75, -18],
                [-75, 35],
                [18, 35],
                [18, -18]
            ]
        },
        "gantry_height": {
            "value": "55"
        },
        "machine_gcode_flavor": {
            "default_value": "RepRap (Marlin/Sprinter)"
        },
        "machine_start_gcode": {
            "default_value": "G1 Z15;\nG28;Home\nG29;Auto Level\nG1 Z5 F5000;Move the platform down 15mm"
        },
        "machine_end_gcode": {
            "default_value": "M104 S0;Turn off temperature\nG28 X0; Home X\nM84; Disable Motors"
        }
    }
}