Browse Source

Disable farm mode in config file

Alex Voinea 2 năm trước cách đây
mục cha
commit
d1c545fdd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Firmware/Configuration.h

+ 1 - 1
Firmware/Configuration.h

@@ -567,7 +567,7 @@ enum CalibrationStatus
 #include "Configuration_adv.h"
 #include "thermistortables.h"
 
-#define PRUSA_FARM
+// #define PRUSA_FARM
 
 
 #endif //__CONFIGURATION_H