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

ultimaker.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a60ff35c8e35ed0c45a229c2309723c603a91d6 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "version": 2,
    "name": "Ultimaker",
    "inherits": "fdmprinter",
    "metadata": {
        "author": "Ultimaker",
        "manufacturer": "Ultimaker B.V.",
        "category": "Ultimaker",
        "visible": false,
        "exclude_materials": [ "generic_hips", "generic_petg", "structur3d_dap100silicone" ]
    },
    "overrides": {
        "machine_max_feedrate_e": {
            "default_value": 45
        },
        "material_print_temperature": {
            "minimum_value": "0"
        },
        "material_bed_temperature": {
            "minimum_value": "0",
            "maximum_value_warning": "125"
        },
        "material_bed_temperature_layer_0":
        {
            "maximum_value_warning": "125"
        },
        "material_standby_temperature": {
            "minimum_value": "0"
        },
        "extruder_prime_pos_y":
        {
            "minimum_value": "0",
            "maximum_value": "machine_depth"
        },
        "extruder_prime_pos_x":
        {
            "minimum_value": "0",
            "maximum_value": "machine_width"
        },
        "relative_extrusion":
        {
            "value": false,
            "enabled": false
        }
    }
}