Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. loadrt debounce cfg=3
  2.  
  3.  
  4. delsig both-home-x
  5. delsig both-home-y
  6. delsig both-home-z
  7.  
  8. net x-raw parport.0.pin-11-in => debounce.0.0.in
  9. net y-raw parport.0.pin-12-in => debounce.0.1.in
  10. net z-raw parport.0.pin-13-in => debounce.0.2.in
  11.  
  12. net x-filt debounce.0.0.out => axis.0.home-sw-in axis.0.pos-lim-sw-in axis.0.neg-lim-sw-in
  13. net y-filt debounce.0.1.out => axis.1.home-sw-in axis.1.pos-lim-sw-in axis.2.neg-lim-sw-in
  14. net z-filt debounce.0.2.out => axis.2.home-sw-in axis.2.pos-lim-sw-in axis.2.neg-lim-sw-in
  15.  
  16. setp debounce.0.delay 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement