bigtreetech / BIGTREETECH-SKR-mini-E3

BIGTREETECH SKR-mini-E3 motherboard is a ultra-quiet, low-power, high-quality 3D printing machine control board. It is launched by the 3D printing team of Shenzhen BIGTREE technology co., LTD. This board is specially tailored for Ender 3 printer, perfectly replacing the original Ender3 printer motherboard.
2.01k stars 1.97k forks source link

Printer will not home #109

Open redesterdragon opened 4 years ago

redesterdragon commented 4 years ago

Hi everyone! I am very new to all of this and decided to install the BTT SKR mini E3 v1.2 board in my ender 3 pro. After install of the new board, my printer will not auto home. I think the X Y end-stops are not working. I have reverified that they are plugged into the correct place. I am not too sure what to do from here. Any help would be greatly appreciative. Thanks!

damvcoool commented 4 years ago

What happens when you send a G28? does it move at all? if you try to move the X and Y using the move axis options do they move?

redesterdragon commented 4 years ago

If I use x and y move options it moves just fine and stops when it hit and end stop. It seems when I select auto home that the motor over steps. And makes a clicking noise. Thank you for responding!

On Sat, Nov 16, 2019, 9:52 AM Daniel Mejia notifications@github.com wrote:

What happens when you send a G28? does it move at all? if you try to move the X and Y using the move axis options do they move?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EN6BNPWCEXV7EUCWZDQUAXMLA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHW3AI#issuecomment-554659201, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EJX64366M6LHDG3DHLQUAXMLANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

Just out of curiosity, are you using the firmware that came with the board or have you flashed a newer release?

redesterdragon commented 4 years ago

Hi daniel!

The issue started with the stock firmware and was persistent even after flashing the firmware with the one off github that also had the bltouch software enabled.

On Sat, Nov 16, 2019, 10:19 AM Daniel Mejia notifications@github.com wrote:

Just out of curiosity, are you using the firmware that came with the board or have you flashed a newer release?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EIWHLMQPQAQZ6X7ZCTQUA2RRA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEHXMVI#issuecomment-554661461, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EM5HZVGRS2UE3LNK7TQUA2RRANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

where do you have your End stop connected for the BLTouch, and how is the BLTouch Wired? if you disconnect the BLTouch does the printer home in?

redesterdragon commented 4 years ago

I just ordered the bltouch so it is not set up yet. The printer will not home . Could it be an issue with the stepper drivers?

On Sat, Nov 16, 2019, 1:20 PM Daniel Mejia notifications@github.com wrote:

where do you have your End stop connected for the BLTouch, and how is the BLTouch Wired? if you disconnect the BLTouch does the printer home in?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EJYYZ5FMJ5HP6VNIYTQUBP2LA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEH22FA#issuecomment-554675476, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EKKGPMUBD633K2SDS3QUBP2LANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

It that was the case, it wouldn't move at all..i think When you said you tried a different firmware did you compile it yourself? or it was a pre-made Firmware.bin file?

redesterdragon commented 4 years ago

It was premade

On Sat, Nov 16, 2019, 1:58 PM Daniel Mejia notifications@github.com wrote:

It that was the case, it wouldn't move at all..i think When you said you tried a different firmware did you compile it yourself? or it was a pre-made Firmware.bin file?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EKVGKP4ZO5FAKRLZ3LQUBUIFA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEH3O7Q#issuecomment-554678142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6ELRDCW3G3M4C3PGPTDQUBUIFANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

I have the firmware.bin file that i build yesterday and everything seems work fine. BLTouch is working fine, and so is homing for me...if you want to give that one a try you are welcome. however i would strongly recommend to compile you own. the zip file contains the config files so you can check the modifications i made, and the compiled BIN.

Configuration.zip

in short this is the way it works Z-Endstop works as normal BLTouch is connected to the dedicated Probe Endstop I use the wiring from the following thread Ender 3 - Creality BLTouch 3 1 Wiring Bed size is set to 225x225mm Take a look on the config...if there is something you might like to enable/disable let me know I can recompile and post it.

redesterdragon commented 4 years ago

Very awesome. I am out of town but when I get home I'll give this a shot. Thank you so much!

On Sat, Nov 16, 2019, 2:14 PM Daniel Mejia notifications@github.com wrote:

I have the firmware.bin file that i build yesterday and everything seems work fine. BLTouch is working fine, and so is homing for me...if you want to give that one a try you are welcome. however i would strongly recommend to compile you own. the zip file contains the config files so you can check the modifications i made, and the compiled BIN.

