Advertisement
robathome

Fan Test G-code

Nov 7th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Filename: "All Fans 100%"
  2. Code:
  3. M106 S255
  4.  
  5. -----
  6. Filename: "All Fans Off 1"
  7. Code:
  8. M106 S0
  9.  
  10. ----
  11. Filename: "All Fans Off 2"
  12. Code:
  13. M107
  14.  
  15. ----
  16. Filename: "All Fans 50%"
  17. Code:
  18. M106 S128
  19.  
  20. ----
  21. Filename: "Fan 0 100%"
  22. Code:
  23. M106 P0 S255
  24.  
  25. ----
  26. Filename: "Fan 1 100%"
  27. Code:
  28. M106 P1 S255
  29.  
  30. ----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement