Fix missing ProbeTempComp refs (#17833)
This commit is contained in:
parent
db32af9171
commit
8d425c6720
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ const temp_calib_t ProbeTempComp::cali_info[TSI_COUNT] = {
|
||||||
#endif
|
#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
|
uint8_t ProbeTempComp::calib_idx; // = 0
|
||||||
float ProbeTempComp::init_measurement; // = 0.0
|
float ProbeTempComp::init_measurement; // = 0.0
|
||||||
|
|
||||||
|
|
Reference in a new issue