Closed robke96 closed 9 months ago
Thank you, this can definitely be added to the documentation! Thank you for giving such a detailed write up as well, this will make it much easier for me to merge. Would you happen to know which bl touch clone you used? Also, do you have a link or file for the mount that you used? I could add that to the 3d printed files section to be sure it's never taken down even if the original page goes offline.
I can't guarantee when it'll be merged since university keeps me busy, but I'll do my best to get it in as soon as possible.
Also, if you plan on doing further modifications, I have an page on the Mightyboard that has full pinouts, datasheets for components, and diagrams. I hope it can make it a bit easier with that!
I used 3D Touch chinese clone from AliExpress. For mount I used this model - BLTouch Replicator 2 Mount, but I used more nuts and longer screws, because bltouch was to low for me.
Great! Thank you very much. One last thing, if you're still using the stock replicator 2 bed, could you post your [bed_mesh] config section? I'm going to add this information to a larger update to the Hardware section, and would like to include pre-configured [bed_mesh] settings for the Rep 2 and 2X.
[bed_mesh]
speed: 80
horizontal_move_z: 5
mesh_min: 20, 0 #!!min and max co-ords are based on the probes location not the nozzle!!
mesh_max: 250, 150 #needs to be calibrated for your individual printer
probe_count: 6,6 #this is the number of probing points on X then Y axis
mesh_pps: 2,2
fade_start: 1
fade_end: 10
fade_target: 0
It's not perfect but does the job. Everything I did was in this guide I mentioned before BLTouch complete setup
Awesome! Thanks for the information. I'll leave this issue open until it's resolved in the next commit. If you find anything else or just want anything else added don't hesitate to comment or open a new issue!
Issue Resolved in commit #69.
Hi, I want to provide some info how I made BLTouch (clone) work on Replicator 2 REV H.
So BLTouch use 5 wires:
I have Mightyboard REV H. And all Mightyboards after rev E are closed source. So no schematics.
#
I used J26 Endstops_2 place and I had to solder 3 pins.
#
#
Only 2 GND wires left
#
Configuration
Klipper has nice documentation about BLTouch Klipper - BLTouch
printer.cfg
Calibrate BLTouch
I followed this youtube guide BL Touch complete setup for Klipper!
Thank you.
I hope there is something you can add up to this documentation.