mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-05-06 20:27:43 +02: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>