🧑💻 Rename Trajectory Gen
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
#if ENABLED(FT_MOTION)
|
||||
|
||||
#include "ft_motion.h"
|
||||
#include "ft_motion/trapezoidal_trajectory_generator.h"
|
||||
#include "ft_motion/poly5_trajectory_generator.h"
|
||||
#include "ft_motion/poly6_trajectory_generator.h"
|
||||
#include "ft_motion/trajectory_trapezoidal.h"
|
||||
#include "ft_motion/trajectory_poly5.h"
|
||||
#include "ft_motion/trajectory_poly6.h"
|
||||
#include "stepper.h" // Access stepper block queue function and abort status.
|
||||
#include "endstops.h"
|
||||
|
||||
|
||||
@@ -25,10 +25,9 @@
|
||||
#include "planner.h" // Access block type from planner.
|
||||
#include "stepper.h" // For stepper motion and direction
|
||||
|
||||
#include "ft_motion/trajectory_generator.h"
|
||||
#include "ft_motion/trapezoidal_trajectory_generator.h"
|
||||
#include "ft_motion/poly5_trajectory_generator.h"
|
||||
#include "ft_motion/poly6_trajectory_generator.h"
|
||||
#include "ft_motion/trajectory_trapezoidal.h"
|
||||
#include "ft_motion/trajectory_poly5.h"
|
||||
#include "ft_motion/trajectory_poly6.h"
|
||||
|
||||
#if HAS_FTM_SHAPING
|
||||
#include "ft_motion/shaping.h"
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
|
||||
#if ENABLED(FT_MOTION)
|
||||
|
||||
#include "poly6_trajectory_generator.h"
|
||||
#include "trajectory_poly6.h"
|
||||
#include <math.h>
|
||||
#include "../ft_motion.h"
|
||||
|
||||
Reference in New Issue
Block a user