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

This commit is contained in:
PavelSindler 2017-01-09 14:58:05 +01:00
parent fcce374a14
commit bfe2f72cf8

View File

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