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

monoprice_ultimate.def.json « definitions « resources - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 445347b54e82a82ac3bd1850572471a8e81715ef (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
{
    "version": 2,
    "name": "Monoprice Ultimate",
    "inherits": "wanhao_d6",
    "metadata": {
        "visible": true,
        "author": "Danny Tuppeny",
        "manufacturer": "Monoprice",
        "file_formats": "text/x-gcode",
        "icon": "wanhao-icon.png",
        "has_materials": true,
        "platform": "wanhao_200_200_platform.obj",
        "platform_texture": "Wanhaobackplate.png",
        "machine_extruder_trains": {
            "0": "wanhao_d6_extruder_0"
        },
        "platform_offset": [0, -28, 0]
    },
    "overrides": {
        "machine_name": {
            "default_value": "Monoprice Ultimate"
        },
        "machine_max_acceleration_x": {
            "default_value": 3000
        },
        "machine_max_acceleration_y": {
            "default_value": 3000
        },
        "machine_max_acceleration_z": {
            "default_value": 100
        },
        "machine_max_acceleration_e": {
            "default_value": 500
        },
        "machine_acceleration": {
            "default_value": 800
        },
        "machine_max_jerk_xy": {
            "default_value": 10.0
        },
        "machine_max_jerk_z": {
            "default_value": 0.4
        },
        "machine_max_jerk_e": {
            "default_value": 1.0
        }
    }
}