wanhao_duplicator5Smini.def.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "version": 2,
  3. "name": "Wanhao Duplicator 5S Mini",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Ricardo Snoek",
  8. "manufacturer": "Wanhao",
  9. "file_formats": "text/x-gcode",
  10. "has_materials": true,
  11. "platform": "wanhao_300_200_platform.obj",
  12. "platform_texture": "Wanhaobackplate.png",
  13. "machine_extruder_trains": {
  14. "0": "wanhao_duplicator5Smini_extruder_0"
  15. },
  16. "platform_offset": [
  17. 0,
  18. -28,
  19. 0
  20. ]
  21. },
  22. "overrides": {
  23. "machine_name": {
  24. "default_value": "Wanhao Duplicator 5S Mini"
  25. },
  26. "machine_width": {
  27. "default_value": 300
  28. },
  29. "machine_height": {
  30. "default_value": 180
  31. },
  32. "machine_depth": {
  33. "default_value": 200
  34. },
  35. "machine_heated_bed": {
  36. "default_value": false
  37. },
  38. "machine_gcode_flavor": {
  39. "default_value": "RepRap (Marlin/Sprinter)"
  40. },
  41. "machine_start_gcode": {
  42. "default_value": "G21 ;metric values\n G90 ;absolute positioning\n M82 ;set extruder to absolute mode\n M107 ;start with the fan off\n G28 X0 Y0 ;move X/Y to min endstops\n G28 Z0 ;move Z to min endstops\n G1 Z15.0 F{speed_travel} ;move the platform down 15mm\n G92 E0 ;zero the extruded length\n G1 F200 E6 ;extrude 6 mm of feed stock\n G92 E0 ;zero the extruded length again\n G1 F{speed_travel} \n ;Put printing message on LCD screen\n M117 Printing..."
  43. },
  44. "machine_end_gcode": {
  45. "default_value": "M104 S0 ;extruder heater off \n G91 ;relative positioning\n G1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\n G1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\n G28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\n M84 ;steppers off\n G90 ;absolute positioning"
  46. }
  47. }
  48. }