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: 7ae1d1bd280b32914c250095a2649278e47f3f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "id": "custom",
    "version": 2,
    "name": "Custom FDM printer",
    "inherits": "fdmprinter",
    "metadata": {
        "visible": true,
        "author": "Ultimaker",
        "manufacturer": "Custom",
        "category": "Custom",
        "file_formats": "text/x-gcode",
        "has_materials": true,
        "first_start_actions": ["MachineSettingsAction"]
    }
}