Browse Source

[2.0.x] Correct Ender 3 bed size (#12769)

pull/1/head
swilkens 6 years ago
committed by Scott Lahteine
parent
commit
b01a630bd0
  1. 4
      Marlin/src/config/examples/Creality/Ender-3/Configuration.h

4
Marlin/src/config/examples/Creality/Ender-3/Configuration.h

@ -939,8 +939,8 @@
// @section machine
// The size of the print bed
#define X_BED_SIZE 220
#define Y_BED_SIZE 220
#define X_BED_SIZE 235
#define Y_BED_SIZE 235
// Travel limits (mm) after homing, corresponding to endstop positions.
#define X_MIN_POS 0

Loading…
Cancel
Save