Browse Source

Fix missing ProbeTempComp refs (#17833)

Eric Ptak 4 years ago
parent
commit
8d425c6720
No account linked to committer's email address
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/feature/probe_temp_comp.cpp

+ 4
- 0
Marlin/src/feature/probe_temp_comp.cpp View File

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

Loading…
Cancel
Save