Fix CR-10S limit

This commit is contained in:
Scott Lahteine 2020-02-24 06:30:54 -06:00
parent f189dbf19a
commit 1607ee5007

View file

@ -1087,8 +1087,8 @@
#define Y_BED_SIZE 298 // Nozzle is at Y2 when homed
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 0
#define X_MIN_POS 4
#define Y_MIN_POS 2
#define Z_MIN_POS 0
#define X_MAX_POS 319 // 15mm Extra space on the right end
#define Y_MAX_POS 306 // 4mm Extra space behind the bed
@ -1335,8 +1335,8 @@
// Manually set the home position. Leave these undefined for automatic settings.
// For DELTA this is the top-center of the Cartesian print volume.
#define MANUAL_X_HOME_POS 4
#define MANUAL_Y_HOME_POS 2
#define MANUAL_X_HOME_POS X_MIN_POS
#define MANUAL_Y_HOME_POS Y_MIN_POS
//#define MANUAL_Z_HOME_POS 0
// Use "Z Safe Homing" to avoid homing with a Z probe outside the bed area.