From bfe2f72cf85ee2448b753eed5e21b1b895f6ab82 Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Mon, 9 Jan 2017 14:58:05 +0100 Subject: [PATCH] added defines for max hotend and max bed temperature for xyz calibration --- Firmware/Configuration.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h index 629c377b..f4277268 100644 --- a/Firmware/Configuration.h +++ b/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