dagoma_pro_430_dual.def.json 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "version": 2,
  3. "name": "Dagoma PRO 430 Dual",
  4. "inherits": "dagoma_pro_430_base",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Dagoma",
  9. "manufacturer": "Dagoma",
  10. "machine_extruder_trains":
  11. {
  12. "0": "dagoma_pro_430_dual_extruder_left",
  13. "1": "dagoma_pro_430_dual_extruder_right"
  14. },
  15. "preferred_quality_type": "h0.2",
  16. "preferred_variant_name": "Brass 0.4mm",
  17. "quality_definition": "dagoma_pro_430_bowden"
  18. },
  19. "overrides":
  20. {
  21. "machine_end_gcode": { "default_value": ";End Gcode for {machine_name}\n;Author: Dagoma\n\nM104 T0 S0 ;Set hotend temperature for cooldown\nM104 T1 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-{retraction_amount} F5000 ;Retract filament to stop oozing\nG90 ;Set all axes to absolute\nG28 X Y ;Home the X and Y axes\nM84 ; Disable steppers motors\nM18 ;Disable steppers motors\nM117 Print end ;Set message\n" },
  22. "machine_extruder_count": { "default_value": 2 },
  23. "machine_height": { "default_value": 310 },
  24. "machine_name": { "default_value": "Dagoma PRO 430 Dual" },
  25. "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 Z15.0 F6000 ;Move Z axis before print start\nM82 ;Set E to absolute positioning\nG92 E0 ;Set E position\nG1 F{travel_speed} ;Set the feedrate to {travel_speed}mm/s\n" },
  26. "nozzle_disallowed_areas":
  27. {
  28. "default_value": [
  29. [
  30. [-215, 160],
  31. [-166, 160],
  32. [-215, 111]
  33. ],
  34. [
  35. [215, 160],
  36. [166, 160],
  37. [215, 111]
  38. ],
  39. [
  40. [-215, 160],
  41. [-154, 160],
  42. [-154, -160],
  43. [-215, -160]
  44. ],
  45. [
  46. [215, 160],
  47. [154, 160],
  48. [154, -160],
  49. [215, -160]
  50. ],
  51. [
  52. [-215, 160],
  53. [-215, 125],
  54. [215, 125],
  55. [215, 160]
  56. ]
  57. ]
  58. },
  59. "prime_tower_position_x": { "value": "350" }
  60. }
  61. }