[Firmware] Marlin 1.1.8 and 1.1.9, for I3 Pro B, with BLTouch and T8 lead screws
Posted: Sat Mar 16, 2019 10:05 pm
Hi all
I have put together a repo with my firmware and stl's to go with it.
The printer is upgraded with a BLTouch leveling probe including a part cooling fan and T8 lead screws for Z-axis.
Board is GT260A+.
Stl's are not created by me. Thanks go to creators mentioned in the repo.
Also the firmwares are mostly configured by wysocki.
I have set my own parameters to modify bedsize, jerks, speed and so on. I had som troubles with ghosting, and this made things better.
NOTE: I haven't tested the 1.1.9 fully.
Also there is a Cura config to use with Octoprint.
Repo is here:
https://github.com/jonsag/Marlin-3D-Printer-Firmware
Visit or clone:
/jon
PS.
This firmware is for the GT260A+ board, but it could also be used for GT2560A with minor changes, ie:
in Configuration.h
and the changes suggested at:
http://www.geeetech.com/wiki/index.php/ ... ing_Sensor
I have put together a repo with my firmware and stl's to go with it.
The printer is upgraded with a BLTouch leveling probe including a part cooling fan and T8 lead screws for Z-axis.
Board is GT260A+.
Stl's are not created by me. Thanks go to creators mentioned in the repo.
Also the firmwares are mostly configured by wysocki.
I have set my own parameters to modify bedsize, jerks, speed and so on. I had som troubles with ghosting, and this made things better.
NOTE: I haven't tested the 1.1.9 fully.
Also there is a Cura config to use with Octoprint.
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
PS.
This firmware is for the GT260A+ board, but it could also be used for GT2560A with minor changes, ie:
in Configuration.h
Code: Select all
#ifndef MOTHERBOARD
#define MOTHERBOARD BOARD_GT2560_REV_A
#endif
http://www.geeetech.com/wiki/index.php/ ... ing_Sensor