Browse Source

🐛 Fix Probe Temp Calibration compile (#22032)

vanilla_fb_2.0.x
hannesweisbach 4 years ago
committed by Scott Lahteine
parent
commit
2116e4202b
  1. 2
      Marlin/src/feature/probe_temp_comp.h

2
Marlin/src/feature/probe_temp_comp.h

@ -64,7 +64,7 @@ typedef struct {
#ifndef BTC_SAMPLE_COUNT
#define BTC_SAMPLE_COUNT 10U
#endif
#ifndef BTC_SAMPLE_STEP
#ifndef BTC_SAMPLE_RES
#define BTC_SAMPLE_RES 5
#endif
#ifndef BTC_SAMPLE_START

Loading…
Cancel
Save