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.02k stars 1.98k forks source link

[FR] Sprite extruder support #694

Open thethirdthree opened 2 years ago

thethirdthree commented 2 years ago

Running into an issue with the new Sprite extruder with my BL touch. The much further forward mount is positioning the sensor off the build plate during the auto level feature.

Is there a firware in the works for this?

dvlopez2010 commented 2 years ago

That is a issue with the probe offset. You should be able to adjust that in the settings to get it on the build plate. I used the offset for the s1 configuration when compiling the firmware.

thethirdthree commented 2 years ago

I'm a little on the stupid side when it comes to that, could you point me in the right direction?

dvlopez2010 commented 2 years ago

I need more information on where I lost you? In the settings menu you should be able to find a probe offset setting that allows you to adjust the offset. If not you will need to compile firmware to adjust the offset.

On Tue, Oct 25, 2022, 5:01 PM thethirdthree @.***> wrote:

I'm a little on the stupid side when it comes to that, could you point me in the right direction?

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/694#issuecomment-1291137273, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGSHG373UH3JVN4ZAJ3F23WFBDAZANCNFSM6AAAAAAROK2AJE . You are receiving this because you commented.Message ID: @.***>

thethirdthree commented 2 years ago

I've got the z-offset dialed in, I'm having an issue with the y shift of the mount. Where did you find that setting for the S1 config?

dvlopez2010 commented 2 years ago

I opened the example configuration folder for marlin and scrolled through the 3300 lines of code until I found them. You can also search for offset and it will take you there faster.

On Tue, Oct 25, 2022, 5:08 PM thethirdthree @.***> wrote:

I've got the z-offset dialed in, I'm having an issue with the y shift of the mount. Where did you find that setting for the S1 config?

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/694#issuecomment-1291145919, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGSHG4LSSTPUF6N52CNCT3WFBD5PANCNFSM6AAAAAAROK2AJE . You are receiving this because you commented.Message ID: @.***>

thethirdthree commented 2 years ago

Ok thanks!

just a sanity check you mean

Firmware > V3.0 > Marlin > Ender 3 > bltouch-for-z-homing > configuration.h or configuration_adv.h and find where the BLTouch Y offset is defined?

dvlopez2010 commented 2 years ago

Yes. I looked up the default offset I had sent to someone else a while back:

The probe offset default on the s1 firmware is -37, -39

I did not send the z offset but there is a wizard for the z offset.

On Tue, Oct 25, 2022, 5:23 PM thethirdthree @.***> wrote:

Ok thanks!

just a sanity check you mean

Firmware > V3.0 > Marlin > Ender 3 > bltouch-for-z-homing > configuration.h or configuration_adv.h and find where the BLTouch Y offset is defined?

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/694#issuecomment-1291159433, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGSHGYHWPN35A65UY7SNJLWFBFTPANCNFSM6AAAAAAROK2AJE . You are receiving this because you commented.Message ID: @.***>

thethirdthree commented 2 years ago

ok, so I did all this, finally got a marlin version to work, but now my BL touch wont work... does the blink, pop out, back in twice then I get the STOPPED error.

I made a batch file to compare the two files, and corrected a couple of things except what wasn't available in the newer version of Marlin.

Any Ideas on how to downgrade the firmware? I've pulled this onto my sd card, renamed to firmware.bin, but it won't take, and the firmware that I created won't erase...

dvlopez2010 commented 2 years ago

Wait 24 hours and compile the firmware again.

On Wed, Oct 26, 2022, 11:35 AM thethirdthree @.***> wrote:

ok, so I did all this, finally got a marlin version to work, but now my BL touch wont work... does the blink, pop out, back in twice then I get the STOPPED error.

I made a batch file to compare the two files, and corrected a couple of things except what wasn't available in the newer version of Marlin.

Any Ideas on how to downgrade the firmware? I've pulled this onto my sd card, renamed to firmware.bin, but it won't take, and the firmware that I created won't erase...

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/694#issuecomment-1292233990, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGSHGZW3VK5Q2LGBSDO7OTWFFFS5ANCNFSM6AAAAAAROK2AJE . You are receiving this because you commented.Message ID: @.***>

dvlopez2010 commented 2 years ago

It goes by date modified.

On Wed, Oct 26, 2022, 11:36 AM Daniel Lopez @.***> wrote:

Wait 24 hours and compile the firmware again.

On Wed, Oct 26, 2022, 11:35 AM thethirdthree @.***> wrote:

ok, so I did all this, finally got a marlin version to work, but now my BL touch wont work... does the blink, pop out, back in twice then I get the STOPPED error.

I made a batch file to compare the two files, and corrected a couple of things except what wasn't available in the newer version of Marlin.

Any Ideas on how to downgrade the firmware? I've pulled this onto my sd card, renamed to firmware.bin, but it won't take, and the firmware that I created won't erase...

— Reply to this email directly, view it on GitHub https://github.com/bigtreetech/BIGTREETECH-SKR-mini-E3/issues/694#issuecomment-1292233990, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYGSHGZW3VK5Q2LGBSDO7OTWFFFS5ANCNFSM6AAAAAAROK2AJE . You are receiving this because you commented.Message ID: @.***>

thethirdthree commented 2 years ago

@dvlopez2010 thanks. I have it back up and running now and the probe is working. I'm going to have to really sit down and compare the two to see why it wouldn't work when I compiled on 2.0.9.5 vs the bugfix 2.0.x that's linked here.