|
6 år sedan | |
---|---|---|
.. | ||
bltouch | 6 år sedan | |
noprobe | 6 år sedan | |
README.md | 6 år sedan |
These are example configurations for the low-cost Acrylic Prusa I3 pro B 3D Printer DIY kit and the 3DTouch auto bed leveling sensor based on:
The main characteristics of these configurations are:
BOARD_GT2560_REV_A_PLUS
.SKEW_CORRECTION
for a particular printer is enabled. See comments below about how to adjust it to a particular printer.PROBE_MANUALLY
is enabled, which provides a means to do “Auto” Bed Leveling without a probe.LEVEL_BED_CORNERS
option for manual bed adjustment is enabled.PRINTCOUNTER
is enabled, in order to track statistical data.INDIVIDUAL_AXIS_HOMING_MENU
is enabled, which adds individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.bltouch
variant:
USE_ZMAX_PLUG
is enabled. See comments about connections below.The skew factor must be adjusted for each printer:
#define XY_SKEW_FACTOR 0.0
, compile and upload the firmware.XY_DIAG_AC
, XY_DIAG_BD
and Y_SIDE_AD
.#define XY_SKEW_FACTOR 0.0
again, compile and upload.