mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 23:24:02 -06:00
📝 Update PID, other comments
This commit is contained in:
parent
2ba199d117
commit
3baff79239
765 changed files with 6142 additions and 5373 deletions
|
@ -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)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue