Guest User

Untitled

a guest
Oct 3rd, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. alias aMotion d0​
  2. alias eMotion d1​
  3. alias pMotion d2​
  4. alias autoLathe d3​
  5. alias electroPrint d4​
  6. alias pipeBender d5​
  7. l r0 pMotion Activate​
  8. beq r0 0 12​
  9. s pipeBender Open 0​
  10. s autoLathe Open 1​
  11. s electroPrint Open 1​
  12.  
  13. l r0 aMotion Activate​
  14. beq r0 0 18​
  15. s autoLathe Open 0
  16. s electroPrint Open 1
  17. s pipeBender Open 1​
  18.  
  19. l r0 eMotion Activate​
  20. beq r0 0 24
  21. s electroPrint Open 0
  22. s pipeBender Open 1
  23. s autoLathe Open 1​
  24. ​​
  25. yield​
  26. j 0
Advertisement
Add Comment
Please, Sign In to add comment