Browse Source

Set correct Ender-5 bed size (#14633)

thisiskeithb 6 years ago
parent
commit
3d75490b6e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/examples/Creality/Ender-5/Configuration.h

+ 2
- 2
config/examples/Creality/Ender-5/Configuration.h View File

@@ -1028,8 +1028,8 @@
1028 1028
 // @section machine
1029 1029
 
1030 1030
 // The size of the print bed
1031
-#define X_BED_SIZE 235
1032
-#define Y_BED_SIZE 235
1031
+#define X_BED_SIZE 220
1032
+#define Y_BED_SIZE 220
1033 1033
 
1034 1034
 // Travel limits (mm) after homing, corresponding to endstop positions.
1035 1035
 #define X_MIN_POS 0

Loading…
Cancel
Save