ideagen3D_sapphire_plus.def.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": 2,
  3. "name": "Ideagen3D Sapphire Plus",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Ideagen3D",
  9. "manufacturer": "Ideagen3D",
  10. "file_formats": "text/x-gcode",
  11. "platform": "ideagen3D_sapphire_plus.3mf",
  12. "has_machine_quality": false,
  13. "has_materials": true,
  14. "machine_extruder_trains": { "0": "ideagen3D_sapphire_plus_0" }
  15. },
  16. "overrides":
  17. {
  18. "gantry_height": { "value": 65 },
  19. "machine_depth": { "default_value": 300 },
  20. "machine_end_gcode": { "default_value": ";End GCode by ideagen3D\n\nM104 S0 ;Set nozzle temperature to 0\nM140 S0 ;Set Bed temperature to 0\n\nG92 E1 ;Prepare to retract filament\nG1 E-1 F300 ;Retract filament\nG28 X0 Y0 ;Home X and Y\nM84 ;Disable Steppers" },
  21. "machine_head_with_fans_polygon":
  22. {
  23. "default_value": [
  24. [-30, -20],
  25. [-30, 40],
  26. [30, -20],
  27. [30, 40]
  28. ]
  29. },
  30. "machine_heated_bed": { "default_value": true },
  31. "machine_height": { "default_value": 350 },
  32. "machine_name": { "default_value": "ideagen3D Sapphire Plus" },
  33. "machine_start_gcode": { "default_value": ";Start GCode by ideagen3D\n\nG1 Z15.0 F6000 ;Move the platform down 15mm\n\n;Initialize Temperature\nM140 S{material_bed_temperature_layer_0} ;heat bed and continue\nM104 S{material_print_temperature_layer_0} ;heat nozzle and continue\nM190 S{material_bed_temperature_layer_0} ;wait for bed temperature to reach initial layer temperature\nM109 S{material_print_temperature_layer_0} ;wait for hot end temperature to reach initial layer temperature\n\nG28 M420 S1 ; Home & Enable Bed Levelling\n\n;Prime the extruder\nG92 E0\nG1 X1 Y280 Z0.2 ;Prepare to Purge\nG1 Y20 Z0.2 F1500.0 E15 ;Purge line\nG92 E0" },
  34. "machine_width": { "default_value": 300 }
  35. }
  36. }