mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
parent
4f3984a6c0
commit
ce9bd3b2c0
1 changed files with 44 additions and 48 deletions
|
|
@ -1,52 +1,48 @@
|
||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"name": "Monoprice Ultimate",
|
"name": "Monoprice Ultimate",
|
||||||
"inherits": "wanhao_d6",
|
"inherits": "wanhao_d6",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"author": "Danny Tuppeny",
|
"author": "Danny Tuppeny",
|
||||||
"manufacturer": "monoprice",
|
"manufacturer": "Monoprice",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"icon": "wanhao-icon.png",
|
"icon": "wanhao-icon.png",
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"platform": "wanhao_200_200_platform.obj",
|
"platform": "wanhao_200_200_platform.obj",
|
||||||
"platform_texture": "Wanhaobackplate.png",
|
"platform_texture": "Wanhaobackplate.png",
|
||||||
"machine_extruder_trains": {
|
"machine_extruder_trains": {
|
||||||
"0": "wanhao_d6_extruder_0"
|
"0": "wanhao_d6_extruder_0"
|
||||||
|
},
|
||||||
|
"platform_offset": [0, -28, 0]
|
||||||
},
|
},
|
||||||
"platform_offset": [
|
"overrides": {
|
||||||
0,
|
"machine_name": {
|
||||||
-28,
|
"default_value": "Monoprice Ultimate"
|
||||||
0
|
},
|
||||||
]
|
"machine_max_acceleration_x": {
|
||||||
},
|
"default_value": 3000
|
||||||
"overrides": {
|
},
|
||||||
"machine_name": {
|
"machine_max_acceleration_y": {
|
||||||
"default_value": "Monoprice Ultimate"
|
"default_value": 3000
|
||||||
},
|
},
|
||||||
"machine_max_acceleration_x": {
|
"machine_max_acceleration_z": {
|
||||||
"default_value": 3000
|
"default_value": 100
|
||||||
},
|
},
|
||||||
"machine_max_acceleration_y": {
|
"machine_max_acceleration_e": {
|
||||||
"default_value": 3000
|
"default_value": 500
|
||||||
},
|
},
|
||||||
"machine_max_acceleration_z": {
|
"machine_acceleration": {
|
||||||
"default_value": 100
|
"default_value": 800
|
||||||
},
|
},
|
||||||
"machine_max_acceleration_e": {
|
"machine_max_jerk_xy": {
|
||||||
"default_value": 500
|
"default_value": 10.0
|
||||||
},
|
},
|
||||||
"machine_acceleration": {
|
"machine_max_jerk_z": {
|
||||||
"default_value": 800
|
"default_value": 0.4
|
||||||
},
|
},
|
||||||
"machine_max_jerk_xy": {
|
"machine_max_jerk_e": {
|
||||||
"default_value": 10.0
|
"default_value": 1.0
|
||||||
},
|
}
|
||||||
"machine_max_jerk_z": {
|
|
||||||
"default_value": 0.4
|
|
||||||
},
|
|
||||||
"machine_max_jerk_e": {
|
|
||||||
"default_value": 1.0
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue