mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-07 23:30:32 +01:00
The output_pin template code has a cache to speed up duplicate rendering of templates. However, this cache doesn't work if one of the parameters is a Python list or dictionary. Just disable the cache in this case. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>