🩹 Fix Fan Tail Speed Init (#24076)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Mike La Spina
2022-05-09 17:18:47 -05:00
committed by Scott Lahteine
parent a7e4061d12
commit 238ab1dd06
2 changed files with 13 additions and 13 deletions

View File

@ -1020,7 +1020,7 @@ class Planner {
return limit_value;
}
#endif // !CLASSIC_JERK
#endif // HAS_JUNCTION_DEVIATION
};
#define PLANNER_XY_FEEDRATE() _MIN(planner.settings.max_feedrate_mm_s[X_AXIS], planner.settings.max_feedrate_mm_s[Y_AXIS])