Last active
October 22, 2025 12:00
-
-
Save mtabo/67233f9103e569cae6e049a83fa8973a to your computer and use it in GitHub Desktop.
Klipper Temperature Tower
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Temperature tower: https://www.thingiverse.com/thing:2729076 | |
; Apply the following function in Klipper Console before running the temp tower: | |
; This starts at START temperature, skip 1.4mm (base) and every 10mm reduces by 5 deg until top of the tower | |
; Adjust the START parameter to your needs | |
TUNING_TOWER COMMAND="SET_HEATER_TEMPERATURE HEATER=extruder" PARAMETER=TARGET SKIP=1.4 START=245 STEP_DELTA=-5 STEP_HEIGHT=10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment