Add option to control Solenoids under PARKING_EXTRUDER (#12028)

This commit is contained in:
Sam Lane
2018-10-07 23:07:12 +01:00
committed by Scott Lahteine
parent 74cd6cb4fc
commit f2ecf8d510
82 changed files with 95 additions and 8 deletions

View File

@ -687,7 +687,7 @@ private:
static bool M364();
#endif
#if ENABLED(EXT_SOLENOID)
#if ENABLED(EXT_SOLENOID) || ENABLED(MANUAL_SOLENOID_CONTROL)
static void M380();
static void M381();
#endif