monoprice_ultimate.def.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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": [0, -28, 0]
  18. },
  19. "overrides": {
  20. "machine_name": {
  21. "default_value": "Monoprice Ultimate"
  22. },
  23. "machine_max_acceleration_x": {
  24. "default_value": 3000
  25. },
  26. "machine_max_acceleration_y": {
  27. "default_value": 3000
  28. },
  29. "machine_max_acceleration_z": {
  30. "default_value": 100
  31. },
  32. "machine_max_acceleration_e": {
  33. "default_value": 500
  34. },
  35. "machine_acceleration": {
  36. "default_value": 800
  37. },
  38. "machine_max_jerk_xy": {
  39. "default_value": 10.0
  40. },
  41. "machine_max_jerk_z": {
  42. "default_value": 0.4
  43. },
  44. "machine_max_jerk_e": {
  45. "default_value": 1.0
  46. }
  47. }
  48. }