Shipping Lead time: 4-7 weeks
Shipping Lead time: 4-7 weeks
Use the following details under
#if ENABLED (Custom_printer)
#if ENABLED(Ender_3)
#define USE_XMIN_PLUG
#define USE_YMIN_PLUG
#define USE_ZMIN_PLUG
//#define USE_XMAX_PLUG
//#define USE_YMAX_PLUG
//#define USE_ZMAX_PLUG
#define X_BED_SIZE XXX // Change this value. Default is 235 for standard Ender 3
#define Y_BED_SIZE XXX // Change this value. Default is 235 for standard Ender 3
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS XXX // Change this value
#define Z_MAX_POS 250
#define INVERT_X_DIR true
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
#define SHOW_CUSTOM_BOOTSCREEN_E3// Show the bitmap in Marlin/_Bootscreen.h on startup.
#define CR10_STOCKDISPLAY
#define CHOPPER_TIMING CHOPPER_DEFAULT_24V
#define x_steps 80
#define y_steps 80
#define z_steps 400
#define X_HOME_DIR -1//This defines the homing direction. Change between values of 1 and -1 to change direction
#define Y_HOME_DIR -1//This defines the homing direction. Change between values of 1 and -1 to change direction
#define Z_HOME_DIR -1//This defines the homing direction. Change between values of 1 and -1 to change direction
#endif