Configuration and build scripts to build Marlin 2.x for my 3D printer.
This set of configuration files is designed to be used with a Creality Ender 3 Pro with Creality glass bed and a TouchMI bed-leveling sensor.
- Run
git submodule update
- Install the arduino-cli
- Run the
build
script - Find the
.hex
file and flash it on the mainboard of the Ender-3
First, update both the Marlin
and Configurations
git sub-modules to track the git revision of your choice.
Then, you'll have to manually update the configuration files stored under config
.
It is tedious, but has to be done. Since I use my printer quite often, I try to update it as often as I can.