This is a mount for the BIQU B1 printer to place the x axis limit switch on the frame when upgrading the hotend.
stock printer has limit switch mounted on the head.
I designed it for a microswiss all metal hot end but same mounting point will possibly work for other hotends.
extra parts:
****Update firmware based on your own set up ****
#define NOZZLE_TO_PROBE_OFFSET { -45, -7, -2 }
#define X_MIN_POS -3
#define Y_MIN_POS 17
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE + 5 - X_MIN_POS
#define Y_MAX_POS Y_BED_SIZE + 5 + Y_MIN_POS
#define Z_MAX_POS 200
The author marked this model as their own original creation.