feat: auto-PID tuning — Marlin integration or standalone firmware #2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature
Automate PID (proportional-integral-derivative) tuning for the piezo sensor, either as a Marlin plugin/patch or baked into the EasyPiezi firmware itself.
Options to evaluate
Mcommand (e.g.M401-style) that runs a PID autotune cycle using EasyPiezi trigger data as the feedback signal. Minimal footprint, leverages existing Marlin PID infrastructure.Why it matters
PID tuning is currently a manual, trial-and-error process that discourages new users. Automating it removes the most common setup friction point and is a meaningful differentiator over other Z-probe solutions.
Notes
M303for hotend/bed PID autotune — the pattern exists, this would extend it to probe sensitivity tuning