Skip to content

Instantly share code, notes, and snippets.

View YOUR-WORST-TACO's full-sized avatar
😮
Working as the usual

Stephen Tafoya YOUR-WORST-TACO

😮
Working as the usual
View GitHub Profile
@YOUR-WORST-TACO
YOUR-WORST-TACO / main.py
Last active March 24, 2025 01:33
Fan Controller for PWM and Bambu X1C
#!/fancontrol/bin/python
import bambulabs_api as bl
import logging
import math
import os
import signal
import sys
import time