Set correct Ender-5 bed size (#14633)
This commit is contained in:
parent
93bc1b17f9
commit
3d75490b6e
1 changed files with 2 additions and 2 deletions
|
@ -1028,8 +1028,8 @@
|
||||||
// @section machine
|
// @section machine
|
||||||
|
|
||||||
// The size of the print bed
|
// The size of the print bed
|
||||||
#define X_BED_SIZE 235
|
#define X_BED_SIZE 220
|
||||||
#define Y_BED_SIZE 235
|
#define Y_BED_SIZE 220
|
||||||
|
|
||||||
// Travel limits (mm) after homing, corresponding to endstop positions.
|
// Travel limits (mm) after homing, corresponding to endstop positions.
|
||||||
#define X_MIN_POS 0
|
#define X_MIN_POS 0
|
||||||
|
|
Reference in a new issue