Browse Source

Fix missing ProbeTempComp refs (#17833)

vanilla_fb_2.0.x
Eric Ptak 4 years ago
committed by GitHub
parent
commit
8d425c6720
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Marlin/src/feature/probe_temp_comp.cpp

4
Marlin/src/feature/probe_temp_comp.cpp

@ -50,6 +50,10 @@ const temp_calib_t ProbeTempComp::cali_info[TSI_COUNT] = {
#endif
};
constexpr xyz_pos_t ProbeTempComp::park_point;
constexpr xy_pos_t ProbeTempComp::measure_point;
constexpr int ProbeTempComp::probe_calib_bed_temp;
uint8_t ProbeTempComp::calib_idx; // = 0
float ProbeTempComp::init_measurement; // = 0.0

Loading…
Cancel
Save