-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Sanity check BIQU MicroProbe and FT_MOTION #27302
🔧 Sanity check BIQU MicroProbe and FT_MOTION #27302
Conversation
Interesting. That's going to preclude most (all?) LPC-based boards if they have a MicroProbe and want to use |
What about disabling |
In my mind, the best is to get |
There's no reason why you need Input Shaping or FT Motion during homing moves, so it's perfectly reasonable to temporarily disable them in order to home/calibrate the machine. |
Regarding |
Be sure to CC: to @ulendoalex for all issues related to FT Motion since Ulendo has a vested interested for everything to work seamlessly with this new motion system. Breakage of homing or probing with FT Motion enabled indicates a bug still exists somewhere in the design. |
@thinkyhead , @ulendoalex , @thisiskeithb , currently on my printer (MKS Monster 8 V1 and TMC2226), Z axis homing with |
DIAG jumpers should be removed for any axis that you are not using sensorless homing/probing on (included all E-related axis), so that's not a new requirement. |
I know that, but I forgot to remove them when I change my motherboard but everything was working fine with the jumpers in place (even Z axis homing). |
Description
Currently Z homing is impossible with a BIQU MicroProbe when
FT_MOTION
is enabled. You have to disableFT_MOTION
withM493 S0
in order to home the Z axis.After some investigations, homing is fine when
ENDSTOP_INTERRUPTS_FEATURE
is enabled on a compatible motherboard.Add a comment in
Configutation.h
in "BIQU MicroProbe" section and a test inSanityCheck.h
whenFT_MOTION
is enabled with this probe.Requirements
Motherboard with interrupt capable endstop pins.
Benefits
MicroProbe works as expected
Configurations
Related Issues
None