Add a proper flag for ABL enabled

This commit is contained in:
Scott Lahteine
2016-09-22 18:57:04 -05:00
parent 666e944336
commit cbc158eb62
3 changed files with 64 additions and 15 deletions

View File

@@ -137,6 +137,7 @@ class Planner {
static float min_travel_feedrate_mm_s;
#if ENABLED(AUTO_BED_LEVELING_FEATURE)
static bool abl_enabled; // Flag that bed leveling is enabled
static matrix_3x3 bed_level_matrix; // Transform to compensate for bed level
#endif