mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-31 20:00:25 +01:00
Avoid using mcu.CommandQueryWrapper() and mcu.CommandWrapper() classes. Instead, implement local variants of these classes. This will make it easier to modify the mcu classes without fear of breaking the spi_flash code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>