moggieuk / Happy-Hare

MMU software driver for Klipper (ERCF, Tradrack, Box Turtle, Night Owl, Angry Beaver, 3MS, ...)
GNU General Public License v3.0
511 stars 130 forks source link

MMU_EJECT SKIP_TIP=1 Still cuts tip with EREC #467

Open mochoandre opened 1 month ago

mochoandre commented 1 month ago

Doing calibration of toolhead dimensions but using "MMU_EJECT SKIP_TIP=1" still cuts the tip with EREC

Best regards

moggieuk commented 1 month ago

Although I can see it might be confusing this is expected behavior: The "SKIP_TIP" controls what Happy Hare is doing, specifically the call of _MMU_CUT_TIP or _MMU_FORM_TIP. The EREC implementation is done through a macro extension after the unload sequence is complete. It would need to be enhanced perhaps with conditional logic in the EREC macro.