Cleanup, updates

This commit is contained in:
Scott Lahteine 2020-10-03 22:28:53 -05:00
parent 10880bdee3
commit 05e2fc2705
3 changed files with 5 additions and 8 deletions

View file

@ -486,6 +486,7 @@
//#define PID_AUTOTUNE_MENU // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
//#define PID_PARAMS_PER_HOTEND // Uses separate PID parameters for each extruder (useful for mismatched extruders)
// Set/get with gcode: M301 E[extruder number, 0-2]
#if ENABLED(PID_PARAMS_PER_HOTEND)
// Specify between 1 and HOTENDS values per array.
// If fewer than EXTRUDER values are provided, the last element will be repeated.