소스 검색

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

swilkens 6 년 전
부모
커밋
b01a630bd0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      Marlin/src/config/examples/Creality/Ender-3/Configuration.h

+ 2
- 2
Marlin/src/config/examples/Creality/Ender-3/Configuration.h 파일 보기

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

Loading…
취소
저장