📝 Some settings units

This commit is contained in:
Scott Lahteine
2023-10-06 16:08:30 -05:00
parent 273cbc6871
commit 91ab18d1d2
2 changed files with 19 additions and 19 deletions

View File

@@ -665,7 +665,7 @@
//#define MPCTEMP // ** EXPERIMENTAL ** See https://marlinfw.org/docs/features/model_predictive_control.html
#define PID_MAX 255 // Limit hotend current while PID is active (see PID_FUNCTIONAL_RANGE below); 255=full current
#define PID_K1 0.95 // Smoothing factor within any PID loop
#define PID_K1 0.95 // Smoothing factor within any PID loop
#if ENABLED(PIDTEMP)
//#define PID_DEBUG // Print PID debug data to the serial port. Use 'M303 D' to toggle activation.