@ -2537,9 +2537,6 @@ void Temperature::isr() {
|
||||
#if ENABLED(SHOW_TEMP_ADC_VALUES)
|
||||
, rawHotendTemp(target_extruder)
|
||||
#endif
|
||||
#if NUM_SERIAL > 1
|
||||
, port
|
||||
#endif
|
||||
);
|
||||
#endif
|
||||
#if HAS_HEATED_BED
|
||||
@ -2547,9 +2544,6 @@ void Temperature::isr() {
|
||||
#if ENABLED(SHOW_TEMP_ADC_VALUES)
|
||||
, rawBedTemp()
|
||||
#endif
|
||||
#if NUM_SERIAL > 1
|
||||
, port
|
||||
#endif
|
||||
, -1 // BED
|
||||
);
|
||||
#endif
|
||||
@ -2566,9 +2560,6 @@ void Temperature::isr() {
|
||||
#if ENABLED(SHOW_TEMP_ADC_VALUES)
|
||||
, rawHotendTemp(e)
|
||||
#endif
|
||||
#if NUM_SERIAL > 1
|
||||
, port
|
||||
#endif
|
||||
, e
|
||||
);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user