makeblock_mcreate.def.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "version": 2,
  3. "name": "Makeblock mCreate",
  4. "inherits": "fdmprinter",
  5. "metadata":
  6. {
  7. "visible": true,
  8. "author": "Makeblock",
  9. "manufacturer": "Makeblock",
  10. "file_formats": "application/gzip;text/x-gcode",
  11. "has_machine_quality": true,
  12. "machine_extruder_trains": { "0": "makeblock_mcreate_extruder_0" },
  13. "preferred_quality_type": "normal"
  14. },
  15. "overrides":
  16. {
  17. "gantry_height": { "value": 15.0 },
  18. "machine_depth": { "default_value": 225 },
  19. "machine_end_gcode": { "default_value": "; Mcreate end Gcode \nG4 ; Wait command in buffer have finished \nG92 E0 \nG1 E-2 F300; retract filament \nG28 X Z; home x z axis \nG1 F3000 Y220;Move Heat Bed to the front for easy print removal \nM104 S0; Turn off the nozzle heat \nM140 S0; Turn off the bed heat \nM107 ; Turn off the Fan \nM84 ; Disable stepper motors \n; End of GCode" },
  20. "machine_extruder_count": { "default_value": 1 },
  21. "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
  22. "machine_head_with_fans_polygon":
  23. {
  24. "default_value": [
  25. [0, 0],
  26. [0, 0],
  27. [0, 0],
  28. [0, 0]
  29. ]
  30. },
  31. "machine_heated_bed": { "default_value": true },
  32. "machine_height": { "default_value": 300 },
  33. "machine_name": { "default_value": "Makeblock mCreate" },
  34. "machine_start_gcode": { "default_value": "; Mcreate Start Gcode \nG28 ; Home all axes \nG92 E0 ; Reset Extruder\nG1 X0 Y0 Z15 F3000.0 ; Move to start position \nG1 E10 F400 ;load filament \nG1 E2 F400 ;retarct filament \nG92 E0 ; Reset Extruder \nG1 X0 Y130 Z15 F3000.0 \nG12 ; clean nozzle \nG1 X0 Y0 Z0.3 F3000.0 ; Move to start position \nG1 E9.0 F400 ;loadsome filament \nG92 E0 ; Reset Extruder \n; End of start GCode" },
  35. "machine_width": { "default_value": 225 }
  36. }
  37. }