瀏覽代碼

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

PavelSindler 8 年之前
父節點
當前提交
bfe2f72cf8
共有 1 個文件被更改,包括 2 次插入1 次删除
  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