-
-
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
[BUG] 2.0.9.3 Compile errors in module #23411
Comments
code seems to be making assumption that if you have dual Z, your second z endstop is on z-max if z-max is defined If you comment out line 78 of Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_3.h It will let you compile, at least get you going, but this is just a work around while issue is looked it |
I do have dual z. Thanks |
Do you have 2 physical end stop switches on the Z axis? |
Try commenting out #define Z_MULTI_ENDSTOPS for now. |
Confirmed BUG! _ES_ITEM MACRO not evaluating under the the correct conditions for ES PLUG usage.
|
Yes. It's a Mega S that I now have SKR v1.3 and no stand off boards, I re-wired it all to run straight off the SKR. Ok, I wasn't sure about the cooler fan but only disabled it. It didn't say anything about ot being a laser cooler. |
Ok just wanted to confirm, I have it compiling correctly with the posted diff, but there maybe more to deal with. |
Only gave couple errors, nothing to prevent from trying it. Marlin/src/inc/Warnings.cpp:179:4: warning: #warning "Auto-assigned Z2 STEP/DIR/ENABLE_PINs to unused En_STEP/DIR/ENABLE_PINs." [-Wcpp] |
|
The warnings are not an issue. |
Does not boot. "No Printer Attached" |
#define MOTHERBOARD BOARD_BTT_SKR_V1_3 Did they change the define for this one? I remeber that happening some time ago. |
You need to pull the latest changes. A fix was applied for that issue very recently. |
Ok, I'll get it now. |
Most of the time I just keep old until new works, but I'm wanting the latest this time because I'm working to add BLTOUCH and keep dual Z and to get bltouch to run from Y+, but haven't been able to find anyone that has config information on it yet. |
Downloaded the nightly, and just compiled. I have to check BTT file. Still no printer attached. |
Same define. #define BOARD_BTT_SKR_V1_3 in boards.h |
BTW I'm using Visual Studio for Ubuntu 20.4 |
The printer also shows, System Unknown, but that could be because the printer hasn't attached. |
Is the backlight on? |
When I plug in the TFT24 it does, and also shows eprom version error and will need to reset. LEt me reset and see what it does. |
TFT24? |
Ok, here is an odd one. With the TFT35 V2.0 it does not connect to printer, the TFT24 after I initialized the eeprom it does. |
I have it set up I can use both when I'm doing manual mesh level. |
The old setup 2.0.7.3 does fine with either screen. |
Ok, test it out. The EEPROM need to be reset. |
I did, still same thing. Does not connect through the TFT35 but does fine with TFT24. Oh, the TFT24 is in Marlin mode sees the printer, but when I switch to touch on the TFT24 it says no printer attached also. |
Somethign with the touch mode in this latest version is not connecting with the touch side of things. |
you have set it up for Marlin Mode.. no touch screen etc .. You need to work on the display config before continuing with the other issues. |
Ok, old version does fine in either mode. Something different between the two setups. I'll need to work on it. Thanks for all your help. |
Yes I understand but you are not clear on what display you have. |
That picture in your link is TFT35V3.0 - It has the turner knob. Mine is V2.0 no turner knob. I guess if they don't show this type in V2.0 everywhere without the truner knob I can see where someone would think one doesn't know their own equipment. I took it out of it's housing to send you a photo. |
Endstop handling needs a general overhaul, so that's happening over at #23425. It should be ready to test at some point today. |
check if the reset pin is oriented correctly on the motherboard for the TFT |
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
Log Output
Bug Timeline
New. 8:00pm MST
Expected behavior
Compile
Actual behavior
Would not compile.
Old version 2.0.7.
Steps to Reproduce
Download and compile.
Version of Marlin Firmware
2.0.9.3
Printer model
i3 Mega
Electronics
SKR v1.3 TMC2208, No srtand off boards
Add-ons
No response
Bed Leveling
MBL Manual Bed Leveling
Your Slicer
No response
Host Software
No response
Additional information & file uploads
Configuration files.zip
The text was updated successfully, but these errors were encountered: