Can someone please explain how to implement the above action. What pins do I connect the microswitch too? I use ramps 1.4. What is UI_ACTION_PAUSE and how do I connect to it??? I use Repetier Host and I don't use an LCD screen or sd card. I want the microswitch to pause the print but still be able to use the xyz axis and extruder and then after that resume the print.
Comments
Can someone please explain how to implement the above action. What pins do I connect the microswitch too? I use ramps 1.4. What is UI_ACTION_PAUSE and how do I connect to it??? I use Repetier Host and I don't use an LCD screen or sd card. I want the microswitch to pause the print but still be able to use the xyz axis and extruder and then after that resume the print.
Thanks
Should be quite simple. Add this in manual tab and adjust pin to the one you used. Pin must connect like this: gnd->switch->pin
#define USER_KEY1_PIN 60 // set to pin you used for switch
#define USER_KEY1_ACTION UI_ACTION_PAUSE