🩹 Fix Fan Tail Speed Init (#24076)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
a7e4061d12
commit
238ab1dd06
@ -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])
|
||||
|
Reference in New Issue
Block a user