mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Merge pull request #5003 from DanTup/patch-1
Add Monoprice Ultimate based on Wanhao D6
This commit is contained in:
commit
bff1796f91
1 changed files with 52 additions and 0 deletions
52
resources/definitions/monoprice_ultimate.def.json
Normal file
52
resources/definitions/monoprice_ultimate.def.json
Normal file
|
@ -0,0 +1,52 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue