Cura/resources/definitions/monoprice_ultimate.def.json
jspijker 53d8e0c730 Applied printer-linter format
To make sure we have uniform diffs with our PR's
2022-12-30 22:05:41 +01:00

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" }
}
}