mirror of
git://soft.sys114.com/klipper
synced 2026-02-09 21:34:22 +09:00
The gcode.run_script() code can pause which can result in the menu code being called reentrant - avoid that by queuing the gcode commands within the menu code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>