klipper/klippy
Timofey Titovets 79077c5ad0 pid_calibrate: analyze pid calibration time ratios
For high power heaters current calibration might give
too high ID of PID. Detect that by time ratios
and suggest to rerun the calibration at different max power.

And add a notice about the too-high heating time.

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
2026-02-24 22:45:55 +01:00
..
chelper stepcompress: Add some comments on internal structs 2026-02-07 14:52:38 -05:00
extras pid_calibrate: analyze pid calibration time ratios 2026-02-24 22:45:55 +01:00
kinematics dual_carriage: Allow dual carriage inactivation 2026-02-19 21:37:18 -05:00
clocksync.py clocksync: Simplify 32bit clock upconversion code 2023-12-10 14:59:13 -05:00
configfile.py configfile: Add support for warning on deprecated mcu code 2026-02-23 21:27:22 -05:00
console.py console: No need to import pins module 2023-01-07 12:00:16 -05:00
gcode.py gcode: enrich param errors 2026-02-07 14:42:41 -05:00
klippy.py klippy: Verify nothing attempts to pause in the klippy:ready event 2025-10-18 12:28:06 -04:00
mathutil.py kinematics: Generic Cartesian kinematics implementation (#6815) 2025-05-06 18:06:36 -04:00
mcu.py mcu: Convert ADC callback to pass a list of samples 2026-02-23 21:24:38 -05:00
msgproto.py mcu: Generate a dummy response to query commands when in debugging mode 2026-01-20 11:34:21 -05:00
parsedump.py parsedump: Support running on both python2 and python3 2022-12-07 14:31:03 -05:00
pins.py pins: Improve pin description checks 2022-05-09 16:33:46 -04:00
queuelogger.py Revert "queuelogger: set thread name" 2025-08-01 13:08:03 -04:00
reactor.py reactor: Add support for temporarily disabling reactor pauses 2025-10-18 12:26:37 -04:00
serialhdl.py serialqueue: name the threads per mcu 2025-08-01 12:42:53 -04:00
stepper.py stepper: Note mcu code deprecation if missing STEPPER_STEP_BOTH_EDGE 2026-02-23 21:27:22 -05:00
toolhead.py toolhead: Don't report dummy extruders in extra_axes status report 2025-11-11 11:26:57 -05:00
util.py klippy: Report Linux version in log 2025-10-03 12:24:25 -04:00
webhooks.py gcode_macro: Verify nothing attempts to pause in a get_status() callback 2025-10-23 12:47:55 -04:00