Skip to content

Instantly share code, notes, and snippets.

@mtabo
Last active October 22, 2025 12:00
Show Gist options
  • Save mtabo/67233f9103e569cae6e049a83fa8973a to your computer and use it in GitHub Desktop.
Save mtabo/67233f9103e569cae6e049a83fa8973a to your computer and use it in GitHub Desktop.
Klipper Temperature Tower
; 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