Browse Source

Fix Ender 2 build volume

Scott Lahteine 7 years ago
parent
commit
76da6cc544
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/config/examples/Creality/Ender-2/Configuration.h

+ 3
- 3
Marlin/src/config/examples/Creality/Ender-2/Configuration.h View File

850
 // @section machine
850
 // @section machine
851
 
851
 
852
 // The size of the print bed
852
 // The size of the print bed
853
-#define X_BED_SIZE 320
854
-#define Y_BED_SIZE 320
853
+#define X_BED_SIZE 150
854
+#define Y_BED_SIZE 150
855
 
855
 
856
 // Travel limits (mm) after homing, corresponding to endstop positions.
856
 // Travel limits (mm) after homing, corresponding to endstop positions.
857
 #define X_MIN_POS 0
857
 #define X_MIN_POS 0
859
 #define Z_MIN_POS 0
859
 #define Z_MIN_POS 0
860
 #define X_MAX_POS X_BED_SIZE
860
 #define X_MAX_POS X_BED_SIZE
861
 #define Y_MAX_POS Y_BED_SIZE
861
 #define Y_MAX_POS Y_BED_SIZE
862
-#define Z_MAX_POS 420
862
+#define Z_MAX_POS 200
863
 
863
 
864
 /**
864
 /**
865
  * Software Endstops
865
  * Software Endstops

Loading…
Cancel
Save