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

key3d_tyro.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0bfc78c115d73dfe95e1876f2ac2f205c4963fb7 (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
63
64
65
{
    "name": "Tyro",
    "version": 2,
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "DragonJe",
        "manufacturer": "Key3D",
        "file_formats": "text/x-gcode",
        "platform_offset": [0, 0, 0],
        "has_materials": true,
        "has_variants": false,
        "preferred_quality_type": "normal",
        "has_machine_quality": true,
        "preferred_material": "generic_pla",
        "machine_extruder_trains":
        {
            "0": "key3d_tyro_extruder_0"
        }
    },

    "overrides": {
        "machine_name": {
            "default_value": "Tyro"
        },
        "machine_width": {
            "default_value": 150
        },
        "machine_height": {
            "default_value": 150
        },
        "machine_depth": {
            "default_value": 150
        },
        "machine_head_with_fans_polygon": {
            "default_value": [
                [-30, 34],
                [-30, -32],
                [30, -32],
                [30, 34]
            ]
        },
        "gantry_height": {
            "value": "30"
        },
        "machine_heated_bed": {
            "default_value": false
        },
        "machine_heated_build_volume": {
            "default_value": false
        },
        "material_diameter": {
            "default_value": 1.75
        },
        "machine_gcode_flavor": {
            "default_value": "RepRap (Marlin/Sprinter)"
        },
        "machine_start_gcode": {
            "default_value": "G28 ; Home\nG1 Z15.0 F6000 ; Move Z axis up 15mm\n ; Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
        },
        "machine_end_gcode": {
            "default_value": "M104 S0\nM140 S0\n ; Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84"
        }
    }
}