mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-03 16:18:07 +02: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>