dagoma_pro_430_directdrive.def.json 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "version": 2,
  3. "name": "Dagoma PRO 430 Direct Drive",
  4. "inherits": "dagoma_pro_430_base",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Dagoma",
  9. "manufacturer": "Dagoma",
  10. "machine_extruder_trains": { "0": "dagoma_pro_430_directdrive_extruder" },
  11. "preferred_quality_type": "h0.2",
  12. "preferred_variant_name": "Brass 0.4mm"
  13. },
  14. "overrides":
  15. {
  16. "machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 S0 ;Set hotend temperature for cooldown\nM140 S0 ;Set hotbed temperature for cooldown\nG91 ;Set all axes to relative\nG0 Z+3 ;Move Z axis after print end\nG1 E-5 F5000 ;Retract filament to stop oozing\nG28 X Y ;Home the X and Y axes\nM18 ;Disable steppers motors\n" },
  17. "machine_extruder_count": { "default_value": 1 },
  18. "machine_height": { "default_value": 310 },
  19. "machine_name": { "default_value": "Dagoma PRO 430 Direct Drive" },
  20. "machine_start_gcode": { "default_value": ";Start Gcode for {machine_name}\n;Author: Dagoma\n;Contact: contact-pro@dagoma3d.com\n\n;Sliced: {date} {time}\n;Estimated print time: {print_time}\n\n;Print speed: {speed_print}mm/s\n;Layer height: {layer_height}mm\n;Wall thickness: {wall_thickness}mm\n;Infill density: {infill_sparse_density}%\n;Infill pattern: {infill_pattern}\n;Support: {support_enable}\n;Print temperature: {material_print_temperature}\u00b0C\n;Flow: {material_flow}%\n;Retraction amount: {retraction_amount}mm\n;Retraction speed: {retraction_retract_speed}mm/s\n\nG21 ;Set units to millimeters\nG90 ;Set all axes to absolute\nM104 S120 ; Launch hotend heating up to 120\u00b0C\nM190 S{material_bed_temperature} ;Preheat hotbed\nM106 S255; Activating layers fans for checkup and minimise filament on t\nG28 ;Go to origin on all axes\nG29 ; Bed Leveling\nM107 ; Turn off Layers Fans\nG0 X215 Y1 Z0.4 ;Move XYZ axis before purge\nM109 S{material_print_temperature_layer_0} ;Wait for initial print temp\nM83 ;Set E to relative positioning\nG1 E{retraction_amount} F200 ;Purge\nG0 Z3 ;Move Z axis before print start\nM82 ;Set E to absolute positioning\nG92 E0 ;Set E position\nG1 F{speed_travel} ;Set the feedrate to {speed_travel}mm/s\n" },
  21. "nozzle_disallowed_areas":
  22. {
  23. "default_value": [
  24. [
  25. [-215, 160],
  26. [-166, 160],
  27. [-215, 111]
  28. ],
  29. [
  30. [215, 160],
  31. [166, 160],
  32. [215, 111]
  33. ],
  34. [
  35. [-215, 160],
  36. [-200, 160],
  37. [-200, -160],
  38. [-215, -160]
  39. ],
  40. [
  41. [215, 160],
  42. [200, 160],
  43. [200, -160],
  44. [215, -160]
  45. ],
  46. [
  47. [-215, 160],
  48. [-215, 137.5],
  49. [215, 137.5],
  50. [215, 160]
  51. ]
  52. ]
  53. }
  54. }
  55. }