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