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

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

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