Fix: Unsupported use of %f in printf (#21001)

This commit is contained in:
MKS-Sean
2021-02-08 10:36:57 +08:00
committed by GitHub
parent 6dcb77f7b5
commit 57e4b82b66
15 changed files with 137 additions and 95 deletions

View File

@ -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)