aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/garbage_collection.py
Commit message (Collapse)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-5/+7
|
* garbage_collection: freeze objects on klippy ready (#6794)Branden Cash2025-02-021-0/+31
This significantly reduces the amount of data in the generation 2 garbage collection bucket from the initial startup of klipper. Signed-off-by: Branden Cash <203336+ammmze@users.noreply.github.com>