Browse Source

Fix Ender 2 build volume

pull/1/head
Scott Lahteine 6 years ago
parent
commit
76da6cc544
  1. 6
      Marlin/src/config/examples/Creality/Ender-2/Configuration.h

6
Marlin/src/config/examples/Creality/Ender-2/Configuration.h

@ -850,8 +850,8 @@
// @section machine // @section machine
// The size of the print bed // The size of the print bed
#define X_BED_SIZE 320 #define X_BED_SIZE 150
#define Y_BED_SIZE 320 #define Y_BED_SIZE 150
// 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
@ -859,7 +859,7 @@
#define Z_MIN_POS 0 #define Z_MIN_POS 0
#define X_MAX_POS X_BED_SIZE #define X_MAX_POS X_BED_SIZE
#define Y_MAX_POS Y_BED_SIZE #define Y_MAX_POS Y_BED_SIZE
#define Z_MAX_POS 420 #define Z_MAX_POS 200
/** /**
* Software Endstops * Software Endstops

Loading…
Cancel
Save