Don't apply hotend_offset.z to Z soft endstops (#20675)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -93,8 +93,9 @@
|
||||
|
||||
void pe_solenoid_init();
|
||||
|
||||
extern bool extruder_parked;
|
||||
inline void parking_extruder_set_parked(const bool parked) { extruder_parked = parked; }
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user