@droxey's customized TH3D firmware for the Ender3.
- Disabled buzzer when using the LCD.
- Added
DROXEYBOTas the printer name. - Boot screen disabled for faster startup.
- [TODO] Add BLTouch support.
Download the TH3D Unified Firmware Package to create your own customized firmware. This repository initially started with the aformentioned base package, applying additional Ender3 settings for daily usage.
- Wire up the 5 male-to-male and 1 male-to-female dupont cables that facilitate the connection between the 3D printer motherboard and the Arduino UNO.
- Plug in Arduino UNO via USB.
- Open the Arduino IDE.
- Go to
File>Examples>Arduino ISP>Arduino ISP. A new sketch and it's corresponding code will appear. - Upload this new
Arduino ISPsketch to UNO. Use these settings:Tools>Board:SanguinoTools>Processor:ATMega1284 or ATMega1284p (16 MHz)Tools>Port:Arduino UnoTools>Programmer:Arduino as ISP
- Run
Tools>Burn Bootloaderto complete the one-time Arduino UNO setup!
- Connect the 3D printer's motherboard to the UNO.
- Open the
firmware/TH3DUF_R2/TH3DUF_R2.inosketch in the Arduino IDE. - Make changes to various
#definestatements to tweak your settings. - Verify and Upload sketch to Arduino UNO to test.
- Add, commit, and push changes to GitHub.