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

dagoma_magis.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3c9c3e693ef2747aa5da9386553472c99fcae0c (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
{
    "name": "Dagoma Magis",
    "version": 2,
    "inherits": "dagoma_delta",
    "metadata": {
        "visible": true,
        "author": "Dagoma",
        "manufacturer": "Dagoma",
        "file_formats": "text/x-gcode",
        "platform": "dagoma_magis.3mf",
        "platform_offset": [0, -28, -35],
        "has_machine_quality": true,
        "has_materials": true,
        "preferred_material": "chromatik_pla",
        "machine_extruder_trains":
        {
            "0": "dagoma_magis_extruder"
        }
    },
    "overrides": {
        "machine_name": {
            "default_value": "Dagoma Magis"
        }
    }
}