Change bed size to 210x210

This commit is contained in:
Przemek Grondek 2022-01-06 13:57:59 +01:00
parent ed97a6c213
commit d94478ad19
2 changed files with 3 additions and 3 deletions

View file

@ -1383,8 +1383,8 @@
// @section machine
// The size of the printable area
#define X_BED_SIZE 220
#define Y_BED_SIZE 220
#define X_BED_SIZE 210
#define Y_BED_SIZE 210
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0

View file

@ -1476,7 +1476,7 @@
// Enable if Z homing is needed for proper recovery. 99.9% of the time this should be disabled!
//#define POWER_LOSS_RECOVER_ZHOME
#if ENABLED(POWER_LOSS_RECOVER_ZHOME)
//#define POWER_LOSS_ZHOME_POS { 0, 220 } // Safe XY position to home Z while avoiding objects on the bed
//#define POWER_LOSS_ZHOME_POS { 0, 210 } // Safe XY position to home Z while avoiding objects on the bed
#endif
#endif