🩹 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 GitHub
parent 4a17589496
commit 726a38712e
2 changed files with 16 additions and 16 deletions

View File

@@ -1022,7 +1022,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])