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

some defines moved to another position

PavelSindler 6 лет назад
Родитель
Сommit
90e00b56a5
1 измененных файлов с 3 добавлено и 5 удалено
  1. 3 5
      Firmware/Configuration_prusa.h

+ 3 - 5
Firmware/Configuration_prusa.h

@@ -18,6 +18,9 @@
 // Electronics
 #define MOTHERBOARD BOARD_RAMBO_MINI_1_3
 
+#define HEATBED_V2
+#define STEEL_SHEET
+#define TACH0PULLUP
 
 // Uncomment the below for the E3D PT100 temperature sensor (with or without PT100 Amplifier)
 //#define E3D_PT100_EXTRUDER_WITH_AMP
@@ -459,13 +462,8 @@ const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic o
 #define DEFAULT_RETRACTION 1 //used for PINDA temp calibration and pause print
 #endif
 
-#define HEATBED_V2
-#define STEEL_SHEET
-
 #define M600_TIMEOUT 600  //seconds
 
-#define TACH0PULLUP
-
 //#define SUPPORT_VERBOSITY
 
 #endif //__CONFIGURATION_PRUSA_H