monoprice_ultimate.def.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 2,
  3. "name": "Monoprice Ultimate",
  4. "inherits": "wanhao_d6",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Danny Tuppeny",
  8. "manufacturer": "monoprice",
  9. "file_formats": "text/x-gcode",
  10. "icon": "wanhao-icon.png",
  11. "has_materials": true,
  12. "platform": "wanhao_200_200_platform.obj",
  13. "platform_texture": "Wanhaobackplate.png",
  14. "machine_extruder_trains": {
  15. "0": "wanhao_d6_extruder_0"
  16. },
  17. "platform_offset": [
  18. 0,
  19. -28,
  20. 0
  21. ]
  22. },
  23. "overrides": {
  24. "machine_name": {
  25. "default_value": "Monoprice Ultimate"
  26. },
  27. "machine_max_acceleration_x": {
  28. "default_value": 3000
  29. },
  30. "machine_max_acceleration_y": {
  31. "default_value": 3000
  32. },
  33. "machine_max_acceleration_z": {
  34. "default_value": 100
  35. },
  36. "machine_max_acceleration_e": {
  37. "default_value": 500
  38. },
  39. "machine_acceleration": {
  40. "default_value": 800
  41. },
  42. "machine_max_jerk_xy": {
  43. "default_value": 10.0
  44. },
  45. "machine_max_jerk_z": {
  46. "default_value": 0.4
  47. },
  48. "machine_max_jerk_e": {
  49. "default_value": 1.0
  50. }
  51. }
  52. }