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

anycubic_kobra_max.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 034fc3db2bad18776d9977e6348c00d5a1d8a7a0 (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
{
    "version": 2,
    "name": "Anycubic Kobra Max",
    "inherits": "fdmprinter",
    "metadata":
    {
        "visible": true,
        "author": "Jason Chen",
        "manufacturer": "Anycubic",
        "file_formats": "text/x-gcode",
        "has_materials": true,
        "preferred_material": "generic_pla",
        "has_machine_quality": true,
        "quality_definition": "anycubic_kobra_max",
        "preferred_quality_type": "pla",
        "machine_extruder_trains":
        {
            "0": "anycubic_kobra_max_extruder_0"
        },
        "firmware_file": "MarlinChiron.hex"
    },

    "overrides":
    {
        "machine_name":
        {
            "default_value": "Anycubic Kobra Max"
        },
        "machine_heated_bed":
        {
            "default_value": true
        },
        "machine_width":
        {
            "default_value": 402
        },
        "machine_height":
        {
            "default_value": 452
        },
        "machine_depth":
        {
            "default_value": 402
        },
        "machine_gcode_flavor":
        {
            "default_value": "RepRap (Marlin/Sprinter)"
        },
        "machine_start_gcode":
        {
            "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
        }
    }
}