Installation Guide For Official Ender-3 V2 1.1.6V BLTouch Firmware by Creality

Ender 3 v2 bltouch firmware installation guide by smith3d.com [updated –13 november 2022]
Installation guide for official ender-3 v2 1.1.6v bltouch firmware by creality

BLTouch Installation

Installation guide for official ender-3 v2 1.1.6v bltouch firmware by creality

BLTouch Mount for Ender3V2 – https://www.thingiverse.com/thing:4462870
Use the two screws provided by BLTouch to screw it in.

Installation guide for official ender-3 v2 1.1.6v bltouch firmware by creality
If you are using a different extension wire, please pay attention to the wire colors above. Match them based on colors from left to right according to wires on BLTouch

Firmware

As of 31st of July, Creality removed the 1.1.6 BLTouch firmware from their official site. For whatever reason it might be, below is a mirror link to the previous firmware v1.1.1 BLTouch by Creality which works.

For Ender 3 V2 no bootloader intallation is required. Copy the firmware into your SD card and then slot it in, the printer will begin flashing once you reboot it. Do remember that you need a different filename each time you flash a new firmware eg. firmware1.1bin > firmware1.2bin, else the system will ignore it.

And remember to add “M420 S1 Z2” in Cura!

Installation guide for official ender-3 v2 1.1.6v bltouch firmware by creality
VERY IMPORTANT Add M420 S1 Z2; after the G28 in your start G-code
in the starting G-code of your cura profile. To enable leveling on every prints. As the current marlin for Ender 3 V2 is unable to make “leveling enabled” persistent after reboot.

M420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height

This line of code always appear in other printer profile such as CR10SProV2/Ender5Plus where there is BLTouch built in.

What you might need

Personally I have added a printed BLTouch spacer to add some buffer between bed and nozzle, so BLTouch has more room for probing. If you are facing issue where nozzle is hitting bed when BLTouch is probing, mostly caused by uneven bed (eg. sides nearer to hotend is higher), you might need to try adding a spacer. But do note that adding a spacer will make your z-offset at around -2+

BLTouch Spacer – https://www.thingiverse.com/thing:3466223

Steps to produce a good leveling

  • As this firmware is provided by Creality, there is no AUX tool or Z-Offset Tool included. Please refer to CHEP’s guide for how you can level your bed with a piece of paper.
  • One of the important element of having a good bed leveling is Z-Offset. Get a good offset at the center of the bed, gauge it with an A4 paper. Use the Z-Offset setting to set closer or further from bed.
  • Once you got your Z offset, go to main menu and press “Leveling”. It will probe 3×3 points and save the mesh to your printer.
  • Done and start printing!
Installation guide for official ender-3 v2 1.1.6v bltouch firmware by creality

