Various fixes for 2.0.x configs

This commit is contained in:
Dave Johnson
2017-12-14 08:54:57 -08:00
committed by Scott Lahteine
parent f9aa1daa0d
commit aed0cfa3d1
10 changed files with 55 additions and 14 deletions

View File

@ -781,14 +781,14 @@
// The size of the print bed
#define X_BED_SIZE 200
#define Y_BED_SIZE 200
#define Y_BED_SIZE 180
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 20
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Y_MAX_POS ((Y_BED_SIZE) + (Y_MIN_POS))
#define Z_MAX_POS 190
/**

View File

@ -781,14 +781,14 @@
// The size of the print bed
#define X_BED_SIZE 200
#define Y_BED_SIZE 200
#define Y_BED_SIZE 180
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0
#define Y_MIN_POS 20
#define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE
#define Y_MAX_POS ((Y_BED_SIZE) + (Y_MIN_POS))
#define Z_MAX_POS 190
/**