G33 evolutionary changes

This commit is contained in:
Scott Lahteine
2017-05-20 19:23:39 -05:00
parent b3a38fd300
commit 6ce2b1ff4a
10 changed files with 168 additions and 120 deletions

View File

@ -160,8 +160,10 @@ class Planner {
min_travel_feedrate_mm_s;
#if HAS_ABL
static bool abl_enabled; // Flag that bed leveling is enabled
static matrix_3x3 bed_level_matrix; // Transform to compensate for bed level
static bool abl_enabled; // Flag that bed leveling is enabled
#if ABL_PLANAR
static matrix_3x3 bed_level_matrix; // Transform to compensate for bed level
#endif
#endif
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)