More IntelliSense-friendly declarations
This commit is contained in:
committed by
Scott Lahteine
parent
da4b6896f7
commit
2d2291d00e
@@ -42,7 +42,9 @@
|
||||
// Global storage
|
||||
float z_offset_backup, calculated_z_offset, z_offset_ref;
|
||||
|
||||
TERN_(HAS_LEVELING, bool leveling_was_active);
|
||||
#if ENABLED(HAS_LEVELING)
|
||||
bool leveling_was_active;
|
||||
#endif
|
||||
|
||||
inline void z_clearance_move() {
|
||||
do_z_clearance(
|
||||
|
||||
Reference in New Issue
Block a user