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

ultimaker2_extended_plus.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0242115057b0d315596bb87fb0533d103b145648 (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
25
26
{
    "version": 2,
    "name": "Ultimaker 2 Extended+",
    "inherits": "ultimaker2_plus",
    "metadata": {
        "author": "Ultimaker",
        "manufacturer": "Ultimaker B.V.",
        "quality_definition": "ultimaker2_plus",
        "weight": 2,
        "file_formats": "text/x-gcode",
        "platform": "ultimaker2_platform.obj",
        "platform_texture": "Ultimaker2ExtendedPlusbackplate.png",
        "machine_extruder_trains":
        {
            "0": "ultimaker2_extended_plus_extruder_0"
        },
        "firmware_file": "MarlinUltimaker2extended-plus.hex"
    },

    "overrides": {
        "machine_name": { "default_value": "Ultimaker 2 Extended+" },
        "machine_height": {
            "default_value": 305
        }
    }
}