From ef5959a705ac010036ef737ab85e93e0fe5ccd28 Mon Sep 17 00:00:00 2001 From: MagoKimbra Date: Sat, 24 Jan 2015 13:49:29 +0100 Subject: [PATCH] Fix Temperature Githun insert this line when i merge with actual Branch development... --- Marlin/temperature.cpp | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index 86353f244..da5e87637 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -1764,7 +1764,6 @@ ISR(TIMER0_COMPB_vect) raw_temp_2_value += ADC; #endif temp_state = 8; -<<<<<<< HEAD break; case 8: // Prepare TEMP_3 #if defined(TEMP_3_PIN) && (TEMP_3_PIN > -1) @@ -1785,28 +1784,6 @@ ISR(TIMER0_COMPB_vect) #endif temp_state = 10; //change so that Filament Width is also measured break; -======= - break; - case 8: // Prepare TEMP_3 - #if defined(TEMP_3_PIN) && (TEMP_3_PIN > -1) - #if TEMP_3_PIN > 7 - ADCSRB = 1< -1) - raw_temp_3_value += ADC; - #endif - temp_state = 10; //change so that Filament Width is also measured - break; ->>>>>>> 0ebf896070e8364252df3b3f59111218f1918cc8 case 10: //Prepare FILWIDTH #if defined(FILWIDTH_PIN) && (FILWIDTH_PIN> -1) #if FILWIDTH_PIN>7