G33 evolutionary changes
This commit is contained in:
parent
b3a38fd300
commit
6ce2b1ff4a
10 changed files with 168 additions and 120 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue