瀏覽代碼

[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…
取消
儲存