File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 103103#define DEBUG_OUT ENABLED (DEBUG_LEVELING_FEATURE)
104104#include " ../core/debug_out.h"
105105
106+ #if ENABLED(G38_PROBE_TARGET)
107+ probe_target_t G38_move{0 };
108+ #endif
109+
106110Probe probe;
107111
108112xyz_pos_t Probe::offset; // Initialized by settings.load
@@ -114,9 +118,6 @@ xyz_pos_t Probe::offset; // Initialized by settings.load
114118#endif
115119
116120
117- #if ENABLED(G38_PROBE_TARGET)
118- probe_target_t Probe::G38_move{0 };
119- #endif
120121#if ENABLED(SENSORLESS_PROBING)
121122 Probe::sense_bool_t Probe::test_sensitivity = { true , true , true };
122123#endif
Original file line number Diff line number Diff line change 8484 extern abc_float_t offset_sensorless_adj;
8585#endif
8686
87+ #if ENABLED(G38_PROBE_TARGET)
88+ static probe_target_t G38_move;
89+ #endif
8790class Probe {
8891public:
8992
@@ -95,10 +98,6 @@ class Probe {
9598 #if HAS_BED_PROBE
9699
97100 static xyz_pos_t offset;
98-
99- #if ENABLED(G38_PROBE_TARGET)
100- static probe_target_t G38_move;
101- #endif
102101
103102 #if ANY(PREHEAT_BEFORE_PROBING, PREHEAT_BEFORE_LEVELING)
104103 static void preheat_for_probing (const celsius_t hotend_temp, const celsius_t bed_temp, const bool early=false );
You can’t perform that action at this time.
0 commit comments