This wing is designed to hold a BL Touch in position for the Ender 3 (Ender 3 Pro), and all other printers with similar X-carriage (many Tevo's, CR-10, etc.).
It is specially designed to allow access to the hotend without having to dissamble the BL Touch every time. You can reach the 2 screws without any problems.
Extra Hardware
Optional:
Probe Offsets
Marlin 1.x configuration:
#define X_PROBE_OFFSET_FROM_EXTRUDER -51.1
#define Y_PROBE_OFFSET_FROM_EXTRUDER -8.3
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0Marlin 2.x configuration:
#define NOZZLE_TO_PROBE_OFFSET { -51.1, -8.3, 0 }Z-Offset depends on your particular machine and hotend and can even change with diffrent nozzles and bed/nozzle temperature! You'll need to calibrate your own Z-offset.
Your Z-Offset should be negative, meaning the probe (when the prong is extended) is touching the bed before the nozzle does.
If your Z-Offset is zero or positive, it just won't work, because the nozzle will push the bed down, and the "measurement" will be meaningless. For that, print the "BL Touch 2mm spacer.stl" and use it as a spacer as needed. You can scale the spacer in the Z dimension (non-uniform scaling) to suit your needs.
A typical Z-offset is about -2.0mm. The probe should be low enough so it will hit the bed before the nozzle when extended, and high enough so it won't enter in contact with the printed part when contracted.
Compatibility
Tested Machines:
Tested Probes:
July 21 2020 -- updated the designs of the holder and the spacer to allow access to the center screw of the BL Touch.
The author marked this model as their own original creation.