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

hellbot_hidra_plus.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3c1013915301f414548c8d3d25c8a63e7f618cb (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
{
    "version": 2,
    "name": "Hellbot Hidra Plus",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Hellbot Development Team",
        "manufacturer": "Hellbot",
        "file_formats": "text/x-gcode",
        "platform": "hellbot_hidra_plus.obj",
        "platform_offset": [0, 0, 5],
        "platform_texture": "hellbot_hidra_plus.png",
        "has_materials": true,
        "machine_extruder_trains":
        {
            "0": "hellbot_hidra_plus_extruder_0",
            "1": "hellbot_hidra_plus_extruder_1"
        }

    },

    "overrides": {
        "machine_name": { "default_value": "Hellbot Hidra Plus" },
        "machine_width": {
            "default_value": 300
        },
        "machine_depth": {
            "default_value": 300
        },   
        "machine_height": {
            "default_value": 350
        },
        "machine_heated_bed": {
            "default_value": true
        },
        "machine_center_is_zero": {
            "default_value": false
        },
        "machine_head_with_fans_polygon":
        {
            "default_value": [
                [ -75, 35 ],
                [ -75, -18 ],
                [ 18, 35 ],
                [ 18, -18 ]
            ]
        },
        "machine_extruder_count": {
            "default_value": 2
        },
        "machine_start_gcode": {
             "default_value": "G21;\nG90;\nM82;\nM107;\nG28;\nG1 Z15.0 F9000;"
        },
        "machine_end_gcode": {
            "default_value": "M104 T0 S0;\nM104 T1 S0;\nM140 S0;\nG92 E1;\nG1 E-1 F300;\nG28 X0 Y0;\nM84;"
        }
    }
}