浏览代码

[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

正在加载...
取消
保存