MIN_POWER

MarlinFirmware/Marlin#14746
MarlinFirmware/Marlin#27740

Co-Authored-By: mikeshub <2420379+mikeshub@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2025-03-12 18:02:17 -05:00
parent ca42b27c60
commit 5d78184b08
380 changed files with 380 additions and 0 deletions

View file

@ -714,6 +714,7 @@
#define PID_K1 0.95 // Smoothing factor within any PID loop
#if ENABLED(PIDTEMP)
//#define MIN_POWER 0
//#define PID_DEBUG // Print PID debug data to the serial port. Use 'M303 D' to toggle activation.
//#define PID_PARAMS_PER_HOTEND // Use separate PID parameters for each extruder (useful for mismatched extruders)
// Set/get with G-code: M301 E[extruder number, 0-2]