Advertisement
black0r1337

klipperfrerdizzmocheckout

Jan 8th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. klipper:
  2.  
  3.  
  4. fredizzimo commented 26 days ago •
  5. Ok, so if I'm interpreting this right, it seems like touch mode responds to manual input, but not automatic one.
  6.  
  7. While you are testing, could you also test my pull request?
  8.  
  9. sudo service klipper stop
  10. git fetch origin pull/982/head:fredizzimo_bltouch
  11. git checkout fredizzimo_bltouch
  12. sudo service klipper start
  13. And when done testing you can go back to master
  14.  
  15. sudo service klipper stop
  16. git checkout master
  17. sudo service klipper start
  18. EDIT I forgot to tell, that you don't really need to do any special testing there, other than to test that homing and bed leveling works as it should
  19.  
  20.  
  21.  
  22. new klipper orig branch
  23.  
  24. sudo service klipper stop
  25.  
  26. cd ~/klipper ;
  27.  
  28. git fetch
  29.  
  30. git checkout origin/work-bltouch-debug-20181211
  31.  
  32. sudo service klipper start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement