Sorry i am very tired now.
This is the config i am currently using for my new coreXY. x_max , y_max , z_min
(the z endstop is on the top and therefore the min because the build plate moves downwards)
This is the config i am currently using for my new coreXY. x_max , y_max , z_min
(the z endstop is on the top and therefore the min because the build plate moves downwards)
#define INVERT_X_DIR true #define INVERT_Y_DIR true #define INVERT_Z_DIR false #define X_HOME_DIR 1 #define Y_HOME_DIR 1 #define Z_HOME_DIR -1 //#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_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Y_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define Z_MAX_ENDSTOP_INVERTING false // set to true to invert the logic of the endstop. #define X_MAX_POS 235 // 240 possible #define Y_MAX_POS 245 // 250 possible #define Z_MAX_POS 330 #define Z_STEPS (XYZ_FULL_STEPS_PER_ROTATION * XYZ_MICROSTEPS / 5) // 5mm per rotation (this line is new) #define DEFAULT_AXIS_STEPS_PER_UNIT {XYZ_STEPS, XYZ_STEPS, Z_STEPS, 89} //XYZ_STEPS E 84-95