Thingiverse
FT-5 Bltouch mount for stock printer
von Ishampadron
1
Downloads
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
Hast du dieses Modell gedruckt? Einloggen und dein Make teilen!
Melde dich an, um einen Kommentar zu hinterlassen
AnmeldenNoch keine Kommentare – sei der Erste!