Browse Source

Set correct Ender-5 bed size (#14633)

pull/1/head
thisiskeithb 5 years ago
committed by Scott Lahteine
parent
commit
3d75490b6e
  1. 4
      config/examples/Creality/Ender-5/Configuration.h

4
config/examples/Creality/Ender-5/Configuration.h

@ -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

Loading…
Cancel
Save