Commit 8f3db7a9 authored by MagoKimbra's avatar MagoKimbra

Fix error Temperature.cpp

Thx user Monte.m79
parent f52d793d
......@@ -1492,7 +1492,6 @@ ISR(TIMER0_COMPB_vect)
raw_temp_3_value += ADC;
#endif
temp_state = 10; //change so that Filament Width is also measured
temp_count++;
break;
case 10: //Prepare FILWIDTH
#if defined(FILWIDTH_PIN) && (FILWIDTH_PIN> -1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment