dagoma_discoultimate_bicolor.def.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "version": 2,
  3. "name": "Dagoma DiscoUltimate Bicolor",
  4. "inherits": "dagoma_disco",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Dagoma",
  9. "manufacturer": "Dagoma",
  10. "file_formats": "text/x-gcode",
  11. "platform": "dagoma_discoultimate_bicolor.3mf",
  12. "has_machine_quality": true,
  13. "has_materials": true,
  14. "machine_extruder_trains":
  15. {
  16. "0": "dagoma_discoultimate_extruder_0",
  17. "1": "dagoma_discoultimate_extruder_1"
  18. },
  19. "platform_offset": [
  20. 0,
  21. -58.5,
  22. -11
  23. ],
  24. "preferred_material": "chromatik_pla"
  25. },
  26. "overrides":
  27. {
  28. "machine_end_gcode": { "default_value": ";Begin End Gcode for Dagoma DiscoUltimate Bicolor\n\nM106 S255 ;Fan on full\nM104 S0 ;Cool hotend\nM140 S0 ;Cool heated bed\nG91 ;Relative positioning\nG1 E-3 F5000 ;Retract filament to stop oozing\nG1 E-60 F5000 ;Retract filament multi-extruder\nG0 Z+3 ;Withdraw\nG90 ; Absolute positioning\nG28 X Y ;Home\nM109 R{material_standby_temperature} ;Wait until head has cooled to standby temp\nM107 ;Fan off\nM18 ;Stepper motors off\n\n;Finish End Gcode for Dagoma DiscoUltimate Bicolor\n" },
  29. "machine_extruder_count": { "default_value": 2 },
  30. "machine_extruders_share_heater": { "default_value": true },
  31. "machine_name": { "default_value": "Dagoma DiscoUltimate Bicolor" },
  32. "machine_start_gcode": { "default_value": ";Begin Start Gcode for Dagoma DiscoUltimate Bicolor\n;Sliced: {date} {time}\n;Initial extruder: {initial_extruder_nr}\n\nG90 ;Absolute positioning\nM106 S255 ;Fan on full\nG28 X Y ;Home stop X Y\nG1 X100 ;Centre back during cooldown in case of oozing\nM109 R{material_standby_temperature} ;Cooldown in case too hot\nG28 ;Centre\nG29 ;Auto-level\nM104 S{material_print_temperature_layer_0} ;Pre-heat\nM107 ;Fan off\nG0 X100 Y5 Z0.5 ;Front centre for degunk\nM109 S{material_print_temperature_layer_0} ;Wait for initial temp\n;M83 ;E Relative\n;G1 E60 F3000 ;Reverse multi-extruder retract\n;G1 E10 F200 ;Degunk\n;G1 E-3 F5000 ;Retract\nG0 Z3 ;Withdraw\n;M82 ;E absolute\n;G92 E0 ;E reset\n;G1 F6000 ;Set feedrate\n\n;Finish Start Gcode for Dagoma DiscoUltimate Bicolor\n" }
  33. }
  34. }