Skip to content

Instantly share code, notes, and snippets.

View dunhamjared's full-sized avatar
🪴
{{github_status}}

Jared Dunham dunhamjared

🪴
{{github_status}}
View GitHub Profile
@dunhamjared
dunhamjared / fan_feedback.py
Created May 6, 2026 15:03
Creality K1 motherboard fan override
# klippy/extras/fan_feedback.py
# If you are using a custom mcu backplate motherboard fan (using the free fan port (PA0) on the motherboard)...
# ...and you want the "motherboard fan error" to go away
# Replace the `_handle_result_fan_check1` function with the code below:
def _handle_result_fan_check1(self, params):
self.cx_fan_status = {
"fan0_speed": self.cx_fan_status.get("fan0_speed", 0),
"fan1_speed": 3000,
@dunhamjared
dunhamjared / printer.cfg
Last active May 6, 2026 16:51
Creality k1 silent z bed
[tmc2209 stepper_x]
stealthchop_threshold: 0 # <-- set this to 0 (or 13 if you don't want stealth on for faster z movement)
[prtouch_v2]
shake_range: 0.25 # <-- add this (normally is 0.5, I don't recommend going any lower than 0.25)