浏览代码

Fix missing ProbeTempComp refs (#17833)

Eric Ptak 4 年前
父节点
当前提交
8d425c6720
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      Marlin/src/feature/probe_temp_comp.cpp

+ 4
- 0
Marlin/src/feature/probe_temp_comp.cpp 查看文件

@@ -50,6 +50,10 @@ const temp_calib_t ProbeTempComp::cali_info[TSI_COUNT] = {
50 50
   #endif
51 51
 };
52 52
 
53
+constexpr xyz_pos_t ProbeTempComp::park_point;
54
+constexpr xy_pos_t ProbeTempComp::measure_point;
55
+constexpr int ProbeTempComp::probe_calib_bed_temp;
56
+
53 57
 uint8_t ProbeTempComp::calib_idx; // = 0
54 58
 float ProbeTempComp::init_measurement; // = 0.0
55 59
 

正在加载...
取消
保存