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
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