AnHardt / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
GNU General Public License v3.0
1 stars 1 forks source link

Restore 'home z in place' with Z_SAVE_HOMING #90

Closed AnHardt closed 4 years ago

AnHardt commented 5 years ago

Fixing #14530 by a feature lost in https://github.com/MarlinFirmware/Marlin/commit/c84b14c77a5c1ae277a28e1dc0bd84094efc42ec

That feature got lost that long ago (12 Sep 2016) some new features may be based on the new behavior. Intensive testing is needed.

AnHardt commented 5 years ago

Calling home_z_safely() only when homed together with X and Y may simplify the precondition tests in home_z_safely().