mirror of
git://soft.sys114.com/klipper
synced 2026-02-04 19:40:35 +09: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>