Great video! Followed every step and got my BLtouch to finally work. Especially loved that it focused on the SKR board. Many other youtube videos cover the generic V4.2.2 board that comes with the Ender 3.
Holy crap man!!!! I have looked everywhere for a video that explains and showed exactly what you did!!! Thank you so much!! I have had the bl touch for 6 months, hooked up for 3 and never plugged it in because I had no idea what I was doing. I have watched hours of UA-cam trying to figure it out and googling everything and couldn’t find anything that explained it better. No one explained the wires switched, and mine were and I was so confused. I’m new at printing so I got the already done one you showed, I just picked one and hoped it was right, but your video confirmed it was the right one. Thank you so much.
Hi. Thanks for the feedback and the lack of content around alot of 3d printing is one of the reasons i started this channel. Im glad you were able to get everything running.
Great video! One little tip for ya...instead of having to add G29 to your gcodes, you could always uncomment ENABLE_LEVELING_AFTER_G28. This way it's always going to use your ABL mesh. I personally like to hard code all my standard settings (including my calibrated esteps number) that way I don't have to mess with it later. Another fun thing to add so you don't have to manually mess with it later is changing the preheating presets. (line 1702). I don't print ABS, so I replaced it with PETG and set my standard nozzle and bed temps for each.
A Great tip Andrew! I will be installing an SKR Mini E3 V2.0 as soon as it is delivered as I recently went through the pain of installing a BL Touch Kit from Creality with 1.1.6 BL Touch firmware and it is terrible firmware, the x,y offsets were not changed so when probing the nozzle was in the position where the probe should have been, and also when slicing a part in the centre of the bed it ends up printing far right on the bed, also they did not implement baby-stepping so you had to restart a calibration print for each change of the z offset which decided to stop working altogether after a while, and I am not 100% convinced the firmware is actually using the mesh created by the BL Touch, Creality did not answer any of my questions and I contacted them in 8 different ways, I bought the kit thinking it would save me time from editing firmware, I think I have learned the hard way about Creality's programming skills, which isn't really programming but the config editing and they cant get that right for their own printer!
This video saved my Ender! I've been convinced for the last year that ABL is worthless and the BLTouch is junk. Turns out my firmware just wasn't using the mesh, or something, and was severely outdated. I didn't have the probe wizard, or babystepping that could save into the offset on the fly, or a ton of other quality of life improvements. Now my first layer is going down perfectly even and the interface is easier than ever to use. Thank you so much!
I'm considering a BTT board upgrade for my new Ender 3 Pro, and just wanted to say thank you very much for covering the layout and firmware modification for a 5-pin probe setup versus the 3-pin and 2-pin split setup, even though you were using the latter. Can't wait to silence these motors!
I tried 5 different firmwares to get the BL touch to work on the BTT E3 V2, none worked. Most other compiling videos make assumptions on computer knowledge, which resulted in failed results. This video was to the point and not a watch builder video.(Definition: "Watch builder" You ask someone what time it is and they tell you how to build a watch). Thank You!
Thanks a lot for this video! I was having issues with my BTT SKR MINI E3 V3.0 and Creality CR-Touch on my Ender 3 but your video was very helpful, and my printer runs flawlessly now.
well its a good thing I watched this before just plugging my signal wires in, I had the blue and red swapped like you said so you saved me some smoking cables!
every time I go to compile this I get an error. "include errors detected. Please update your includePath. Squiggles are disabled for this translation unit"
Hi. It sounds like the firmware folder may need to be moved closer to the root of the drive you are working on. The folder structure of the firmware goes pretty deep and Windows doesnt like long paths/file names. I typically create a folder called firmware right off my c drive and put the firmware there.
I was with you up until ~5:30. Not sure how you got from installing the hardware to measuring the distance the probe is from the bed. I'm assuming you powered on and went it went to the home position? What firmware do you have installed at this point and how did you do that? I think I have the wrong firmware installed because mine isn't moving when powered on.
Hi. Once the hardware is installed, you need to flash the firmware then set the z offset, i think your on the last part right now. Im using a custom build of marlin, but the process is the same with the creality firmware. Do you see bltouch or anything in the printer menus?
Great guide, extremely helpful but once I click build it says - Unknown environment names 'STM32F103RC_btt_512K'. I'm using a CR-Touch but should follow the same steps right? Help will be much appreciated
@@3DPrintscape Thanks, ended up trying that and successfully compiled the firmware but now it says 'no printer attached', any idea what the problem could be?
Thank you for putting this video together. It is very appreciated. It would be immensely helpful if you could: 1) improve the screen capture quality -- on my hi-res screen It is blurry and near impossible to distinguish the text. 2) could you speak out the name of the parameter you are modifying rather than using terms like "uncomment this". Again thank you for the effort you put into this video and for sharing your knowledge.
Hi. Thanks for the feedback, i will work on those going forward. The screen capture resolution has been tricky due to different sizes. I ended up settling on 1080p captures for now.
I've been having issues with setting up the firmware. for some reason every #define line is an error. i saw that was the case in the video to, but then they just dissapeared at 11:47. I tried following the axact steps, including commenting the s stop out and back in, but nothing changed like it does in the video. these errors also mean i can't compile the firmware.
Robert this video is great I have 2 ender 3 pro'2 and 1 has this exact board in it so this video helped me get my bl touch installed perfectly. I am running the factory firmware on it but would love to build a version like you did in the video. I wish I could get a copy of the one you built on here, as my printer is the exact same. I am just not quite comfortable enough to write my own firmware yet LOL. I was able to obtain a full version of marlin for my other printer which has the stock 4.2.2 board and it runs so much better than the creality firmware. Just wanted to say again great video it helped me very much.
Hi Robert, Thanks for all the great how-to videos. When I initially added the ABL gcode (G29 ; ABL) to the Cura profile for the Ender 3 Pro, everything functioned properly from OctoPrint until I adjusted the bed a week later. The Z Offset and ABL calibrations from this video was executed countless times with no success. After hours of playing with these settings, I notice the calibration functioned properly through the printer display screen but failed via OctoPrint. I removed the G29 code from the Cura profile and it is now working from OctoPrint. I don't believe the G29 code execution itself from OctoPrint is the issue. Is the G29 pulling stored parameter values from OctoPrint or the controller to calculate the new ABL parameters? My printer has the BTT SKR MINI E3 V3.0 Controller and TFT35-E3-V3.0.1-Touch-Screen-Display.. Is there any other area I need to be looking at?
Hi. Thats interesting, it has to be tied to how octoprint handles things. It bypasses a lot and wants things it own way. The g29 command runs the mesh and stores the peramitors. You need to save settings for them to persist through a power cycle. What happens if you just send the g29 command manually from octoprint?
Hi. If your downloading it from Marlin that doesnt surprise me. You will want to make sure you update it when you download a new copy or anytime your switching between boards.
@@3DPrintscape thanks tried it because it would always give me a error and I did download from marlin. I deleted mega2560 and put the one in the description and it worked. Thanks a bunch that was kicking my......
@@ryanmitchell405 You could try to use the Marlin auto build plugin, it makes changing between environments easy. ua-cam.com/video/EerWIATEsM0/v-deo.html
Had an issue with my bl touch inconsistently deploying. Seems to have been fixed by re-terminating the red-blue-yellow cable with the proper connector. The longer connector is meant for different sized pins and was sitting very loosely on the onboard connection.
This is more of a Viscose issue, I don't have that "check mark" on the bottom. I've been struggling for about 4 days now to set this stuff up. Please help.
Hi. It sounds like Platform.io wasnt installed, VS Code wasnt restarted after the install, or the wrong firmware folder was opened. The folder should be the top level folder and have the platformio.ini file in it.
If you have the C++ and Platformio IDE extensions installed, check to make sure you have opened up the folder which contains the 'platformio.ini' file. The check mark won't show up unless this file is at the top of the folder file structure. You might not have the correct folder open because Windows "Extract All" will add another folder layer during the extraction process.
@@lynnkeith2289 Im glad to hear its fixed. platformio installs C++, but if something happened to that install I could see it causing the behavior you saw.
Hello, this Firmware works for an Ender 3 with a BIGTREETECH SKR-Mini E3 V2.0 board... and TFT 35 E3 V3.0...? Congratulations for the video and thank you
I'm having issues with the bltouch probing off the bed on the y-axis during bed leveling. The initial probe (homing probe) is perfectly in the middle. The second probe (front left) then tracks to miss the bed. I also have my offsets set correctly (given offsets for my Hero me 5). So far to get printing i've had to change the probe offset for the y-axis to be technically incorrect. The home probe is not centered, but the rest work...Any ideas?
Hi. First make sure you cleared your eeprom. If thats done and you are still having the issue you can adjust your #define X_MIN_POS & #define Y_MIN_POS values. I think im running -5 and -10 as i had a similar issue.
The Failed to enable bed leveling error can be resolved by starting a bed leveling mesh after doing you z offset. This was a great video thank you for all the help.
Hi. The checkmark not being there is typically caused by the platformio/c++ plugin not being installed (or the install was bad) or the wrong folder is opened in workspace.
Hello, thank you for making this video, it was very helpful. I’m stuck one a problem though. I was able to compile and flash my firmware onto my printer, but now when I go to auto home, the auto homing sequence doesn’t even touch the X or Y endstops (which would lead to some collisions later on if I tried to do anything else with the printer). But The Z sequence works with the BLTouch probe just fine. I flashed firmware from bigtreeTech to confirm it wasn’t a wiring issue, and the auto homing worked perfectly fine for X and Y with the bigtree firmware. However there were some problems with the Z home sequence that are more troublesome than they are worth. Anyways I’m assuming this is now just a coding issue. So now I’m trying to make my compiled firmware work. Do you have any suggestions to fix the x and y homing issue? Thanks.
I ended up restarting with the same btt code. I followed a step by step guide online for Ender v1s and it ended up working. Not sure what the issue was as I was watching several different videos (probably the root problem) on how to code the firmware, but it was definitely a coding/user issue
First of all, thanks for the video. I did exactly what you did, however when I press Auto Home the z axis collides with the table. I'm using the connection as shown. To rule out that it wasn't wiring, I used the BIGTREETECH firmware and it worked perfectly, however it doesn't allow negative z_offset and I would like to use my own firmware like you. Do you know what I could have done to prevent the z axis from stopping with the BL touch?
Hi. If you leave the z stop connected and the bltouch connected to the bltouch port you shouldn’t. That is assuming you have one with the 5pin adapter.
I can’t seem to find the babystepping feature. I was able to compile it fine at first, but had to recompile another .bin file for the offsets when my printer autohomes. Any tips? I’ve got what you toggled and even enabled the feature where it’s always available. No dice still.
Hi. Try to clear eeprom if you haven’t already. If you have maybe check in the menus for something that sounds similar in function, maybe they moved it.
Can you plz help me im trying to do this on my anycubic mega zero with the stock board would there be a way that you can get all the firmware ready and like share the done file so all I do is put it on my SD card ove been working on it for about 10 hours and its not working
Hi. I dont have firmware prebuilt anywhere, but I have been considering going that route. What errors are you having? Also, you can reach out on Discord for assistance as well. discord.gg/Bu94EYVkrU
@@3dprintingtoday Hi. i may be able to help out some tomorrow or Friday morning. Can you join my discord server and message me there? discord.gg/Bu94EYVkrU
hey im back haha, i was wondering if theres any way for you to reduce the amount of probes? IE instead of a 5x5 a 4x5/4x4 grid of the bed. Amazing guide btw!
Hi. Thanks for the feedback. If your using Marlin firmware, you can change #define GRID_MAX_POINTS_X to whatever multiplier you want. The default value is 3, which creates a 3x3 grid. If your using the prebuilt firmware, im not aware of a way to change the value.
Hi I updated to bltouch and I followed your video but I get error when I try to compile and then I use there firmware but still not working I don’t know what to do
I attached bl touch like u did in video and download firmware bltouch z homing. Now z motor only can go up. Same thing if i try trough menu manualy lowering z axis.
This video worked great.. except one problem. The TFT, by default (I have the BTT TFT35) when I try to enable it, it just fails to compile saying "LCD doesn't support bed leveling" I'm using the SKR Mini E3 V3, as you have here, so.. still working on this to get the BLTouch to trigger. It also seems to have removed a ton of options from my TFT (as in, I can't select type of load, like PLA/PLA+)
Such a great guide, but i feel like im being a dumdum and doing something wrong. Ive got the creality BLTouch, set it up in the way that has you using the 3 pins on the main port of the board (Swapping my pins in the connector around so they were blue/red/yellow, the blue/red were reversed initially), and then using the "z-stop" 2 pin location on the board. I got the firmware for the z-homing, put it on an SD card- Turn the printer on, it clicks the BL-Touch sensor a few times, then bonks at me about not being able to enable bed leveling / invalid mesh. When I look through my options, I see "MBL" instead of "ABL", and no options for the BLTouch. Seems like its not updating the firmware properly, but cant figure out why
@@3DPrintscape From the info screen my printer says: "System: Marlin bugfix-2.0.x board: Bigtreetech_gd_tft35 Firmware: v27.x" Hopefully this is the right information. And thank you so much for your help by the way, i super appreciate it!
Hi I’m thinking of upgrading my board to a skr mini v2 did your ender 3 pro used to home with bltouch in center of bed without using z end stop switch? If so when downloading the firmware do I need the same version as you?
Hi. Yes the printer would home in the center of the board with the bltouch. I have my firmware available to download if you want to try it out. 3dprintscape.com/marlin-firmware-builds/
@@3DPrintscape thanks for replying to my comment that’s greatly appreciated I’m waiting for my v2.0 board to arrive once it does I’ll be upgrading I just wanted to be sure which firmware in need for the bltouch to home in center and not use the z axis end stop switch has I removed it when installing bltouch
@@3DPrintscape thanks I received my board today I swapped out all the cables and changes the cables on the bltouch like you did after turning on printer I see it load marlin 2.0 on the skr board but after copying the z homing firmware onto sd card it doesn’t seem to sit at a blue screen just boots up with marlin on screen? I see people saying it needs to be flashed with sd card that come with it but I didn’t receive a sd card with my board
I have tried many sd cards and renamed the file to firmware.bin but still no success it refuses to load the firmware it seems and just boots as normal..somebody did suggest to add file called firmware and file called firmware.bin to the sd card could this be the problem
Hi. You should verify the pin out for your bltouch, ive seen them shipped with different wiring colors. If yoou need to swap the pin, there is a little tab you can pull on the adapter that will allow you to pull the wire out.
@@3DPrintscape hey one more question. so if i still have the stock fan cover i can just take either the SKR firmware or the Marlin firmware, download it, change name to firmware.bin, pop it on an SD, put it in my printer and then I'm good? or do i have to make changes in the firmware still?
i downloaded the SKR Mini Firmware and when i turn it on and hit bed leveling it just says home z first. i downloaded the frimware where you attach the BLTouch to the Z stop
@@3DPrintscape I meant the firmware itself. The ender seems to get specific board firmware, while the cr10 doesn't. I'm just struggling to get it to work is all
@@drderrp The firmware is a decent bit different. You should be able to take the example from the Ender 3 pro and modify things like the dimensions to get it to work.
@@snowmanDIY Ah ok, i was thinking of the 1mm adapter on the mount, sorry. The stock one reached fine for me. I bought a generic one that I ended up having to extend the cables on.
I have a issue, the probes are working fine but when you start to print it is as if the printer forgot the layout of the bed. the z axis wont move to adjust for the bed being uneven, any idea on how to fix this?
@@3DPrintscape the firmware used in the guide, and the bltouch itself is working completely fine. The problem is exactly like in this video ua-cam.com/video/tJHzKikWswg/v-deo.html. My caveman brain just doesnt know what hes doing to fix it lol
When I follow your instructions on VS Code I don't have checkbox to build on my (latest) version there are 2 errors in the far bottom left though, any thoughts on this? The 2 errors are to update include path
I fixed this, I had been in the Python environment prior to configuring this firmware and it loaded up the next time in python, I just switched to Platformio
Hi. Im glad you got it working, though the python environment shouldnt be needed. I don't have that running now and it works for me. My guess is that it installed/repaired another component.
@@3DPrintscape I was using python for something else prior to configuring the firmware and VS Code must have loaded in Python mode when I came to configuring Marlin, that's why I was getting errors and no checkbox
so i always get stuck at compiling. the check mark to compile doesnt show up and it states i have errors in both file with a squigly line why cant i compile i followed everything please help
It's a great guide! So helpful! Thanks for posting it. After I have tried everything, there's still one thing that I can't fix, the bltouch only measures the bottom left corner for bed leveling and I can't get it to measure more points on the bed. What can I do? Thank you in advance!
Hi. Is it actually probing the bottom left corner or attempting to and failing? If it cant get a good read, it will just fail then move onto the print.
Very informative and has helped, but I have an issue I haven't been able to resolve. I'm running the SKR mini e3 on a CR10S5 so had to also adjust bed size, but otherwise used your settings on BTT firmware for 1.2 using the probe/servo pins on a 3dtouch. When trying to level, the z doesn't stop when the probe shows it's triggered, which of course leads to an error of hitting the endstop. I have adjusted my z offset....is there another setting I need to look for? I would think from other videos once triggered the z should stop even if in the air? The LED does show it's triggered, but keeps going.
Hi. Thanks for the feedback. How is the bltouch wired? It sounds like you have it wired with all five pins going to the bltouch port but the firmware configured for z homing with the bltouch.
i have tried to add the fireware.bin to my sd card and put it into the tft slot. The firmware doesn't load. Any advice? The firmware.bin file is in the root and i did manage to upgrade the tft firmware following your video tutorial. no sure what to do here now
Just tried installing the SKR E3 V3 board, But the hot end (E0) will not heat. This i the second board with the same error. I there anything that I could have done to cause this. Great Video
Hi. According to the documentation its not, but I havnt tried it so i cant say for sure. I have has a couple people ask, so i may end up just buying one to test.
I followed all except downloaded the Marlin-bugfix-2.1.x. I do not see.pio file. all hidden files are shown too. can you please help? I also do not see Firmware.bin file anywhere
I have followed your instructions exactly but I’m facing an issue, the display freezes and i cannot use the control knob when I’m printing any file. Also at times my 3D Touch v3.0 does not deploy and only starts working when I reflash the firmware.
I followed your video step for step. Once you made a change vsCODE I paused the video and made SAME changes. Ok. Mine compiled just fine. I got my ender 3 pro with Mini e3 v3. Well almost. The blTouch levels the center of the bed but when it’s starting a print and lays down that warmup line on left side of bed, we’ll the hot end is still 1/2” off the bed. The abl pin does not extend. And the assembly does not lower to print. I thought at first it was the gcode of the file I tried. So I tried a different gcode and same thing happened. Is there a firmware setting I could look at for this ??
Shouldn't the Z offset be done with a pre-heated bed and nozzle? There is expansion of each after reaching temp and this will affect the gap, not insignificantly.
Hi. I tend to make the final adjustments with babystepping, which is done when everything is up to temp, but to answer your question. Yes, you should have the nozzle and bed heated up.
i have an issue, after a while my bltouch started to probe off the bed, i tried to rewrite the firmware but it seems to not respond to it, ive done some research and i says i need to reset eeprom which i have no clue to do, any help?
Hi. Make sure your offsets are right, so -44 and -7 if your using the stock mount. The select restore defaults to clear the eeprom. I have written instructions covering the process that may help you out in the video description.
Thanks for teaching me how to clear the eeprom, but the issue still remains, that being that no matter the change i do to the firmware the bltouch probing placement nothing changes just to make sure im on the same page this section is how you change where the bltouch probes right? * +-- BACK ---+ * | [+] | * L | 1 | R
@@3DPrintscape and here you thought i was done lol. After doing some tinkering i realized that the gaps in-between each time it probes is too large for my bed, can i reduce the amount of probes/tighten the gap? thanks for dealing with me btw lol
My printer ignores both ZSTOP and BLTOUCH, I've done everything exactly like you but with the 5 pin configuration(the ZSTOP is still connected but not in use by the firmware). When I try to home it ignores both stops, it doesnt work properly if I use the bin from bigtreetech but they only do a single probing which is why I wish I could use the custom firmware.
Hi. If it works with the BTT firmware, the wiring is good so it sounds like there is an issue with the firmware. Im guessing it doesnt match how its wired. Make sure you comment out #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN and uncomment #define USE_PROBE_FOR_Z_HOMING in the firmware.
@@3DPrintscape so I’ve checked that and swiped them and nothing. My version is a bit different than yours it seems, on min_software_endstop urs goes like X Y Z but mine goes X Y Z I J K which tells me they have changed the software on the download page. Would you mind sending me your configuration files so that I can compare against mine and try them.
@@bomxacalaka2033 Im glad you got it working. The definition of a "good clone" is really subjective. If it works and you were able to save some money then it seems ok to me :).
I'm having problem with mine where it will deploy, but when trying to trigger it and it fully depress it will bot do anything. it will keep moving unit it turn it off.
Hi, I wired my BL touch the way you showed, and downloaded the firmware but my printer won't move down. It responds to everything but Z down so the autohome also doesn't work. Any suggestions?
Hi. You will want to add a G29 command to the printer profile in cura. I cover that in more detail in the update printer profile section in this article 3dprintscape.com/guide-to-install-a-bltouch-on-a-creality-32-bit-mainboard/ . Im working on the written instructions for this video, I just haven't finished it yet.
I’m a bit confused, if my wires came with the 5 pin, do I still need to change it for the 3 pin adapter? Also, with the 5 pin connector, do I still need to change wires around to prevent any possible problems?
Hi. No, use the 5 pin adapter and plug it into the bltouch port and leave the z-stop plugged in. Also, make sure the wiring is in the right order on the 5 pin adapter.
Hi. I recommend starting with a temp tower (i made a video covering the topic that you can see here ua-cam.com/video/cINepqqcKEo/v-deo.html ). Also, you may need to make some tweaks for the Ender 3 v2, but this will be a good starting point.
Hi. It should only take a couple of seconds. I would reformat the sd card, make sure its 16gb or less, and make sure the filename is firmware.bin. I know a lot of people have issues with the SD card not working, so you may have to try another one.
@@dingolove5446 Cool, glad to hear it worked for you. If you built the firmware, make sure the x and y offsets are right and clear your eeprom. if its precompiled firmware, make sure to clear your eeprom. i had a similar issue and clearing the eeporm fixed it.
I followed step by step and I'm missing the babystepping option from the tune menu. Double clicking brings me to z offset but I cant adjust anything while printing. Any ideas? Thanks!!
you could just put a paper underneath then crash the hotend and the bltouch into the build plate slowly to leave two marks on the paper then use a caliper to measure
Is there an easy way to avoid the bed moving too far forward when leveling the bed. I have a tension belt adaptor for the Y-Axis which upsets the bed when measuring as it comes too far forward.
So on mine I wired it the same way you did and my Z stop DOES NOT work I cant figure out why but everything I try the Z axis doesnt stop and keeps hitting the bed until I power it off, any suggestions??
@3D Printscape Thank you very much for your video! It was very helpful, but I am still having some issues. I have your exact configuration but I flashed the pre-compiled firmware (2.0.7). Unfortunately, when I try to set the z-offset I can't get the z-axis lower than 0 and it is too far from the bed! Could you please help on that?
Hi. This is a common issue with the creality firmware because the leave the software endstops enabled. You will want to take a look at this reference to send the g-code command to the printer ( marlinfw.org/docs/gcode/M211.html ) or i can work with you to get a Marlin build that has it disabled. If you want to go that route, you can ping me on discord. discord.gg/Bu94EYVkrU
Thanks for taking the time to teach this to us noobs lol however i have the exact same setup and followed all the instructions and the z offset icon does not populate on my tft35 E3 v3 in touch mode when going to the ABL section. its showing that its available in marlin mode though. any suggestions?
There's no check at the bottom left of my hot bar only 2 icons and it says no problems. The only thing I havnt done is the probe to nozzle distances because I don't have my hotend mounted currently
Hi. There are a coupel of things that would cause the checkmark not to be there 1) you dont have the right folder open 2) platformio is not installed 3) plaformio failed to install the C/C++ plugin.. Can you check all that?
@@3DPrintscape Vscode says the terminal process failed to launch path to shell executable and then says my file doesn't exist. Platformio installed. Aswell as c/c++
the best guide on UA-cam ,no one talks about the right wiring color ,i had to switch red and blue , thnx for sharing
You're welcome!
I've been struggling the last 2 days with this exact set-up. This is what i needed! Thanks!
You're Welcome!
Great video! Followed every step and got my BLtouch to finally work. Especially loved that it focused on the SKR board. Many other youtube videos cover the generic V4.2.2 board that comes with the Ender 3.
Hi. Thanks for the feedback and im glad you got the bltouch working.
You saved my printer. Was about to launch it off a bridge. Followed you tutorial carefully and now I'm printing with great results. Thank you
Glad I could help :)
Holy crap man!!!! I have looked everywhere for a video that explains and showed exactly what you did!!! Thank you so much!! I have had the bl touch for 6 months, hooked up for 3 and never plugged it in because I had no idea what I was doing. I have watched hours of UA-cam trying to figure it out and googling everything and couldn’t find anything that explained it better. No one explained the wires switched, and mine were and I was so confused. I’m new at printing so I got the already done one you showed, I just picked one and hoped it was right, but your video confirmed it was the right one. Thank you so much.
Hi. Thanks for the feedback and the lack of content around alot of 3d printing is one of the reasons i started this channel. Im glad you were able to get everything running.
Great video! One little tip for ya...instead of having to add G29 to your gcodes, you could always uncomment ENABLE_LEVELING_AFTER_G28. This way it's always going to use your ABL mesh. I personally like to hard code all my standard settings (including my calibrated esteps number) that way I don't have to mess with it later. Another fun thing to add so you don't have to manually mess with it later is changing the preheating presets. (line 1702). I don't print ABS, so I replaced it with PETG and set my standard nozzle and bed temps for each.
Hi. Thanks for the feedback and tips. I didn’t think of changing that in the firmware but ya it would work.
A Great tip Andrew! I will be installing an SKR Mini E3 V2.0 as soon as it is delivered as I recently went through the pain of installing a BL Touch Kit from Creality with 1.1.6 BL Touch firmware and it is terrible firmware, the x,y offsets were not changed so when probing the nozzle was in the position where the probe should have been, and also when slicing a part in the centre of the bed it ends up printing far right on the bed, also they did not implement baby-stepping so you had to restart a calibration print for each change of the z offset which decided to stop working altogether after a while, and I am not 100% convinced the firmware is actually using the mesh created by the BL Touch, Creality did not answer any of my questions and I contacted them in 8 different ways, I bought the kit thinking it would save me time from editing firmware, I think I have learned the hard way about Creality's programming skills, which isn't really programming but the config editing and they cant get that right for their own printer!
Thanks for the video and your firmware video. There's no way I'd have worked through the issues with my SKR Mini and BLTouch without them.
You're welcome!
Hey thanks! Tried for a long time, your firmware edits made it work. Thaaaank youuuuuuu!
Glad I could help :).
Great guide! Covers all I needed to know to troubleshoot what other guides failed to cover. Thanks a lot!
You're welcome!
This video saved my Ender! I've been convinced for the last year that ABL is worthless and the BLTouch is junk. Turns out my firmware just wasn't using the mesh, or something, and was severely outdated. I didn't have the probe wizard, or babystepping that could save into the offset on the fly, or a ton of other quality of life improvements. Now my first layer is going down perfectly even and the interface is easier than ever to use. Thank you so much!
You're welcome, im glad i could help :).
Thank You Thank You Thank You I had spent days trying to get it to run. With your video it was running in 2 hrs
Glad I could help
Best comment for 3Days searching .. thumbs up. Only this could help for get the BL Touch running correctly on the skr mini e3 v3
Hi. Thanks for teh feedback, im glad i was able to help.
I'm considering a BTT board upgrade for my new Ender 3 Pro, and just wanted to say thank you very much for covering the layout and firmware modification for a 5-pin probe setup versus the 3-pin and 2-pin split setup, even though you were using the latter. Can't wait to silence these motors!
Hi. Thanks for the feedback. If your going from an 8-bit, or the 4.2.2, board, you will love the BTT one.
I tried 5 different firmwares to get the BL touch to work on the BTT E3 V2, none worked. Most other compiling videos make assumptions on computer knowledge, which resulted in failed results. This video was to the point and not a watch builder video.(Definition: "Watch builder" You ask someone what time it is and they tell you how to build a watch). Thank You!
Hi. Thanks for the feedback, im glad i was able to help out :).
DUDE! You saved my ass with wiring... had red and blue reversed!!! Thanks!
Hi. Cool, glad you got it working.
Thanks a lot for this video! I was having issues with my BTT SKR MINI E3 V3.0 and Creality CR-Touch on my Ender 3 but your video was very helpful, and my printer runs flawlessly now.
You're welcome!
you are the real MVP
thanks!
You're Welcome
well its a good thing I watched this before just plugging my signal wires in, I had the blue and red swapped like you said so you saved me some smoking cables!
Hi. Glad you caught it before hand :)
Great video explains bltouch very straightforward thanks
No problem 👍
I love you men. I have try for 2 days and thanks your videos I have succeeded ! 😁
Im glad i could help :).
Much appreciated
Hi. Thanks for the feedback :)
every time I go to compile this I get an error. "include errors detected. Please update your includePath. Squiggles are disabled for this translation unit"
Hi. It sounds like the firmware folder may need to be moved closer to the root of the drive you are working on. The folder structure of the firmware goes pretty deep and Windows doesnt like long paths/file names. I typically create a folder called firmware right off my c drive and put the firmware there.
This got me exactly where I needed to go, Thanks!
You’re welcome
that was wonderful so many videos but non as good and clear as this
Glad you liked it
I was with you up until ~5:30. Not sure how you got from installing the hardware to measuring the distance the probe is from the bed. I'm assuming you powered on and went it went to the home position? What firmware do you have installed at this point and how did you do that? I think I have the wrong firmware installed because mine isn't moving when powered on.
Hi. Once the hardware is installed, you need to flash the firmware then set the z offset, i think your on the last part right now. Im using a custom build of marlin, but the process is the same with the creality firmware. Do you see bltouch or anything in the printer menus?
Thank you for this, i have this exact setup on the way soon .
Glad I could help
This was very helpful. Thank you!
You're Welcome!
Great guide, extremely helpful but once I click build it says - Unknown environment names 'STM32F103RC_btt_512K'. I'm using a CR-Touch but should follow the same steps right? Help will be much appreciated
Hi. Remove the _512k. There was a recent update to the bug fix line that removed that from the options.
@@3DPrintscape Thanks, ended up trying that and successfully compiled the firmware but now it says 'no printer attached', any idea what the problem could be?
@@adnaandavis4529 I would expect it to say that for about 20 seconds, then it should attach. If that's not happening, I would check your wiring.
Thank you for putting this video together. It is very appreciated. It would be immensely helpful if you could: 1) improve the screen capture quality -- on my hi-res screen It is blurry and near impossible to distinguish the text. 2) could you speak out the name of the parameter you are modifying rather than using terms like "uncomment this". Again thank you for the effort you put into this video and for sharing your knowledge.
Hi. Thanks for the feedback, i will work on those going forward. The screen capture resolution has been tricky due to different sizes. I ended up settling on 1080p captures for now.
I've been having issues with setting up the firmware. for some reason every #define line is an error. i saw that was the case in the video to, but then they just dissapeared at 11:47. I tried following the axact steps, including commenting the s stop out and back in, but nothing changed like it does in the video. these errors also mean i can't compile the firmware.
Hi. Can you provide the full error you are getting?
Robert this video is great I have 2 ender 3 pro'2 and 1 has this exact board in it so this video helped me get my bl touch installed perfectly. I am running the factory firmware on it but would love to build a version like you did in the video. I wish I could get a copy of the one you built on here, as my printer is the exact same. I am just not quite comfortable enough to write my own firmware yet LOL. I was able to obtain a full version of marlin for my other printer which has the stock 4.2.2 board and it runs so much better than the creality firmware. Just wanted to say again great video it helped me very much.
Hi. Thanks for the feedback. I actually have build available here that you can use. 3dprintscape.com/marlin-firmware-builds/
Hi Robert, Thanks for all the great how-to videos. When I initially added the ABL gcode (G29 ; ABL) to the Cura profile for the Ender 3 Pro, everything functioned properly from OctoPrint until I adjusted the bed a week later. The Z Offset and ABL calibrations from this video was executed countless times with no success. After hours of playing with these settings, I notice the calibration functioned properly through the printer display screen but failed via OctoPrint. I removed the G29 code from the Cura profile and it is now working from OctoPrint. I don't believe the G29 code execution itself from OctoPrint is the issue. Is the G29 pulling stored parameter values from OctoPrint or the controller to calculate the new ABL parameters? My printer has the BTT SKR MINI E3 V3.0 Controller and TFT35-E3-V3.0.1-Touch-Screen-Display.. Is there any other area I need to be looking at?
Hi. Thats interesting, it has to be tied to how octoprint handles things. It bypasses a lot and wants things it own way. The g29 command runs the mesh and stores the peramitors. You need to save settings for them to persist through a power cycle. What happens if you just send the g29 command manually from octoprint?
do you have a video for the skr mini E3 V3 board?
Hi. Not yet, i still need to pick up the v3.
@@3DPrintscape dang, wanna gte my printer upgraded but theres no firmware for it with BLtouch and filament runout
@@bowhunter3125 I think the only option will be a custom build. If you reach out on discord I can try to help.
In the platformio the default_envs is mega2560 downloaded file 4/3/21.
Hi. If your downloading it from Marlin that doesnt surprise me. You will want to make sure you update it when you download a new copy or anytime your switching between boards.
@@3DPrintscape thanks tried it because it would always give me a error and I did download from marlin. I deleted mega2560 and put the one in the description and it worked. Thanks a bunch that was kicking my......
@@JrFrOmDaBx You're welcome, glad i could help.
I’m having the same problem. It doesn’t matter what I do I can not change it from mega2560 😩 any ideas?
@@ryanmitchell405 You could try to use the Marlin auto build plugin, it makes changing between environments easy. ua-cam.com/video/EerWIATEsM0/v-deo.html
Had an issue with my bl touch inconsistently deploying. Seems to have been fixed by re-terminating the red-blue-yellow cable with the proper connector. The longer connector is meant for different sized pins and was sitting very loosely on the onboard connection.
Hi. Thats an interesting one, thanks for sharing.
i need help on how to update things on my printer.... where do i go on my printer screen????
Hi. If the firmware is on the sd card it will automatically pull it in when the printer is powered on.
This is more of a Viscose issue, I don't have that "check mark" on the bottom.
I've been struggling for about 4 days now to set this stuff up. Please help.
Hi. It sounds like Platform.io wasnt installed, VS Code wasnt restarted after the install, or the wrong firmware folder was opened. The folder should be the top level folder and have the platformio.ini file in it.
@@3DPrintscape You have to install C++ in VS. I had the same issue and that fixed it!
If you have the C++ and Platformio IDE extensions installed, check to make sure you have opened up the folder which contains the 'platformio.ini' file. The check mark won't show up unless this file is at the top of the folder file structure. You might not have the correct folder open because Windows "Extract All" will add another folder layer during the extraction process.
@@lynnkeith2289 Im glad to hear its fixed. platformio installs C++, but if something happened to that install I could see it causing the behavior you saw.
@@Christopher-nt6fg It definitely possible he had the wrong folder selected as well, but if C++ wasn't installed it would behave similarly.
thank you very much sir
Most welcome
When I add the file to the sd card and turn the printer on it does not upload to the board, do you know why?
Hi. Try to add a random date or number to the end of the file name to make it unique.
Hello, this Firmware works for an Ender 3 with a BIGTREETECH SKR-Mini E3 V2.0 board... and TFT 35 E3 V3.0...? Congratulations for the video and thank you
Hi. Ya it should work fine with that combo assuming the tft firmware is up to date.
I'm having issues with the bltouch probing off the bed on the y-axis during bed leveling. The initial probe (homing probe) is perfectly in the middle. The second probe (front left) then tracks to miss the bed. I also have my offsets set correctly (given offsets for my Hero me 5). So far to get printing i've had to change the probe offset for the y-axis to be technically incorrect. The home probe is not centered, but the rest work...Any ideas?
Hi. First make sure you cleared your eeprom. If thats done and you are still having the issue you can adjust your #define X_MIN_POS & #define Y_MIN_POS values. I think im running -5 and -10 as i had a similar issue.
thank you
You're welcome
I do everything right but I can't build it I just got an error why !!!
Hi. What error are you getting?
@@3DPrintscape STM32F103RC_btt_512K FAILED 00:00:00.569
@@ix7amdon174 did you fix it? I have the same problem
Great work!
Thanks!
The Failed to enable bed leveling error can be resolved by starting a bed leveling mesh after doing you z offset.
This was a great video thank you for all the help.
Hi. Ya that’s how you get rid of that message and you’re welcome.
yeah for the final step i dont know if im dumb or if it updated, but how do i kick off the build, there is no checkmark for me
Hi. The checkmark not being there is typically caused by the platformio/c++ plugin not being installed (or the install was bad) or the wrong folder is opened in workspace.
Hello, thank you for making this video, it was very helpful. I’m stuck one a problem though. I was able to compile and flash my firmware onto my printer, but now when I go to auto home, the auto homing sequence doesn’t even touch the X or Y endstops (which would lead to some collisions later on if I tried to do anything else with the printer). But The Z sequence works with the BLTouch probe just fine. I flashed firmware from bigtreeTech to confirm it wasn’t a wiring issue, and the auto homing worked perfectly fine for X and Y with the bigtree firmware. However there were some problems with the Z home sequence that are more troublesome than they are worth. Anyways I’m assuming this is now just a coding issue. So now I’m trying to make my compiled firmware work. Do you have any suggestions to fix the x and y homing issue? Thanks.
Hi. Can you try one of the builds from my site? I want to try to narrow down what the problem could be.
I ended up restarting with the same btt code. I followed a step by step guide online for Ender v1s and it ended up working. Not sure what the issue was as I was watching several different videos (probably the root problem) on how to code the firmware, but it was definitely a coding/user issue
@@landon3105 Thanks for the update, glad you got it working.
First of all, thanks for the video. I did exactly what you did, however when I press Auto Home the z axis collides with the table. I'm using the connection as shown. To rule out that it wasn't wiring, I used the BIGTREETECH firmware and it worked perfectly, however it doesn't allow negative z_offset and I would like to use my own firmware like you. Do you know what I could have done to prevent the z axis from stopping with the BL touch?
Hi. It sounds like a wiring/firmware mismatch. How is the bltouch wired and is the z stop connected?
what exactly are you measuring on the y axis? nozzle tip to front of x gantry?
Hi. Its the distance from the nozzle to the probe on that axis.
Do you need to change the bl touch wiring on the v3 board?
Hi. If you leave the z stop connected and the bltouch connected to the bltouch port you shouldn’t. That is assuming you have one with the 5pin adapter.
I can’t seem to find the babystepping feature. I was able to compile it fine at first, but had to recompile another .bin file for the offsets when my printer autohomes. Any tips? I’ve got what you toggled and even enabled the feature where it’s always available. No dice still.
Hi. Try to clear eeprom if you haven’t already. If you have maybe check in the menus for something that sounds similar in function, maybe they moved it.
Hello I have followed all the steps and loaded the firmware on sd card, my probe wont work its a 3d touch probe.
Hi. Are you seeing bltouch setting in the menu on the printer? Im trying to see if it actually took the firmware.
Can you plz help me im trying to do this on my anycubic mega zero with the stock board would there be a way that you can get all the firmware ready and like share the done file so all I do is put it on my SD card ove been working on it for about 10 hours and its not working
Hi. I dont have firmware prebuilt anywhere, but I have been considering going that route. What errors are you having? Also, you can reach out on Discord for assistance as well. discord.gg/Bu94EYVkrU
@@3DPrintscape would you be able to make me firmware? i can pay you to help me get it working
@@3dprintingtoday Hi. i may be able to help out some tomorrow or Friday morning. Can you join my discord server and message me there? discord.gg/Bu94EYVkrU
hey im back haha, i was wondering if theres any way for you to reduce the amount of probes? IE instead of a 5x5 a 4x5/4x4 grid of the bed. Amazing guide btw!
Hi. Thanks for the feedback. If your using Marlin firmware, you can change #define GRID_MAX_POINTS_X to whatever multiplier you want. The default value is 3, which creates a 3x3 grid. If your using the prebuilt firmware, im not aware of a way to change the value.
I’m having trouble with the platform io tab in vs Code and it will not let it complete the build it will fail it
Hi. What error are you getting? It should be in the console output.
Hi I updated to bltouch and I followed your video but I get error when I try to compile and then I use there firmware but still not working I don’t know what to do
Hi. What error are you getting when trying to compile?
@@3DPrintscape I need to send you a pic are s as lot of red line
@@3DPrintscape can this file be send to email I was asking I don’t know if you don’t mind send it to me
Thank you!
@@constantinsimion5129 You can email me at admin@3dprintscape.com
THANK YOU SO MUCH
You're welcome!
I attached bl touch like u did in video and download firmware bltouch z homing. Now z motor only can go up. Same thing if i try trough menu manualy lowering z axis.
Hi. Sounds like the wiring is wrong or the firmware doesn't match the wiring. How is it wired and what firmware are you using?
This video worked great.. except one problem. The TFT, by default (I have the BTT TFT35) when I try to enable it, it just fails to compile saying "LCD doesn't support bed leveling" I'm using the SKR Mini E3 V3, as you have here, so.. still working on this to get the BLTouch to trigger. It also seems to have removed a ton of options from my TFT (as in, I can't select type of load, like PLA/PLA+)
Hi. I will need to look into this one more when i work on the Marlin builds for the v3.
Such a great guide, but i feel like im being a dumdum and doing something wrong.
Ive got the creality BLTouch, set it up in the way that has you using the 3 pins on the main port of the board (Swapping my pins in the connector around so they were blue/red/yellow, the blue/red were reversed initially), and then using the "z-stop" 2 pin location on the board.
I got the firmware for the z-homing, put it on an SD card- Turn the printer on, it clicks the BL-Touch sensor a few times, then bonks at me about not being able to enable bed leveling / invalid mesh.
When I look through my options, I see "MBL" instead of "ABL", and no options for the BLTouch. Seems like its not updating the firmware properly, but cant figure out why
Hi. It sounds like it may have not taken the firmware. Can you check to see what under the about/info screen?
@@3DPrintscape From the info screen my printer says:
"System: Marlin bugfix-2.0.x
board: Bigtreetech_gd_tft35
Firmware: v27.x"
Hopefully this is the right information. And thank you so much for your help by the way, i super appreciate it!
@@SidewaysGts I would try to flash the firmware again. You should see bltouch in the menu after doing it.
Hi I’m thinking of upgrading my board to a skr mini v2 did your ender 3 pro used to home with bltouch in center of bed without using z end stop switch? If so when downloading the firmware do I need the same version as you?
Hi. Yes the printer would home in the center of the board with the bltouch. I have my firmware available to download if you want to try it out. 3dprintscape.com/marlin-firmware-builds/
@@3DPrintscape thanks for replying to my comment that’s greatly appreciated I’m waiting for my v2.0 board to arrive once it does I’ll be upgrading I just wanted to be sure which firmware in need for the bltouch to home in center and not use the z axis end stop switch has I removed it when installing bltouch
@@Yngwiejmalmsteen08 You will want to use the z homing software. Either the one available from BTT github page or my site.
@@3DPrintscape thanks I received my board today I swapped out all the cables and changes the cables on the bltouch like you did after turning on printer I see it load marlin 2.0 on the skr board but after copying the z homing firmware onto sd card it doesn’t seem to sit at a blue screen just boots up with marlin on screen? I see people saying it needs to be flashed with sd card that come with it but I didn’t receive a sd card with my board
I have tried many sd cards and renamed the file to firmware.bin but still no success it refuses to load the firmware it seems and just boots as normal..somebody did suggest to add file called firmware and file called firmware.bin to the sd card could this be the problem
Hello, you said for the wiring you have to swap the blue and red cord right? how do i do that?
Hi. You should verify the pin out for your bltouch, ive seen them shipped with different wiring colors. If yoou need to swap the pin, there is a little tab you can pull on the adapter that will allow you to pull the wire out.
@@3DPrintscape Thank you so much i really appreciate that!
@@BrothaManLemon You're Welcome
@@3DPrintscape hey one more question. so if i still have the stock fan cover i can just take either the SKR firmware or the Marlin firmware, download it, change name to firmware.bin, pop it on an SD, put it in my printer and then I'm good? or do i have to make changes in the firmware still?
i downloaded the SKR Mini Firmware and when i turn it on and hit bed leveling it just says home z first. i downloaded the frimware where you attach the BLTouch to the Z stop
how different is this from the skr-3?
Hi. the install for the v2 and v3 is pretty much the same, just make sure you use the right firmware.
@@3DPrintscape I meant the firmware itself. The ender seems to get specific board firmware, while the cr10 doesn't. I'm just struggling to get it to work is all
@@drderrp The firmware is a decent bit different. You should be able to take the example from the Ender 3 pro and modify things like the dimensions to get it to work.
Hey! Nice Video! But I have the problem, that when I use z-stop or the z-probe - z-stop my printer keeps moving down. You know a solution?
Hi. how is the bltouch wired?
Does 1M extension reach because I see people complain in reviews it doesn't?
Hi. It has been working for for me. Maybe they mounted the bltouch a little higher, the one adapter allows it to move up and down.
@@3DPrintscape I think the complaint is it doesn't reach the main board with the cable.
@@snowmanDIY Ah ok, i was thinking of the 1mm adapter on the mount, sorry. The stock one reached fine for me. I bought a generic one that I ended up having to extend the cables on.
I have a issue, the probes are working fine but when you start to print it is as if the printer forgot the layout of the bed. the z axis wont move to adjust for the bed being uneven, any idea on how to fix this?
Hi. How is the bltouch wired and what firmware are you using?
@@3DPrintscape the firmware used in the guide, and the bltouch itself is working completely fine. The problem is exactly like in this video ua-cam.com/video/tJHzKikWswg/v-deo.html. My caveman brain just doesnt know what hes doing to fix it lol
@@mingo7687 I cover BTT and marlin firmware in the guide, so i would need to know what one/version you are using and how the bltouch is wired.
@@3DPrintscape sorry about that, but im using marlin and its wired to the bltouch port
@@mingo7687 Can you try one of the firmware builds from my site? I know they are working, so that will give us a starting point.
When I go to perform the Z-step offset the BLtouch crashes into the bed
Hi. It sounds like a wiring or firmware mismatch. How do you have the bltouch wired and what firmware are you running?
@@3DPrintscape I have the wires red, yellow, brown off the top of my head. I complied marlin 2.0.7 also, ill have to confirm this later
confirmed I have the same wiring as shown in the video. Only difference I have a brown wire instead of blue.
@@silklake4589 It looks like you joined the discord server, can you send me pictures of the wiring and your config file there?
I am having the same issue. Not sure what I am doing worng.
Have you installed a skr mini in a car 10?
Hi. Assuming you mean CR 10, i haven't personally but i have helped people setup the firmware for it.
I’ve compiled the code only to get a #if with no expression error on the #if is ultipanel
When I follow your instructions on VS Code I don't have checkbox to build on my (latest) version there are 2 errors in the far bottom left though, any thoughts on this?
The 2 errors are to update include path
I fixed this, I had been in the Python environment prior to configuring this firmware and it loaded up the next time in python, I just switched to Platformio
Hi. Im glad you got it working, though the python environment shouldnt be needed. I don't have that running now and it works for me. My guess is that it installed/repaired another component.
@@3DPrintscape I was using python for something else prior to configuring the firmware and VS Code must have loaded in Python mode when I came to configuring Marlin, that's why I was getting errors and no checkbox
so i always get stuck at compiling. the check mark to compile doesnt show up and it states i have errors in both file with a squigly line
why cant i compile i followed everything please help
Hi. What folder do you have open in vs code? The checkmark not showing up usually means platformio is not installed or the wrong folder is open.
It's a great guide! So helpful! Thanks for posting it.
After I have tried everything, there's still one thing that I can't fix, the bltouch only measures the bottom left corner for bed leveling and I can't get it to measure more points on the bed.
What can I do?
Thank you in advance!
Hi. Is it actually probing the bottom left corner or attempting to and failing? If it cant get a good read, it will just fail then move onto the print.
i tried doing everything in this vid just with my anycubic files instead and i had 130 issues
Hi. Sorry to hear you are having issues. What errors are you having? Also, you can reach out on Discord for assistance as well. discord.gg/Bu94EYVkrU
Thank you!
You're welcome!
Very informative and has helped, but I have an issue I haven't been able to resolve. I'm running the SKR mini e3 on a CR10S5 so had to also adjust bed size, but otherwise used your settings on BTT firmware for 1.2 using the probe/servo pins on a 3dtouch. When trying to level, the z doesn't stop when the probe shows it's triggered, which of course leads to an error of hitting the endstop. I have adjusted my z offset....is there another setting I need to look for? I would think from other videos once triggered the z should stop even if in the air? The LED does show it's triggered, but keeps going.
Hi. Thanks for the feedback. How is the bltouch wired? It sounds like you have it wired with all five pins going to the bltouch port but the firmware configured for z homing with the bltouch.
i have tried to add the fireware.bin to my sd card and put it into the tft slot. The firmware doesn't load. Any advice? The firmware.bin file is in the root and i did manage to upgrade the tft firmware following your video tutorial. no sure what to do here now
Hi. Make sure the SD card is 8GB or less and formatted as FAT32.
Just tried installing the SKR E3 V3 board, But the hot end (E0) will not heat. This i the second board with the same error. I there anything that I could have done to cause this.
Great Video
Hi. Can you verify its plugged into the correct ports and that the cable/heating element isnt damaged?
I can’t find anything about cr touch is it compatible?
Hi. According to the documentation its not, but I havnt tried it so i cant say for sure. I have has a couple people ask, so i may end up just buying one to test.
I followed all except downloaded the Marlin-bugfix-2.1.x. I do not see.pio file. all hidden files are shown too. can you please help? I also do not see Firmware.bin file anywhere
Hi. Try grabbing the stable release to see if everything is there.
I have followed your instructions exactly but I’m facing an issue, the display freezes and i cannot use the control knob when I’m printing any file. Also at times my 3D Touch v3.0 does not deploy and only starts working when I reflash the firmware.
Hi. Can you try the firmware from my site? That will help point us towards the problem. 3dprintscape.com/marlin-firmware-builds/
@@3DPrintscape I have an Ender 3
I followed your video step for step. Once you made a change vsCODE I paused the video and made SAME changes. Ok. Mine compiled just fine. I got my ender 3 pro with Mini e3 v3. Well almost. The blTouch levels the center of the bed but when it’s starting a print and lays down that warmup line on left side of bed, we’ll the hot end is still 1/2” off the bed. The abl pin does not extend. And the assembly does not lower to print. I thought at first it was the gcode of the file I tried. So I tried a different gcode and same thing happened. Is there a firmware setting I could look at for this ??
Hi. It sounds like your z offset isnt set, or not set correctly.
Shouldn't the Z offset be done with a pre-heated bed and nozzle? There is expansion of each after reaching temp and this will affect the gap, not insignificantly.
Hi. I tend to make the final adjustments with babystepping, which is done when everything is up to temp, but to answer your question. Yes, you should have the nozzle and bed heated up.
Hi I need help I can't compile the program, I use default_envs = STM32F103RC_btt. but still failed to compile
Hi. What is the actual error your getting?
i have an issue, after a while my bltouch started to probe off the bed, i tried to rewrite the firmware but it seems to not respond to it, ive done some research and i says i need to reset eeprom which i have no clue to do, any help?
Hi. Make sure your offsets are right, so -44 and -7 if your using the stock mount. The select restore defaults to clear the eeprom. I have written instructions covering the process that may help you out in the video description.
Thanks for teaching me how to clear the eeprom, but the issue still remains, that being that no matter the change i do to the firmware the bltouch probing placement nothing changes
just to make sure im on the same page this section is how you change where the bltouch probes right?
* +-- BACK ---+
* | [+] |
* L | 1 | R
@@mingo7687 Try setting these values to force it to move some, I had to do something similar in the past. #define X_MIN_POS -5
#define Y_MIN_POS -10
@@3DPrintscape i finally got around to trying to fix it hahahaha, but this totally worked! Thanks man youre a legend!
@@3DPrintscape and here you thought i was done lol. After doing some tinkering i realized that the gaps in-between each time it probes is too large for my bed, can i reduce the amount of probes/tighten the gap? thanks for dealing with me btw lol
My printer ignores both ZSTOP and BLTOUCH, I've done everything exactly like you but with the 5 pin configuration(the ZSTOP is still connected but not in use by the firmware). When I try to home it ignores both stops, it doesnt work properly if I use the bin from bigtreetech but they only do a single probing which is why I wish I could use the custom firmware.
Hi. If it works with the BTT firmware, the wiring is good so it sounds like there is an issue with the firmware. Im guessing it doesnt match how its wired. Make sure you comment out #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN and uncomment #define USE_PROBE_FOR_Z_HOMING in the firmware.
@@3DPrintscape so I’ve checked that and swiped them and nothing. My version is a bit different than yours it seems, on min_software_endstop urs goes like X Y Z but mine goes X Y Z I J K which tells me they have changed the software on the download page. Would you mind sending me your configuration files so that I can compare against mine and try them.
@@3DPrintscape nvm I fixed it, BLTOUCH_FORCE_SW_MODE had to be commented out, i guess my bltouch isn’t a good clone then.
@@bomxacalaka2033 Im glad you got it working. The definition of a "good clone" is really subjective. If it works and you were able to save some money then it seems ok to me :).
I'm having problem with mine where it will deploy, but when trying to trigger it and it fully depress it will bot do anything. it will keep moving unit it turn it off.
HI. It sounds like the wiring isnt right or the firmware doesnt match the wiring.
Hi, I wired my BL touch the way you showed, and downloaded the firmware but my printer won't move down. It responds to everything but Z down so the autohome also doesn't work. Any suggestions?
Also, I tried following through your VSCode tutorial but I constantly just run into compiling problems.
Hi. Can you send pictures of how your bltouch is wired and the firmware you used to me? My email is admin@3dprintscape.com
is there anything special we need to set up with the gcode or is it good as is?
Hi. You will want to add a G29 command to the printer profile in cura. I cover that in more detail in the update printer profile section in this article 3dprintscape.com/guide-to-install-a-bltouch-on-a-creality-32-bit-mainboard/ . Im working on the written instructions for this video, I just haven't finished it yet.
I’m a bit confused, if my wires came with the 5 pin, do I still need to change it for the 3 pin adapter? Also, with the 5 pin connector, do I still need to change wires around to prevent any possible problems?
Hi. No, use the 5 pin adapter and plug it into the bltouch port and leave the z-stop plugged in. Also, make sure the wiring is in the right order on the 5 pin adapter.
Followed step by step. I got *Failed to enable Bed Leveling*
*FIXED* If you get this error, do a homing sequence! Had to do it 2 times before it cleared.
Hi. I recommend starting with a temp tower (i made a video covering the topic that you can see here ua-cam.com/video/cINepqqcKEo/v-deo.html ). Also, you may need to make some tweaks for the Ender 3 v2, but this will be a good starting point.
im stuck at a blue screen, its been like this for an hour. any help?
Hi. It should only take a couple of seconds. I would reformat the sd card, make sure its 16gb or less, and make sure the filename is firmware.bin. I know a lot of people have issues with the SD card not working, so you may have to try another one.
@@3DPrintscape worked like a charm:) but I have one final issue, when it levels it levels off the bed to the left of the printer, any fix to this?
@@dingolove5446 Cool, glad to hear it worked for you. If you built the firmware, make sure the x and y offsets are right and clear your eeprom. if its precompiled firmware, make sure to clear your eeprom. i had a similar issue and clearing the eeporm fixed it.
I only received a "run" terminated with exit code 1?
What I do wrong?
Hi. Exit code 1 just means there was an error. I would need to see the full error to be able to help.
@@3DPrintscape I'm having an issue with the build environment, I changed it in platformio but it doesn't appear when I go to build
@@3DPrintscape I'll try again and copy and paste the result if I can't get it to work. I'm very new to compiling sorry
@@porkhunts Were you able to get that working or the full error?
@@3DPrintscape hi Rob, no I wasn't able to, I've been busy though and only tried once again. I'm starting over again and will let you know thanks
I followed step by step and I'm missing the babystepping option from the tune menu. Double clicking brings me to z offset but I cant adjust anything while printing. Any ideas?
Thanks!!
Hi. Try to clear your eeprom.
when I use the Z-wizard the BLTouch crashes into the bed. Can you help?
Hi. If the nozzle is crashing into the bed on an autohome, its probably related to the wiring and firmware not matching.
@@3DPrintscape it was the wire on the z stop needed to be flipped.
@@89ccobb That makes sense, so is it working good now?
@@3DPrintscape yes. Thanks for the video!
Can't find the check box you mention around 15:50
you could just put a paper underneath then crash the hotend and the bltouch into the build plate slowly to leave two marks on the paper then use a caliper to measure
Hi. That may work but i wouldn't do it that way. Its not worth the risk of damaging something.
Is there an easy way to avoid the bed moving too far forward when leveling the bed. I have a tension belt adaptor for the Y-Axis which upsets the bed when measuring as it comes too far forward.
Hi. You could change the bed size in the firmware.
@@3DPrintscape Thanks, I have given that some thought. Thanks for all your help.
@@abtrooper82 You're Welcome
So on mine I wired it the same way you did and my Z stop DOES NOT work I cant figure out why but everything I try the Z axis doesnt stop and keeps hitting the bed until I power it off, any suggestions??
Hi. I think you reached out on discord and the issue was related to the firmware. If not let me know.
@3D Printscape Thank you very much for your video! It was very helpful, but I am still having some issues. I have your exact configuration but I flashed the pre-compiled firmware (2.0.7). Unfortunately, when I try to set the z-offset I can't get the z-axis lower than 0 and it is too far from the bed! Could you please help on that?
Hi. This is a common issue with the creality firmware because the leave the software endstops enabled. You will want to take a look at this reference to send the g-code command to the printer ( marlinfw.org/docs/gcode/M211.html ) or i can work with you to get a Marlin build that has it disabled. If you want to go that route, you can ping me on discord. discord.gg/Bu94EYVkrU
@@3DPrintscape thanks a lot, issue solved!
@@marcoserafini6875 You're welcome, glad i could help.
I have the V1.2 board, when i chose Bilinear for bed leveling, my compile fails every time, what should i use?
Hi. What errors is it giving you?
@@3DPrintscape i am actually going to go with a V3 board, instead.
@@bowhunter3125Sounds good, let me know how you like it.
Thanks for taking the time to teach this to us noobs lol however i have the exact same setup and followed all the instructions and the z offset icon does not populate on my tft35 E3 v3 in touch mode when going to the ABL section. its showing that its available in marlin mode though. any suggestions?
Hi. Is there a P offset on the screen? They changed things up a bit since i made this.
@@3DPrintscape yea it’s not in the abl menu. Is that the same thing now? Lol
@@febrezee69 I haven't upgraded to that firmware yet, but im pretty sure its the same thing.
There's no check at the bottom left of my hot bar only 2 icons and it says no problems. The only thing I havnt done is the probe to nozzle distances because I don't have my hotend mounted currently
Hi. There are a coupel of things that would cause the checkmark not to be there 1) you dont have the right folder open 2) platformio is not installed 3) plaformio failed to install the C/C++ plugin.. Can you check all that?
@@3DPrintscape Vscode says the terminal process failed to launch path to shell executable and then says my file doesn't exist. Platformio installed. Aswell as c/c++
@@VeneerSlinger Sounds like there may be an issue with the vs code install, or other security tools on your computer interfering with it.