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

inat_proton_x_rail.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ffaca10bdf54e45a1b568d3193e7a11b7a1ad514 (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
{

    "name": "Proton X Rail",
    "version": 2,
    "inherits": "inat_base",
    "metadata": {
        "visible": true,
        "quality_definition": "inat_base",
        "platform": "inat_proton_x_buildplate.stl",
        "platform_offset": [ 0, -1.1, 0]
    },
    "overrides": {
        "machine_name": { "default_value": "Proton X Rail" },
        "machine_width": { "default_value": 304 },
        "machine_depth": { "default_value": 304 },
        "machine_height": { "default_value": 300 },
        "machine_max_acceleration_x": {
            "value": 500
        },
        "machine_max_acceleration_y": {
            "value": 800
        },
        "machine_max_acceleration_z": {
            "value": 200
        },
        "machine_max_jerk_xy": {
            "value": 10
        }

    }
}