🎨 Adjust some conditionals

This commit is contained in:
Scott Lahteine
2021-06-10 02:05:04 -05:00
parent d27d86d596
commit 0e1e159187
9 changed files with 25 additions and 18 deletions

View File

@@ -42,7 +42,7 @@
// Global storage
float z_offset_backup, calculated_z_offset, z_offset_ref;
#if ENABLED(HAS_LEVELING)
#if HAS_LEVELING
bool leveling_was_active;
#endif