[Firmware] Marlin 2.0.7.2 firmware for i3 Pro B, with stls for E3Dv6 bowden, T8 lead screws and BLTouch,

Post Reply
jonsag
Posts: 46
Joined: Tue Feb 06, 2018 5:08 am

[Firmware] Marlin 2.0.7.2 firmware for i3 Pro B, with stls for E3Dv6 bowden, T8 lead screws and BLTouch,

Post by jonsag » Mon Dec 14, 2020 2:54 am

Hi

After many thoughts, much reading and thereafter trying and calibrating, this is what I ended up with!

On my github you can find Marlin 2.0.7.2 firmware for Geeetech i3 Pro B.

Note:
This firmware is adapted for my setup, which includes upgrades for my printer's mods.
Of course the firmware can easily be adapted for a stock printer.
All my changes from the original firmware is documented in the repo.

I've upgraded my printer with:
T8 lead screws
Bowden setup with E3Dv6 hotend
BLTouch bed levelling

On the git you will also find all required stls for the above upgrades.

You will also find stls for:
Front mounted LCD
Front mounted power switch
GT2560 A+ housing with fan mount
Lid for the above housing, with integrated mount for a Raspberry Pi including fan mount
RaspiCam bed mount
Single hand bed levelling

and some other things as well.

There's also som slicer profiles for Cura legacy version.

Repo is here:
https://github.com/jonsag/Marlin-3D-Printer-Firmware

Visit or clone:

Code: Select all

git clone https://github.com/jonsag/Marlin-3D-Printer-Firmware.git
Please let me know if you have any questions or problems.

Good luck
/jon

UPDATE 210105
----------
I've added a lot of comments in the Read me at https://github.com/jonsag/Marlin-3D-Pri ... %20Info.md .

Please be sure to read it if you choose to install that firmware.

I've also added instructions on what to change if you don't have the same setup as me.
If you follow those instructions you can adapt the firmware for not using T8 lead screws or if you're not using the BLTouch (or clones).

Also I added some tips and explanations on what to tweak in the firmware, and how to tune your PID or set up skew correction.

/jon
Last edited by jonsag on Wed Jan 06, 2021 3:57 am, edited 1 time in total.

abonisco
Posts: 1
Joined: Sat Apr 11, 2020 4:12 am

Re: [Firmware] Marlin 2.0.7.2 firmware for i3 Pro B, with stls for E3Dv6 bowden, T8 lead screws and BLTouch,

Post by abonisco » Tue Dec 22, 2020 10:46 pm

Jonsag , Excelente la explicación, justo estoy instalando mi 3D_Touch, y mi pregunta es justamente, debería funcionar sin problema con este tipo de sensor, ya que no es el modelo BLTouch?

Porque los comandos

M280 P0 S10 - M280 P0 S90 - M280 P0 S120

Son los únicos comandos que lo logro hacer andar.

Tengo la misma placa GT2560 A + en una impresora i3 pro B

Y estoy utilizando la version de Marlin "Marlin-1.1.9_Geetech_i3_ProB_BLTouch_T8_Lead_Screw" que subiste en tu github.

Que puede estar mal?

Gracias!

jonsag
Posts: 46
Joined: Tue Feb 06, 2018 5:08 am

Re: [Firmware] Marlin 2.0.7.2 firmware for i3 Pro B, with stls for E3Dv6 bowden, T8 lead screws and BLTouch,

Post by jonsag » Wed Dec 23, 2020 5:14 am

Hi

Actually I haven't tested the v1.1.9 enough. Kind of skipped over it when i went to 2.0.7.2, which is actually working great.

You could go with my 2.0.7.2 for your i3 Pro B, just change line 997 (#define NOZZLE_TO_PROBE_OFFSET { 20, 2, -0.9 }) in configuration.h to reflect your offsets.

The 3DTouch, instead of BLTouch, should work just fine. There is really no difference between them, other than the 3DTouch is crap in comparison. I've tried them both...

If you don't want to try v2.0, try v1.1.8 and see how that works for you. There are really no major differences between 1.1.8 and 1.1.9.

/jon

PS
Had to use google translate to read your post, but I guess it worked out alright

jonsag
Posts: 46
Joined: Tue Feb 06, 2018 5:08 am

Re: [Firmware] Marlin 2.0.7.2 firmware for i3 Pro B, with stls for E3Dv6 bowden, T8 lead screws and BLTouch,

Post by jonsag » Wed Jan 06, 2021 3:58 am

Firmware files updated.

Read first post UPDATE for more info.

/jon

Post Reply