📝 Update PID, other comments

This commit is contained in:
Scott Lahteine 2025-04-01 22:51:49 -05:00
parent 2ba199d117
commit 3baff79239
765 changed files with 6142 additions and 5373 deletions

View file

@ -12,6 +12,6 @@
- Enable `PIDTEMPBED` to enable PID tuning for the bed.
```cpp
#define PID_DEBUG // Print PID debug data to the serial port. Use 'M303 D' to toggle activation.
#define PID_DEBUG // Print PID debug data to the serial port. Use 'M303 D' to enable/disable.
#define PID_PARAMS_PER_HOTEND // Use separate PID parameters for each extruder (useful for mismatched extruders)
```