ソースを参照

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
 

読み込み中…
キャンセル
保存