-
Notifications
You must be signed in to change notification settings - Fork 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
[FR] SKR Mini E3 V3.0 no Homing with BL Touch #623
Comments
What changes did you make to get the probe up and running? |
comment this line : //#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z i think it makes problem with this line : #define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow 10+10 =20 and max |
I tried your firmware for my ender pro v1, it got the bed leveling and auto home working but I am running into power loss detected and am unable to print anything, have you ran into this issue? |
in the Marlin firmware "resume after power loss" is possible but not active. So it can't be the board firmware. The option is also activated in the TFT display firmware. Please check if you can disable it on the TFT display. You probably have voltage fluctuations that trigger this error. |
I spent the entire yesterday trying to figure out what was wrong with my new setup, narrowed it down to the firmware not being able to handle zprobe port input — unlike the original Crealty firmware, the zstop port had to be physically plugged in or the printer would freeze at G28 or G29 with M112 error. But even with plugging in both the zstop and BLTouch the leveling wasn't working, at least it doesn't freeze up anymore. ……I should've looked into this github first. Looks like I'll have to build a custom firmware. Thanks for your help. Update: i did fix my issue without a custom firmware in the end. The problem was this #602 (comment) |
Seelenkind i am using your firmware (https://github.com/Seelenkind/BIGTREETECH-SKR-mini-E3) but the motherboard fan doesnt work, it seems to make a tikking noice but never starts spinning an idea how to fix this? i am able to print now woth the BLtouch but am scared my motherboard wil overheet. |
@LiFeTecX Where did you connect the board fan? I connected the board fan & HodEnd fan together to Fan1. Both start at a nozzle temperature of 50 degrees and turn off when the temperature drops below it again. |
I connected the motherboard fan to fan2, filament to fan1 and hotend to fan0 with the btt firmware this was working like intended but then the bl touch didint work. With your firmware the bl touch works but one fan doesnt. |
Same here. I didn't get around to trying the latest release. I tried it almost a month ago. |
I checked the config files again and recompiled them. I uploaded the new file. |
thank for trying to fix it so fast i flashed the new firmware but the issiue presists. |
My print will be finished in 6 hours. I will flash the firmware again and test the fans. |
Thank you for trying but it stil doesnt workt for me. i did what you did and connected both hotend and motherboard to the same working connection and now they both spin when the hotend is 50 degrees. |
@LiFeTecX https://github.com/Seelenkind/BIGTREETECH-SKR-mini-E3/tree/master/firmware/V3.0 |
I was having the same issue, but no need to coment M0 and M1 in gcode.cpp, actually I think this is unsafe, I just commented the line |
I just did a test. I loaded up the BTT firmware firmware-ender3-bltouch-for-z-homing.bin. I use the controls to Move X 10mm. The board fan comes on instantly. If I have to wire up the board fan to hot end fan, I'll do it. It's a small price to pay to have the BLTouch working. |
I read somewhere here in the posts that just leaving the hardware Z endstop plugged in worked. |
OK. The whole thing gave me no peace and I started from the beginning. New Compiled Marlin |
I hear clicking but this time I see the fan trying to move. I compared your changes to the bugfix code (I missed their Main source code in here link). I wonder if these fan changes at the bottom of Configuration.h has anything to do with it. Previously, you had it set to 7 when I heard clicking but didn't see it move. Now at 5, I hear clicking and slight movement. I could try making changes around this area and compile this myself and see what I get. I've never done it before so it will take me a while to set up the tools. |
Hello, thanks for the hint. I activated Soft PWM and set the value to 5 or 7 so that the PWM-controlled fans run more quietly and with less whirring. It can really be because not every fan works properly with it. Tonight after work when I'm home I'll disable softpwm and re-upload the firmware. I think firmware 2.0.9.3 would have worked even if softpwm wasn't enabled. Link to BTT Stock Marlin Bugfix for E3 V3 Board |
I have now deactivated Soft PWM and hope that the fans are working properly. As already mentioned, Soft PWM didn't cause any errors for me and worked wonderfully. |
I tried the 2.0.9.3. The board fan works for me now. I heated the hot end to 51C and that fan came on too. |
I installed the new firmware, but I am still not able to home the Z axis. I am using the SKR mini V3 (3.5" YFT), with a BLtouch v3.1. The BL Touch was working fine with the original Creality motherboard. When I turn on the printer, I can see a couple of error messages (Echo: Fade Height Off, and Error:Failed to enable Bed Leveling). |
@yfmichea "The BL Touch was working fine with the original Creality motherboard". Exactly. Some BL Touch work very well with the original board and cause problems with other boards. For whatever reason. Sometimes it's just the cable assignment, sometimes it's voltage. But most work without problems. Unfortunately I don't have a solution for this. |
I'm having the exact same issue and it's driving me nuts. Let me know if you figure it out, i'm trying all different kinds of connection and setting combinations without success |
You're probably having this problem: #602 (comment) |
@Seelenkind your work has been very helpful - i am having the same issues with the Ender 5 pro, is there any way to easily mod what you have packaged to work for my system? Sorry for dumb question. |
@barrack-n-obama Fan1 >> HotEnd Fan |
This is the first time i was able to successfully use the "home" feature. It did the full home function whereas i could never do that before. It does start up with an error that says "error: failed to enable bed leveling" but i'm wondering if that's because I simply have not been able to do that before because the bl touch didn't work. I will proceed to see if it is operating but - thank you for this much. |
this is not an error. After flashing the firmware, there is still no mesh bed. This message disappears after the first auto bed leveling. |
Ok new errors i'm getting i wonder if they are related to the offset of 5 when it used to be ten in the stock marlin before this board. When i run ABL using bl touch it never gets to the point the pointer retracts. Then i get "unknown command: g12 p0 s12 p0" it is still retrying the bed leveling all other functionality appears to work at this time. bed and hotend heated fine. |
Did you fill in your X & Y offset? So the distance between nozzle tip & BL touch tip? |
unknown command: g12 p0 s12 p0 the board Mini E3 V3.0 is buggy. |
Follow teaching techs youtube guide, also his webpage for troubleshooting abl including checking what pins are what. I had a similar problem. Turned out to be i didn't have bi linear mesh as the only bed leveling option in config and the wiring wasn't correct for my board. It now self tests correctly. |
Ok - I was unfamiliar with the errors and severity, but both responses here make me more confident these are not fatal errors. I will refine my settings and troubleshoot. I didn't know teaching tech had already come out with videos on this board. Thank you for the fw! |
Just to be clear, its not specifically for the e3v3. But a basis of trouble shooting for any board. He has a couple there an octopus and an skr board. So far for me, many of my problems have been my own darn fault. Sloppy wiring or not understanding enough about what I was changing in the firmware and how it interacted with other parts of the code. |
@Seelenkind could you repost the "Marlin 2.0.9.3 Ender 5pro ZIP File"? The link died |
Issue with Fan not working solved:
I have now deactivated Soft PWM and hope that the fans are working properly. As already mentioned, Soft PWM didn't cause any errors for me and worked wonderfully.
You will find two links to the firmware
2.0.9.3 & Bugfix 2.0
Many Ender 3 users with the new board SKR Mini E3 V3.0 have the problem that the officially released firmware does not work.
2 Big problems arise. If BL Touch is plugged into the probe port and the associated firmware is flashed, homing does not work.
I edited Marlin 2.0.9.3 for the board and built and released a firmware that works for me.
comment this line : //#define Z_AFTER_HOMING 10 // (mm) Height to move to after homing Z
i think it makes problem with this line : #define Z_CLEARANCE_DEPLOY_PROBE 10 // Z Clearance for Deploy/Stow
and #define Z_PROBE_OFFSET_RANGE_MAX 20
10+10 =20 and this is max
You will find two links to the firmware
2.0.9.3 & Bugfix 2.0
The text was updated successfully, but these errors were encountered: