Z Safe Homing for all#3576
Conversation
The `Z_SAFE_HOMING` feature is coupled with probes and not leveling, so make it available for general use.
Yes. Please move all the probe stuff out of But i'm still convinced this 'bigger plan' is not necessary a good one for an RC. If you try to do it in the configurations only, you will realize very soon, how deep the probes are woven in, into the bed leveling code, in |
|
I'm sure it's a tangle. I will proceed with great care. |
|
@thinkyhead I will agree with @AnHardt here, we should go stable on this branch. |
|
@jbrazio I agree this can wait till 1.1.1. I'm just looking for something new to fix so I won't get bored waiting for the 5 issues that are blocking |
|
@thinkyhead have you decided how to proceed into MarlinDev ? Will you rebase it against RC or manually push the patches there ? Or start from scratch based on HEAD RC ? |
|
Well, I started reorganizing the |
Some clean-up for example configuration files Follow-up and fix the PR MarlinFirmware#3253(Make the Autotune item(s) in the LCD menu optional): ・Update forgotten file(Felix/Configuration_DUAL.h) Follow-up the PR MarlinFirmware#3526(Configuration.h LCD & SDCard section rewrite): ・Add section of RigidBot Panel to RepRapWorld/Megatronics/Configuration.h Follow-up the PR MarlinFirmware#3576(Z Safe Homing for all): ・Adjust spacing Follow-up and fix the PR MarlinFirmware#3625(Print job statistics): ・Update forgotten file(Felix/Configuration_DUAL.h) ・Remove ambiguous character "f" in top of RigidBot/Configuration.h
Some clean-up for example configuration files Follow-up and fix the PR MarlinFirmware#3253(Make the Autotune item(s) in the LCD menu optional): ・Update forgotten file(Felix/Configuration_DUAL.h) Follow-up the PR MarlinFirmware#3526(Configuration.h LCD & SDCard section rewrite): ・Add section of RigidBot Panel to RepRapWorld/Megatronics/Configuration.h Follow-up the PR MarlinFirmware#3576(Z Safe Homing for all): ・Adjust spacing Follow-up and fix the PR MarlinFirmware#3625(Print job statistics): ・Update forgotten file(Felix/Configuration_DUAL.h) ・Remove ambiguous character "f" in top of RigidBot/Configuration.h
The
Z_SAFE_HOMINGfeature is coupled in a pretty basic way with probes and not leveling, so we might as well make it available for general use. This keeps it enabled or disabled as it was in the existing configs.