From 649928e9945204be48716d3bcfe017f550bf7cc1 Mon Sep 17 00:00:00 2001
From: PavelSindler <pavel@prusa3d.cz>
Date: Mon, 16 Jan 2017 18:36:12 +0100
Subject: [PATCH] defines for max hotend and bed temperatures removed

---
 Firmware/Configuration.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Firmware/Configuration.h b/Firmware/Configuration.h
index f4277268..2a2b6f65 100644
--- a/Firmware/Configuration.h
+++ b/Firmware/Configuration.h
@@ -723,8 +723,4 @@ enum CalibrationStatus
 #include "Configuration_adv.h"
 #include "thermistortables.h"
 
-
-#define MAX_HOTEND_TEMP_CALIBRATION 50
-#define MAX_BED_TEMP_CALIBRATION 50
-
 #endif //__CONFIGURATION_H