Просмотр исходного кода

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

Roxy-3D 7 лет назад
Родитель
Сommit
9dacd54a50
Аккаунт пользователя с таким Email не найден
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
 // @section machine
799
 // @section machine
800
 
800
 
801
 // The size of the print bed
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
 // Travel limits (mm) after homing, corresponding to endstop positions.
805
 // Travel limits (mm) after homing, corresponding to endstop positions.
806
 #define X_MIN_POS 6
806
 #define X_MIN_POS 6
807
 #define Y_MIN_POS 3
807
 #define Y_MIN_POS 3
808
 #define Z_MIN_POS 0
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
 #define Z_MAX_POS 175
811
 #define Z_MAX_POS 175
812
 
812
 
813
 /**
813
 /**

Загрузка…
Отмена
Сохранить