Thingiverse
FT-5 Bltouch mount for stock printer
di Ishampadron
1
Download
0
Likes
0
Makes
This mount wedges better between the front and rear carriage plate on the FT-5
Bought the BIGTREETECH 2 Types BLTouch Extension Cables from Amazon and connected the two wires together to make it even longer.
No supports needed.
Marlin 2.1.x code for my specific setup with a glass mirror bed.
// The size of the printable area
#define X_BED_SIZE 270
#define Y_BED_SIZE 270
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
#define X_MIN_POS -20
#define Y_MIN_POS -30
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 380
#define NOZZLE_TO_PROBE_OFFSET { 45, -34, -1.7 }
#define PROBING_MARGIN 30
Bought the BIGTREETECH 2 Types BLTouch Extension Cables from Amazon and connected the two wires together to make it even longer.
No supports needed.
Marlin 2.1.x code for my specific setup with a glass mirror bed.
// The size of the printable area
#define X_BED_SIZE 270
#define Y_BED_SIZE 270
// Travel limits (linear=mm, rotational=°) after homing, corresponding to endstop positions.
#define X_MIN_POS -20
#define Y_MIN_POS -30
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 380
#define NOZZLE_TO_PROBE_OFFSET { 45, -34, -1.7 }
#define PROBING_MARGIN 30
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!