aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/z_thermal_adjust.py
Commit message (Collapse)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-64/+70
|
* docs: Note 'config' object shouldn't be accessed after initial loadKevin O'Connor2025-06-041-1/+0
| | | | | | | | | | Update Code_Overview.md to note that the config object should not be stored after the "config loading phase". Remove a few inadvertent cases where a 'config' object was stored in module member variables. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* z_thermal_adjust: Support toolhead positions with more than 4 axesKevin O'Connor2025-05-121-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* z_thermal_adjust: get_temp hotfixalchemyEngine2022-09-301-0/+6
| | | | | | | M105 expects get_temp method. Module crashes when gcode_id parameter is set and M105 called. Add methods as hotfix. Signed-off-by: Robert Pazdzior <robertp@norbital.com>
* z_thermal_adjust: Add Z thermal adjuster module (#4157)alchemyEngine2022-09-251-0/+183
Use a frame-coupled temperature probe to compensate for thermal expansion in real-time. Signed-off by: Robert Pazdzior <robertp@norbital.com>