40 thoughts on “Installation Guide For Official Ender-3 V2 1.1.6V BLTouch Firmware by Creality

  1. Onur says:

    Hello.. I’m doing the software.. I’m doing the z offset. I’m recording. In cura, I add the M420 S1 Z2 code and slice it. I install to sd card but printer sees sd card empty.. why?

  2. Matthew Heckman says:

    I have recently setup my ender 3v2 and added the bltouch. It will not autohome at all, it give some kill message and it tells me to restart the machine after just a few moments. I have tried different firmware and they all have had issues when it comes to autohome or leveling. They either give me a kill code, or the extruder will drive down into the plate without stopping. Sometimes it only works if I press certain switches, then the machine will start to autohome or level, but then just stops whatever it is doing. I seriously think it may be posessed at this point.

  3. Juanpa says:

    i set my bltouch on my ender 3v2 and install the 4.2.2(i chek and that’s my version) sofware that i get from the creality’s site (Ender-3 V2-Marlin-2.0.1-HW-4.2.2-mainboard-V1.1.2-Compatible with BLTouch and filament detection.zip this one, i dont have filament detection but i don’t think it will affect) i set my z-offset at -2.10 but the bltouch is not lvling at all… what can i do?

  4. thanatas says:

    I has just started use your firmware, it is fantastic. thank you very much..

    While sometimes, I do not know why…Printer firmware rises error ad g29, both from octopi “Offline (Error: Probing Failed)”, direct usb or sd card. My initial gcode is in the following;

    ; Ender 3 V2 Custom Start G-code
    G92 E0 ; Reset Extruder
    G28 ; Home all axes
    G29 ; DO ABL
    ;M420 S1 Z2 ;Enable ABL using saved Mesh and Fade Height
    G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
    G1 X0.1 Y20 Z0.3 F5000.0 ; Move to start position
    G1 X0.1 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line
    G1 X0.4 Y200.0 Z0.3 F5000.0 ; Move to side a little
    G1 X0.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line
    G92 E0 ; Reset Extruder
    G1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed
    G1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish

    What can I do? Thanks..

    • Jozef says:

      “Offline (Error: Probing Failed)”

      Make an auto leveling on the printer first and after save config.
      Restart printer and Octopi…Voala…that helped me 😉

      • evural says:

        Thanks for the answer, sorry I miss that where can do that, I missed that part. Could you explain more in more detail please?

        Thanks..

      • klickon says:

        Hi,
        My initial gcode (in the Creality Slicer 4.8) is in the following;

        M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration
        M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate
        M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration
        M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk
        M220 S100 ;Reset Feedrate
        M221 S100 ;Reset Flowrate
        G28
        G29 ;Home
        G92 E0 ;Reset Extruder
        G1 Z2.0 F3000 ;Move Z Axis up
        G1 X10.1 Y20 Z0.28 F5000.0 ;Move to start position
        G1 X10.1 Y200.0 Z0.28 F1500.0 E15 ;Draw the first line
        G1 X10.4 Y200.0 Z0.28 F5000.0 ;Move to side a little
        G1 X10.4 Y20 Z0.28 F1500.0 E30 ;Draw the second line
        G92 E0 ;Reset Extruder
        G1 Z2.0 F3000 ;Move Z Axis up

        Could someone advise me where there is any mistake? After start printing, no calibration is performed. The code setting (especially G28 G29) is according to the manual that was included in the BL TOUCH box.

          • klickon says:

            Thanks for the quick response. Auto leveling before start printing already works. But my main problem is something else. I have already tried several manuals, but I can’t find how use the Z-Offset setting to set closer or further from bed. I use a sheet of paper to set the distance, mostly I have Z-Offset from around -2.65. Then the leveling pad followed, but when I give the start of the print, the nozzle is so low that it does not press almost any filament.

      • klickon says:

        Thanks for the quick response. Auto leveling before start printing already works. But my main problem is something else. I have already tried several manuals, but I can’t find how use the Z-Offset setting to set closer or further from bed. I use a sheet of paper to set the distance, mostly I have Z-Offset from around -2.65. Then the leveling pads followed, but when I give the start of the print, the nozzle is so low that it does not press almost any filament.

  5. lonnie says:

    Ender 3 V2 4.2.2 board. Every time I update the firmware with adaptor for the BL touch; the printer just goes in to an alarm state and nothing on the display. I must re-flash back to default firmware. Where do I find the correct DWIM_SET files? Is there a need to update both the printer and display?
    Any idea?

    Thanks!

  6. Matthew T says:

    I installed my BLTouch with the included adapter board, but anything involving the z axis is not working. I’ve reflashed the firmware with separate file names, and the BLTouch is installed correctly, as it functioned with the official Creality firmware.

    Any advice or help anyone can give would be greatly appreciated!!

  7. Matt says:

    What would be causing the bltouch to start blinking red after probing 8/9 during bed leveling? It has also happened randomly at probe 5/9 and others. I just flashed to firmware Ender-3 Pro- Marline2.0.1 – V1.1.2 BLTouch.bin and direcly plugged both connectors into the slots as you illustrated. It seems to auto home fine and will start the auto bed level, but then just stop before ever getting through it all. I had tried it with the Z-stop switch plugged in and unplugged.

  8. bryan says:

    Hi, can i request some assistance?
    so i flashed to this version with the bltouch.
    I manually leveled the bed then I tried to level with the printer option “level” but it seems like the Z-Offset is still to high.

    I lowered the number to (-5) z-offset (in the z-offset option under Prepare) but it doesnt seem to be lowering the nozzle. do you have any thoughts on how to correct? Thanks!

  9. Mike says:

    I apologize in advance if this has been asked but is there any way I can get the config files specific to the E3V2 BL touch slow? Thanks

      • Jason says:

        After I installed your firmware my z axis and probe does nothing. The red light stay on the probe and the z axis will only move up when trying to do any type of bed leveling. I did put either the screen firmware on the board or vice versa. But however z and probe don’t work correct. Please help

  10. James B says:

    I have installed your software for my Ender 3 v2 and BLTouch and the nozzle is to high off the bed. I have leveled it multiple times and still to high what can I do to make it work?

  11. Anthony says:

    Thank you very much. Is there a simple way of turning off the Red BLTouch LED during printing? It’s messing with the camera I use to monitor prints.

  12. Rory says:

    Hey Guys,

    A big thank you. The BL touch was a priority for me (Ender 3 v2 is not a week old) as the money and effortl out weighed wasted time and filament. Your FW update is very user friendly and works really well. Big thumbs up.

    Tomorrow BTT smart filament sensor will get fitted. I think I’m correct in thinking that you have also solved that for us.

    Take care & thanks.

    Rory

    • Dominique says:

      si vous posez un capteur filament BTT il faut indiquer le Gcode suivant dans les propriété de l’imprimante du slicer M412 S1 ;Filament Renout Sensor On

  13. Putut says:

    Hi, i’m following your instruction regarding install bltouch for ender 3 v2. When z stop switch unplug my z axis cant move down but when plug in z stop switch my bl touch light always red color

  14. Offie Offermans says:

    Hi,

    First of all thank you for all information. I have the printer for 2 days. And he printed very well without BLtouch.
    So I connected BLtouch orginal shackle by sawing half of site of extruder and drilled hole for second bolt.
    First I installed software with official firmware. And changed wiring all in one connector.
    BLtouch was on but performed no auto levelling.
    Secondly I installed smith software. And changed wiring in separate connectors .
    Things that are observered:
    – very nice z- tool (mine -4,20)
    – very nice aux tool
    – minor: in menu control ‘storage is ‘orage’
    – when I power up the printer it make very high noice.
    I think it is fan this is not the case with official software.
    After 30 seconds it has normal noice.

    Overall very nice site, thanks.

    • wkprinsloo says:

      I experienced the same. No auto leveling with original Creality firmware. Downloaded the Smith firmware…. still no auto leveling and I experienced thermal runaway on both the bed and the hot-end. Reverted back to original Creality firmware so that I can print at least. I have the ANTCLABS BLTOUCH. It works as described, measures the bed 2 times at 9 different points but does not auto adjust during prints. I tried with the Z-stop both connected and disconnected.
      Also like the additional features as described by Office Offermans.

  15. Pingback: Ender 3 V2 BLTouch Firmware Installation Guide by Smith3D.com – Smith3D

Leave a Reply to Matthew T Cancel reply

Your email address will not be published. Required fields are marked *

Want a cookie?🍪 You can consent to have a better browsing experience.