Eric Ptak
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
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
|
|
|
|
|
|
|
|