mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-05 22:27:43 -07:00
⚡️ Handle shared enable pins (#22824)
This commit is contained in:
parent
eda8e9c8dd
commit
33e0855e2c
26 changed files with 523 additions and 252 deletions
|
|
@ -879,7 +879,7 @@ private:
|
|||
|
||||
#if ENABLED(PIDTEMP)
|
||||
static void M301();
|
||||
static void M301_report(const bool forReplay=true, const int8_t eindex=-1);
|
||||
static void M301_report(const bool forReplay=true E_OPTARG(const int8_t eindex=-1));
|
||||
#endif
|
||||
|
||||
#if ENABLED(PREVENT_COLD_EXTRUSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue