readme.txt 598 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Modified files:
  2. my_machine.h
  3. grbl/config.h
  4. grbl/gcode.c
  5. grbl/spindle_control.c
  6. grbl/report.c
  7. Added commands:
  8. M31 - spindle Of
  9. M32 - spindle On
  10. M41 - spindle direction Of
  11. M42 - spindle direction On
  12. M81 - coolant.mist Of
  13. M82 - coolant.mist On
  14. M83 - coolant flood Of
  15. M84 - coolant.flood On
  16. $G
  17. added
  18. V1 V2 L1 L2
  19. V1 - Valve 1
  20. V2 - Valve 2
  21. L1 - light 1 (top)
  22. L2 - light 2 (bottom)
  23. Pins:
  24. Spindle direction 27
  25. Spindle enable 26
  26. Coolant flood 16
  27. Coolant mist 17
  28. On the board:
  29. M42/M41 Valve
  30. M32/M31 Pump
  31. M82/M81 Top Light
  32. M84/M83 Bottom Light