mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-18 04:08:05 -06:00
✨ MIN_POWER
MarlinFirmware/Marlin#14746 MarlinFirmware/Marlin#27740 Co-Authored-By: mikeshub <2420379+mikeshub@users.noreply.github.com>
This commit is contained in:
parent
ca42b27c60
commit
5d78184b08
380 changed files with 380 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue