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

custom_extruder_3.def.json « extruders « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be5bdd0e6a1401781d859367a1da7b924c62384c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "version": 2,
    "name": "Extruder 3",
    "inherits": "fdmextruder",
    "metadata": {
        "machine": "custom",
        "position": "2"
    },

    "overrides": {
        "extruder_nr": {
            "default_value": 2,
            "maximum_value": "7"
        }
    }
}