wanhao_duplicator5S.def.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 2,
  3. "name": "Wanhao Duplicator 5S",
  4. "inherits": "fdmprinter",
  5. "metadata": {
  6. "visible": true,
  7. "author": "Ricardo Snoek",
  8. "manufacturer": "Wanhao",
  9. "file_formats": "text/x-gcode",
  10. "icon": "wanhao-icon.png",
  11. "has_materials": true,
  12. "platform": "wanhao_300_200_platform.obj",
  13. "platform_texture": "Wanhaobackplate.png",
  14. "machine_extruder_trains": {
  15. "0": "wanhao_duplicator5S_extruder_0"
  16. },
  17. "platform_offset": [
  18. 0,
  19. -28,
  20. 0
  21. ]
  22. },
  23. "overrides": {
  24. "machine_name": {
  25. "default_value": "Wanhao Duplicator 5S"
  26. },
  27. "machine_width": {
  28. "default_value": 300
  29. },
  30. "machine_height": {
  31. "default_value": 600
  32. },
  33. "machine_depth": {
  34. "default_value": 200
  35. },
  36. "machine_center_is_zero": {
  37. "default_value": false
  38. },
  39. "machine_heated_bed": {
  40. "default_value": false
  41. },
  42. "machine_gcode_flavor": {
  43. "default_value": "RepRap (Marlin/Sprinter)"
  44. },
  45. "machine_start_gcode": {
  46. "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{travel_speed} ;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{travel_speed} \n ;Put printing message on LCD screen\n M117 Printing..."
  47. },
  48. "machine_end_gcode": {
  49. "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{travel_speed} ;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"
  50. }
  51. }
  52. }