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

deltacomb_dc30.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 485fb5cc454dbb2f265650cee57ab90c5d946d92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "version":                 2,
    "name":                    "Deltacomb DC-30",
    "inherits":                "deltacomb_base",

    "metadata": {
        "visible":                 true,
        "platform":                "deltacomb_dc30.stl",
        "quality_definition":      "deltacomb_base",
        "preferred_variant_name":  "FBE 0.40mm"
    },

    "overrides": {
        "machine_name":            { "default_value": "Deltacomb DC-30" },
        "machine_width":           { "default_value": 290 },
        "machine_depth":           { "default_value": 290 },
        "machine_height":          { "default_value": 300 },
        "machine_extruder_count":  { "default_value": 1, "maximum_value": "4" }
    }
}