mp_mini_delta.def.json 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "version": 2,
  3. "name": "MP Mini Delta",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "author": "MPMD Facebook Group",
  7. "manufacturer": "Monoprice",
  8. "category": "Other",
  9. "file_formats": "text/x-gcode",
  10. "platform": "mp_mini_delta_platform.stl",
  11. "supports_usb_connection": true,
  12. "has_machine_quality": false,
  13. "visible": true,
  14. "platform_offset": [0, 0, 0],
  15. "has_materials": true,
  16. "has_variants": false,
  17. "has_machine_materials": false,
  18. "has_variant_materials": false,
  19. "preferred_quality_type": "normal",
  20. "machine_extruder_trains":
  21. {
  22. "0": "mp_mini_delta_extruder_0"
  23. }
  24. },
  25. "overrides": {
  26. "machine_start_gcode":
  27. {
  28. "default_value": ";MPMD Basic Calibration Tutorial: \n; https://www.thingiverse.com/thing:3892011 \n; \n; If you want to put calibration values in your \n; Start Gcode, put them here. \n; \n;If on stock firmware, at minimum, consider adding \n;M665 R here since there is a firmware bug. \n; \n; Calibration part ends here \n; \nG90 ; switch to absolute positioning \nG92 E0 ; reset extrusion distance \nG1 E20 F200 ; purge 20mm of filament to prime nozzle. \nG92 E0 ; reset extrusion distance \nG4 S5 ; Pause for 5 seconds to allow time for removing extruded filament \nG28 ; start from home position \nG1 E-6 F900 ; retract 6mm of filament before starting the bed leveling process \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for removing extruded filament \nG29 P2 Z0.28 ; Auto-level ; ADJUST Z higher or lower to set first layer height. Start with 0.02 adjustments. \nG1 Z30 ; raise Z 30mm to prepare for priming the nozzle \nG1 E5 F200 ; extrude 5mm of filament to help prime the nozzle just prior to the start of the print \nG92 E0 ; reset extrusion distance \nG4 S5 ; pause for 5 seconds to allow time for cleaning the nozzle and build plate if needed "
  29. },
  30. "machine_end_gcode":
  31. {
  32. "default_value": "M107; \nM104 S0; turn off hotend heater \nM140 S0; turn off bed heater \nG91; Switch to use Relative Coordinates \nG1 E-2 F300; retract the filament a bit before lifting the nozzle to release some of the pressure \nG1 Z5 E-5 F4800; move nozzle up a bit and retract filament even more \nG28 X0; return to home positions so the nozzle is out of the way \nM84; turn off stepper motors \nG90; switch to absolute positioning \nM82; absolute extrusion mode"
  33. },
  34. "machine_width": { "default_value": 110 },
  35. "machine_depth": { "default_value": 110 },
  36. "machine_height": { "default_value": 120 },
  37. "machine_heated_bed": { "default_value": true },
  38. "machine_shape": { "default_value": "elliptic" },
  39. "machine_center_is_zero": { "default_value": true },
  40. "machine_nozzle_size": {
  41. "default_value": 0.4,
  42. "minimum_value": 0.10,
  43. "maximum_value": 0.80
  44. },
  45. "layer_height": {
  46. "default_value": 0.14,
  47. "minimum_value": 0.04
  48. },
  49. "layer_height_0": {
  50. "default_value": 0.21,
  51. "minimum_value": 0.07
  52. },
  53. "line_width": { "value": "round(machine_nozzle_size * 0.875, 2)" },
  54. "material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
  55. "material_bed_temperature_layer_0": { "value": "material_bed_temperature + 5" },
  56. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  57. "machine_max_feedrate_x": { "default_value": 150 },
  58. "machine_max_feedrate_y": { "default_value": 150 },
  59. "machine_max_feedrate_z": { "default_value": 150 },
  60. "machine_max_feedrate_e": { "default_value": 50 },
  61. "machine_max_acceleration_x": { "default_value": 800 },
  62. "machine_max_acceleration_y": { "default_value": 800 },
  63. "machine_max_acceleration_z": { "default_value": 800 },
  64. "machine_max_acceleration_e": { "default_value": 10000 },
  65. "machine_acceleration": { "default_value": 3000 },
  66. "machine_max_jerk_xy": { "default_value": 20 },
  67. "machine_max_jerk_z": { "default_value": 20 },
  68. "machine_max_jerk_e": { "default_value": 5},
  69. "retraction_amount": { "default_value": 4 },
  70. "retraction_speed": { "default_value": 50 },
  71. "retraction_hop_enabled": { "default_value": false },
  72. "retract_at_layer_change": { "default_value": true },
  73. "coasting_enable": { "default_value": true }
  74. }
  75. }