You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using allen key probe type on a cartesian printer it can not be used as a Z_Min endstop and thus not be used to home Z.
This probe type is currently the only one useable in Marlin for dockable microswitch probes like klicky probe, quickdraw probe or euclid probe.
When configuring allen key probe in Marlin there are two issues:
First is the sanity check which claims this probe can't be used with Z_Min endstop. This can easily be commented out to compile the Firmware.
Second problem is when you try to home: It will refuse to Home Z and gives and "unhomed" error and claim it's necessary to Home Z first instead of deploying the probe and homing Z.
Bug Timeline
No response
Expected behavior
When using G28 it should home X, Y, then deploy the probe and home Z.
Actual behavior
After homing X, Y the printer will halt and claim it's necessary to Home Z instead of deploying the probe to do so.
Steps to Reproduce
Configure to use Allen Key probe and set up a valid deploy and stow routine
enable Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
Comment out the sanity check that prevents allen key probe to be used with Z_Min endstop
Do G28
Version of Marlin Firmware
2.1
Printer model
custom corexy
Electronics
No response
Add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
SD Card (headless)
Don't forget to include
A ZIP file containing your Configuration.h and Configuration_adv.h.
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
When using allen key probe type on a cartesian printer it can not be used as a Z_Min endstop and thus not be used to home Z.
This probe type is currently the only one useable in Marlin for dockable microswitch probes like klicky probe, quickdraw probe or euclid probe.
When configuring allen key probe in Marlin there are two issues:
First is the sanity check which claims this probe can't be used with Z_Min endstop. This can easily be commented out to compile the Firmware.
Second problem is when you try to home: It will refuse to Home Z and gives and "unhomed" error and claim it's necessary to Home Z first instead of deploying the probe and homing Z.
Bug Timeline
No response
Expected behavior
When using G28 it should home X, Y, then deploy the probe and home Z.
Actual behavior
After homing X, Y the printer will halt and claim it's necessary to Home Z instead of deploying the probe to do so.
Steps to Reproduce
Version of Marlin Firmware
2.1
Printer model
custom corexy
Electronics
No response
Add-ons
No response
Bed Leveling
UBL Bilinear mesh
Your Slicer
Cura
Host Software
SD Card (headless)
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin.zip
Related issues:
#24003
#22794
The text was updated successfully, but these errors were encountered: