瀏覽代碼

Get FT-i3-2020 configuration files into compliance with ?_BED_SIZE

Roxy-3D 7 年之前
父節點
當前提交
9dacd54a50
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. 4
    4
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h

+ 4
- 4
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h 查看文件

@@ -799,15 +799,15 @@
799 799
 // @section machine
800 800
 
801 801
 // The size of the print bed
802
-#define X_BED_SIZE 207
803
-#define Y_BED_SIZE 182
802
+#define X_BED_SIZE (X_MAX_POS-X_MIN_POS)
803
+#define Y_BED_SIZE (Y_MAX_POS-Y_MIN_POS)
804 804
 
805 805
 // Travel limits (mm) after homing, corresponding to endstop positions.
806 806
 #define X_MIN_POS 6
807 807
 #define Y_MIN_POS 3
808 808
 #define Z_MIN_POS 0
809
-#define X_MAX_POS X_BED_SIZE
810
-#define Y_MAX_POS Y_BED_SIZE
809
+#define X_MAX_POS 207
810
+#define Y_MAX_POS 182
811 811
 #define Z_MAX_POS 175
812 812
 
813 813
 /**

Loading…
取消
儲存