Explorar o código

added defines for max hotend and max bed temperature for xyz calibration

PavelSindler %!s(int64=8) %!d(string=hai) anos
pai
achega
bfe2f72cf8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Firmware/Configuration.h

+ 2 - 1
Firmware/Configuration.h

@@ -724,6 +724,7 @@ enum CalibrationStatus
 #include "thermistortables.h"
 
 
-
+#define MAX_HOTEND_TEMP_CALIBRATION 50
+#define MAX_BED_TEMP_CALIBRATION 50
 
 #endif //__CONFIGURATION_H