Configuration.zip https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/files/3854788/Configuration.zip

in short this is the way it works Z-Endstop works as normal BLTouch is connected to the dedicated Probe Endstop I use the wiring from the following thread [image: Ender 3 - Creality BLTouch 3 1 Wiring] https://user-images.githubusercontent.com/2473632/68999839-6ae81c80-0894-11ea-8606-ca0982a5f723.png Bed size is set to 225x225mm Take a look on the config...if there is something you might like to enable/disable let me know I can recompile and post it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EJ26BHYL47AA3TZHGTQUBWF5A5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEH3YHA#issuecomment-554679324, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EIXE7K2XYTBG7BJQHLQUBWF5ANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

Welcome, let me know how it goes.

redesterdragon commented 4 years ago

Will do have a nice day!

On Sat, Nov 16, 2019, 2:17 PM Daniel Mejia notifications@github.com wrote:

Welcome, let me know how it goes.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EPS2JK7SQCET3TYHCTQUBWQBA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEH3ZTY#issuecomment-554679503, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EOMJKQNOHNJEYRK5RTQUBWQBANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

Just for Transparency, I have uploaded the entire source here: https://github.com/damvcoool/Marlin-2.0.x-SKR-Mini-E3-v1.2

redesterdragon commented 4 years ago

I trust ya! And also appreciate your help, I am completely new to 3d printing. And cant wait to get my printer up and running again!. So you are the man! Thanks!

On Sat, Nov 16, 2019, 3:07 PM Daniel Mejia notifications@github.com wrote:

Just for Transparency, I have uploaded the entire source here: https://github.com/damvcoool/Marlin-2.0.x-SKR-Mini-E3-v1.2

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EOQ7TFTB2T7ZDCCPVTQUB4LFA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEH4VDI#issuecomment-554683021, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EPAJJP47XS3XSZX5L3QUB4LFANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

To be honest, i am fairly new as well. I have only had my printer for about 1 year, and just last month i started compiling my own firmware and doing upgrades. I strongly recommend watching Teaching Tech Youtube Channel

redesterdragon commented 4 years ago

I agree with you, I have been watching teaching tech and making muse ...and filament fridays

On Sat, Nov 16, 2019, 3:16 PM Daniel Mejia notifications@github.com wrote:

To be honest, i am fairly new as well. I have only had my printer for about 1 year, and just last month i started compiling my own firmware and doing upgrades. I strongly recommend watching Teaching Tech Youtube Channel

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EOQXEWOHRBGUJSI66LQUB5LHA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEH4Y6Q#issuecomment-554683514, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EJB3EGMK6VUQTF6II3QUB5LHANCNFSM4JOFY7SQ .

redesterdragon commented 4 years ago

unfortunately, that did not work for me. same issue

On Sat, Nov 16, 2019 at 3:17 PM Brandon Sockrider < brandon.sockrider@gmail.com> wrote:

I agree with you, I have been watching teaching tech and making muse ...and filament fridays

On Sat, Nov 16, 2019, 3:16 PM Daniel Mejia notifications@github.com wrote:

To be honest, i am fairly new as well. I have only had my printer for about 1 year, and just last month i started compiling my own firmware and doing upgrades. I strongly recommend watching Teaching Tech Youtube Channel

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109?email_source=notifications&email_token=ANZI6EOQXEWOHRBGUJSI66LQUB5LHA5CNFSM4JOFY7S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEH4Y6Q#issuecomment-554683514, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EJB3EGMK6VUQTF6II3QUB5LHANCNFSM4JOFY7SQ .

damvcoool commented 4 years ago

In that case, it may be a problem with the board... Send an email to BTT Support, or call them if you can.

redesterdragon commented 4 years ago

In my case i had to check my cables. Be extra conscious of the terminal connectors and where the wire should be. best thing is to unwire and start from the top.

On Sat, Jul 25, 2020 at 12:58 AM harongabriel notifications@github.com wrote:

@redesterdragon https://github.com/redesterdragon have u solved your issue? Im having the same problem after installing the skr-mini-e3 v2. I can move all the axis manually but when trying to auto home the x axis keeps hitting like its stucked even far from the end stop. I don't know what to do. :/

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/109#issuecomment-663825399, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANZI6EN7XEFNDG7N5U6L3M3R5KGCJANCNFSM4JOFY7SQ .