Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.58k stars 5.34k forks source link

Only warn about mcu clock frequency if drift is more than 1% #6720

Closed KevinOConnor closed 1 month ago

KevinOConnor commented 1 month ago

This reduces the chance of spurious MCU clock configuration warnings.

So, if an MCU is configured for 400Mhz, a warning will only be issued if an actual clock >404Mhz or <396Mhz is found.

-Kevin