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

custom.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88cc3c8821da8c2dc12b336a55cb6965062f98b6 (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
{
    "version": 2,
    "name": "Custom FFF printer",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Ultimaker",
        "manufacturer": "Custom",
        "file_formats": "text/x-gcode",
        "has_materials": true,
        "machine_extruder_trains":
        {
            "0": "custom_extruder_1",
            "1": "custom_extruder_2",
            "2": "custom_extruder_3",
            "3": "custom_extruder_4",
            "4": "custom_extruder_5",
            "5": "custom_extruder_6",
            "6": "custom_extruder_7",
            "7": "custom_extruder_8"
        },
        "first_start_actions": ["MachineSettingsAction"]
    }
}