mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 12:30:39 +08:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": 2,
|
|
"name": "Monoprice Ultimate",
|
|
"inherits": "wanhao_d6",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"author": "Danny Tuppeny",
|
|
"manufacturer": "Monoprice",
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "wanhao_200_200_platform.obj",
|
|
"has_materials": true,
|
|
"icon": "wanhao-icon.png",
|
|
"machine_extruder_trains": { "0": "wanhao_d6_extruder_0" },
|
|
"platform_offset": [
|
|
0,
|
|
-28,
|
|
0
|
|
],
|
|
"platform_texture": "Wanhaobackplate.png"
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_acceleration": { "default_value": 800 },
|
|
"machine_max_acceleration_e": { "default_value": 500 },
|
|
"machine_max_acceleration_x": { "default_value": 3000 },
|
|
"machine_max_acceleration_y": { "default_value": 3000 },
|
|
"machine_max_acceleration_z": { "default_value": 100 },
|
|
"machine_max_jerk_e": { "default_value": 1.0 },
|
|
"machine_max_jerk_xy": { "default_value": 10.0 },
|
|
"machine_max_jerk_z": { "default_value": 0.4 },
|
|
"machine_name": { "default_value": "Monoprice Ultimate" }
|
|
}
|
|
} |