🩹 No PE_MAGNET_ON_STATE without PARKING_EXTRUDER

This commit is contained in:
Scott Lahteine
2022-03-22 18:14:17 -05:00
committed by Scott Lahteine
parent cc4c2c2f98
commit b0a400da72
5 changed files with 10 additions and 17 deletions

View File

@ -37,7 +37,7 @@ void GcodeSuite::M380() {
#if ENABLED(MANUAL_SOLENOID_CONTROL)
enable_solenoid(parser.intval('S', active_extruder));
#else
enable_solenoid_on_active_extruder();
enable_solenoid(active_extruder);
#endif
}