Support for manually deployed fixed probes#11899
Support for manually deployed fixed probes#11899thinkyhead merged 2 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
eae950a to
ee665ae
Compare
5c8e20a to
c411e7e
Compare
ee665ae to
ed93a25
Compare
like on the Anycubic Kossel Delta printer also some tweaks to the Anycubic example configuration
ed93a25 to
d0c1cfe
Compare
d0c1cfe to
f78415c
Compare
|
Nice implementation. A probe type can then be described by its adjectives and its deploy and stow sequences. |
|
@AnHardt sounds good, but this would cause a refactoring/rewrite of a lot of logic. As the |
|
|
|
@AnHardt yes, that was what I was trying to say. I am sorry, English is not my native language. Also, I am a bit rusty in C++ so I appreciate any feedback to improve. Will you create the issue to coordinate refactoring? |
|
It’s also a fine idea to make it a general option, simply allowing (for whatever reason) a message and wait-for-click to be inserted ahead of deploying and stowing the probe, even if it might be servo or something else. The Allen key probe would possibly benefit from this, for example. In that case we simply remove the condition around the config option: - #if ENABLED(FIX_MOUNTED_PROBE)
- //#define MANUAL_DEPLOY_STOW
- #endif
+ //#define PAUSE_BEFORE_DEPLOY_STOW |
Mine is German to.
Restructuring probe code again is not that high in my priority list. I dropped probes a lot with the introduction of BL-Touch. (political reasons - patents, pulse not a good concept - better use two pins for triggered and error, announcing Marlin compatibility - but in reality, only for high steprates in Z (at that time)) But the doctors and me are afraid to do long term projects. They say reading github/MarlinFirmware does 'interesting' things with my EKG. I'd be much to involved. I should stop it - I can't - They call it addiction. Currently i'm in rehab (for my heart), far away from home, with just a laptop, a MEGA, a DUE and a logic analyser. I'm missing testing on my printers, the big screens and the fast machines. Probably i can return to home somewhen in autumn. Then the time for the larger projects will comme. (Or better not? ???) However. Thanks for the |
ported and adapted from the following commits: * Support for manually deployed fixed probes (MarlinFirmware#11899) - a4cdffd * General option PAUSE_BEFORE_DEPLOY_STOW (MarlinFirmware#11905) - 217e0ef
Resolves issue #11858