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: 41593be8c250616341f7f6c106cac302e41cd6ef (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
    "version": 2,
    "name": "Ultimaker",
    "inherits": "fdmprinter",
    "metadata": {
        "author": "Ultimaker",
        "manufacturer": "Ultimaker B.V.",
        "visible": false,
        "exclude_materials": [ "generic_hips", "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
        },
        "skin_angles": {
            "value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]"
        },
        "line_width": {
            "value": "machine_nozzle_size"
        },
        "wall_thickness": {
            "value": "wall_line_width_0 + wall_line_width_x"
        },
        "infill_before_walls": {
            "value": "False"
        },
        "infill_material_flow": {
            "value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"
        },
        "retraction_combing": {
            "value": "'no_outer_surfaces'"
        },
        "roofing_layer_count": {
            "value": "0"
        },
        "roofing_material_flow": {
            "value": "material_flow"
        },
        "skin_material_flow": {
            "value": "0.97 * material_flow"
        },
        "skin_monotonic" : {
            "value": true
        },
        "speed_equalize_flow_width_factor": {
            "value": "110.0"
        },
        "top_layers": {
            "value": "math.ceil(round(top_thickness / resolveOrValue('layer_height'), 4))"
        },
        "bottom_layers": {
            "value": "math.ceil(round(bottom_thickness / resolveOrValue('layer_height'), 4))"
        },
        "xy_offset": {
            "value": "-layer_height * 0.1"
        }
    }
}