moggieuk / Happy-Hare

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

Delay Variable for Pre-Gate Sensor Preload Function #360

Open SkiBikePrint opened 1 month ago

SkiBikePrint commented 1 month ago

For pre-gate sensors that are remote from the MMU, such as at the buffer, it would be useful to have a user set delay variable for the automatic preload function. This gives the user time to push filament to the mmu as part of loading a new spool. Default could be zero which would maintain the current functionality of an immediate attempt to preload.

moggieuk commented 1 month ago

Rather than delay, there is a new feature in v2.7.0 preload_attempts (default 5). This can be increased and consequently the time will increase.

SkiBikePrint commented 1 month ago

Even better! Thanks!