Fix: Unsupported use of %f in printf (#21001)
This commit is contained in:
@ -3093,7 +3093,7 @@ void Temperature::tick() {
|
||||
#endif
|
||||
, H_CHAMBER
|
||||
);
|
||||
#endif // HAS_TEMP_CHAMBER
|
||||
#endif
|
||||
#if HAS_TEMP_PROBE
|
||||
print_heater_state(degProbe(), 0
|
||||
#if ENABLED(SHOW_TEMP_ADC_VALUES)
|
||||
@ -3101,7 +3101,7 @@ void Temperature::tick() {
|
||||
#endif
|
||||
, H_PROBE
|
||||
);
|
||||
#endif // HAS_TEMP_PROBE
|
||||
#endif
|
||||
#if HAS_MULTI_HOTEND
|
||||
HOTEND_LOOP() print_heater_state(degHotend(e), degTargetHotend(e)
|
||||
#if ENABLED(SHOW_TEMP_ADC_VALUES)
|
||||
|
Reference in New Issue
Block a user