Fix PARKING_EXTRUDER homing with solenoid (#20473)

This commit is contained in:
zeleps
2021-01-01 22:54:44 +02:00
committed by GitHub
parent c840bbc970
commit 815c636449
5 changed files with 71 additions and 35 deletions

View File

@@ -93,6 +93,9 @@
void pe_solenoid_init();
bool parking_extruder_unpark_after_homing(const uint8_t final_tool, bool homed_towards_final_tool);
void parking_extruder_set_parked();
#elif ENABLED(MAGNETIC_PARKING_EXTRUDER)
typedef struct MPESettings {