-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[Fixed Probe Min and Dual Z Endstops Max] (Compile Error) #22774
Comments
There do seem to be some problems in there. It seems like the code looks for I think you can work around this for now by disabling
I'm not sure about actually fixing the code. There are a LOT of different ways endpoints can be configured and I'm afraid that fixing one use-case will break another. It does seem like the probe should be treated the same whether on Z_MIN_PIN or Z_MIN_PROBE_PIN. |
I'm not sure why it stopped working to be honest. Either way the 1.1x is working fine and for now it will be fine until I go to a 32 bit board. Their is a post somewhere on guthub for a fix - I tried replacing just the file in question endstop.cpp i think, but it just broke the whole build until I replaced it back for the original. |
This issue has had no activity in the last 60 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 10 days. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
Using an older version of marlin 2.0x Bugfix Inductive sensor for Z Min and Dual Z Endstops at Z Max were working. Latest Bugfix 2.0x gives me a compile error.
On G28 Printer should go to Z Max to level out the gantry then use the probe when going to print at Z Min.
I AM Using the Inductive Probe on Z_MIN Endstop,
Z_MAX and Y_MAX endstops are being used for the Microswitches.
I have attached both Configs, the ones that work on an older branch of marlin and the ones not functioning on the newset bugfix
Log Output
Bug Timeline
Newest Bugfix 2.0x
Expected behavior
It will compile
Actual behavior
It did not compile
Steps to Reproduce
compile
Version of Marlin Firmware
bugfix-2.0.x
Printer model
Custom Cartesian
Electronics
MKS Gen L
Add-ons
Inductive Probe for ZMin and dual Z Endstop for Z Max
Bed Leveling
ABL Bilinear mesh
Your Slicer
IdeaMaker
Host Software
OctoPrint
Additional information & file uploads
Marlin-New Configs.zip
Marlin OLD Configs.zip
The text was updated successfully, but these errors were encountered: