From 23bfe30036b0c87c813f33cbd8b0cfd5802fcaf0 Mon Sep 17 00:00:00 2001 From: odewdney Date: Sun, 11 Jan 2015 18:18:32 +0000 Subject: [PATCH] moved include themister to temperature.c --- Marlin/Configuration.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index fe6e371c5..8c560834e 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -785,6 +785,5 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of #include "Configuration_adv.h" -#include "thermistortables.h" #endif //__CONFIGURATION_H