Skip to content

3d-printing-canada/Ender-5-BL-Touch-Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Ender-5-BL-Touch-Installation

Instructions and Firmware For The Ender 5 BL Touch Installation

Suitability:

  • Warning: This firmware is for the Ender 5 and is not compatable with the larger Ender 5 Plus.
  • Creality v1.1.4 Control Board.
  • Creality v1.1.5 Silent Control Board.

General Notes

  • For V3.0 BL touches, the C7 capacitor must be removed from the motherboard. Please view the "Ender-3 C7 Capacitor" picture uploaded above. The capacitor in question is circled - the yellow one closest to the Z endstop plug. It is labelled "C7" on the board. It is easy to remove - use a pair of pliers and grip the capacitor, then twist gently. It will break off with no damage.
  • When you complete your installation and are ready to test for the first time, try homing the printer and touching the BL touch in mid-air. This will ensure that your connections are working if doing so stops the Z axis from going down. The BL touch should retract, and the gantry should go up and then try to go down again.

Errors

  • If you get a "U8Glib" Library not found error, go to Sketch > Include Library > Manage Libraries and search for "U8Glib". Download V1.17
  • Sometimes if you try to upload it will error out. With Arduino, sometimes the fix for this is trying the upload 2-3 more times.

Flashing The Bootloader

Please follow these steps to flash the bootloader of the Arduino Uno:

Configuring the Arduino

  1. Download and install the Arduino IDE from: https://www.arduino.cc/en/Main/Software
  2. Plug your Arduino Uno into your computer.
  3. Open the Arduino IDE. Under File > Preferences, tick off "Show verbose output" during both compilation and upload.
  4. Open the sketch "Arduino ISP" From File > Examples > Arduino ISP.
  5. Configure for upload. From Tools > Board Select "Arduino/Genuino Uno. From Tools > Port select the COM port for your Arduino. It will probably be the only one listed. If there are multiple ports, try uploading to a different port if the selected one doesn't work.
  6. Click the "Upload" button (The second button from the left at the top of the program, the arrow pointing right).

Flashing the Bootloader

Now that we have configured the Arduino Uno with the proper software, we are going to use it to put a bootloader onto the Ender-3 Motherboard. This will allow us to flash our Marlin firmware to our ender directly from the USB port in the front of the printer.

  1. In the Arduino IDE, go to File > Preferences. Under preferences you will see a field called "Additional Boards Manager URLs". Copy and paste the following link into that field, then click : https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json
  2. Go to Tools > Boards > Boards Manager. Search for "Sanguino", then install the latest version.
  3. Under Tools, select Boards > Sanguino. Then select Processor > ATmega1284 or ATmega1284P (16 MHz). Finally, select Programmer > Arduino as ISP.
  4. Select Tools > Burn Bootloader. If the process is successful you will get no errors.

Flashing Marlin

Marlin is the software that runs our 3D Printer. Luckily, we have provided a pre-compiled version for you so you don't have to mess with the code - just upload!

  1. Plug your Ender-3 into your USB port.
  2. Download Marlin from here by selecting "Clone or Download" from the top right of this page, and select "Download Zip"
  3. Unzip Marlin to a folder on your computer. In the Marlin folder, open "Marlin.ino". This should open the file in the Arduino IDE.
  4. Configure for upload. Under Tools, select Board > Sanguino. Select Processor > Processor > ATmega1284 or ATmega1284P (16 MHz. Finally, select Programmer > AVRISP mkii.
  5. Click the "Upload" button (The second button from the left at the top of the program, the arrow pointing right).
  6. Please resume our Youtube video for setup instructions!

About

Installation Instructions for the Creality Ender 5 BL Touch Video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published