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,8 +850,8 @@
850 850
 // @section machine
851 851
 
852 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 856
 // Travel limits (mm) after homing, corresponding to endstop positions.
857 857
 #define X_MIN_POS 0
@@ -859,7 +859,7 @@
859 859
 #define Z_MIN_POS 0
860 860
 #define X_MAX_POS X_BED_SIZE
861 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 865
  * Software Endstops

Loading…
Cancel
Save