├── LICENSE ├── README.md ├── air_filter_timer.cfg ├── klippy └── extras │ ├── README.md │ └── display_sleep.py └── temperature_color.cfg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MapleLeafMakers/KlipperMacros/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Miscellaneous Klipper Macros & Config Snippets 2 | 3 | -------------------------------------------------------------------------------- /air_filter_timer.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MapleLeafMakers/KlipperMacros/HEAD/air_filter_timer.cfg -------------------------------------------------------------------------------- /klippy/extras/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MapleLeafMakers/KlipperMacros/HEAD/klippy/extras/README.md -------------------------------------------------------------------------------- /klippy/extras/display_sleep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MapleLeafMakers/KlipperMacros/HEAD/klippy/extras/display_sleep.py -------------------------------------------------------------------------------- /temperature_color.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MapleLeafMakers/KlipperMacros/HEAD/temperature_color.cfg --------------------------------------------------------------------------------