Skip to content
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

Missing firmware for SKR Mini E3 V2.0 #255

Open
JeremyKennedy opened this issue May 21, 2020 · 19 comments
Open

Missing firmware for SKR Mini E3 V2.0 #255

JeremyKennedy opened this issue May 21, 2020 · 19 comments

Comments

@JeremyKennedy
Copy link

This isn't quite a bug report, nor is it a support request. However I just received a SKR MINI E3 V2.0 and would like to tweak the firmware, however there is no stock firmware.bin file, and no example Marlin configuration. I tried tweaking the base Marlin config using a guide for a V1.2 board, but I got stuck with a blank screen on boot, so I think there must be some other changes needed to the config. This repo should have the Marlin config for V2.0, just like it has one for V1.2.

@monstis
Copy link

monstis commented May 21, 2020

Same for me. Damn Bltouch! I have tried so many variations to get a firmware that works. My v1.2 worked like a charm till2 weeks ago. The facebook page has a link to the firmware. But its just a bunch of pdf's. Has anybody had success with getting any firmware onto the v2.0?

@monstis
Copy link

monstis commented May 21, 2020

As I wrote my previous comment. v2.0 firware appeared. I will try this!

@JeremyKennedy
Copy link
Author

@monstis
Copy link

monstis commented May 21, 2020

Indeed. Flashed and working fine.

@JeremyKennedy
Copy link
Author

JeremyKennedy commented May 21, 2020

After a quick look through the repo, looks like BTT added a new board config: https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/blob/master/firmware/V2.0/Marlin-2.0.x-SKR-mini-E3-V2.0/Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_V2_0.h

I'm going to try copying this (along with the other diffs) into the base Marlin config and see if that works. I'd rather use the official Marlin repo as a base than this one, for ease of updating.

@RepairSyl
Copy link

Hi the firmware firmware-bltouch.bin, for the cable conection, use z min endstop or the all probe conection

@thisiskeithb
Copy link
Contributor

This board should be supported upstream in the main Marlin repo soon: MarlinFirmware/Marlin#18088

And the config: MarlinFirmware/Configurations#111

@hadukennl
Copy link

Hi the firmware firmware-bltouch.bin, for the cable conection, use z min endstop or the all probe conection

Neither works for bl touch

@JeremyKennedy
Copy link
Author

This board should be supported upstream in the main Marlin repo soon: MarlinFirmware/Marlin#18088

And the config: MarlinFirmware/Configurations#111

This is great news, thank you! I will test this out this week.

Does the config you've posted differ at all from the config in this repo?

@thisiskeithb
Copy link
Contributor

Does the config you've posted differ at all from the config in this repo?

Probably, but I didn’t compare them.

It’s based on the SKR Mini E3 configs that I’ve already contributed to the Marlin Configurations repo (which are based on the stock Ender-3 config).

@marcjwebb
Copy link

hello, what board do we choose in marlin for vscode? bltouch isnot working and bltouch bin file does nothing

@marcjwebb
Copy link

also, is there a bootloader on this board as standard? tried one of the folders from one of the users here, however, seemed to act like there was no bootloader

@HyperbolicTurtle
Copy link

I tried this, but my printer is just ramming into the end stop when I auto home, as if the end stop is not working. It works perfectly with the old board though.

Any suggestions?

@hadukennl
Copy link

hadukennl commented May 30, 2020

I tried this, but my printer is just ramming into the end stop when I auto home, as if the end stop is not working. It works perfectly with the old board though.

Any suggestions?

Where are your bltouch and/or zstop switch plugged into the v2 board?

@afcrab
Copy link

afcrab commented Jun 6, 2020

I tried this, but my printer is just ramming into the end stop when I auto home, as if the end stop is not working. It works perfectly with the old board though.
Any suggestions?

Where are your bltouch and/or zstop switch plugged into the v2 board?

Tearing my hair out with this also with my Ender 3 pro. I have the BLTouch (clone that works fine on the original creality board) initialising (deploying and stowing when powered on and lights up red) but when I try to auto home it doesn't deploy and bottoms out.
The red z-stop two pin connector is plugged into the z-stop port next to the y-stop port and the three pin is connected using the middle 3 pins adjacent to the lcd port.
I have tried both the BTT BLTOUCH firmware and BLTOUCH with Z homing firmware.

I'm new to this folks so be gentle with me :)

IMG_1126

@txt4nk
Copy link

txt4nk commented Jun 6, 2020

afcrab, you need to switch the blue and red wires in the dupont connector. Looking at the board in that same orientation, the colors should be yellow (top), red (middle), blue (bottom).

@HyperbolicTurtle
Copy link

I'm not using any additional features such as BLTouch and everything is plugged in exactly where it was on the old board/according to the labels on the new board.

@JeremyKennedy
Copy link
Author

JeremyKennedy commented Jun 13, 2020 via email

@JeremyKennedy
Copy link
Author

JeremyKennedy commented Jun 13, 2020

@afcrab do you have #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN enabled?

You can check my current Marlin config in my repo here. You can look at the commits to see specifically what I needed to change to enable BLTouch. I kept my config as close to Marlin-stock as possible, the only change I took from BTT was to speed up homing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants