moggieuk / Happy-Hare

MMU software driver for Klipper (ERCF, Tradrack, Prusa)
GNU General Public License v3.0
461 stars 116 forks source link

Blobifier hard config failure with v2.7.1 in _BLOBIFIER_INIT #434

Open lordofhyphens opened 1 week ago

lordofhyphens commented 1 week ago

A chunk of checks was commented out of _BLOBIFIER_INIT with as "TODO, need to rethink".

One of the checks was buried in an if/elif . Since it's a check advising to turn on BLOBIFIER_PARK extension if BLOBIFIER is on, I think it needed to be commented out as well. Leaving the check in would at minimum require change the elif clause to if

moggieuk commented 4 days ago

Fixed in a patch after initial release. Thanks.