extruder: Initial support for "smoothed pressure advance"
Support averaging the extruder position over a time range to "smooth out" the velocity changes that occur during pressure advance. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -91,10 +91,8 @@ defs_kin_winch = """
|
||||
|
||||
defs_kin_extruder = """
|
||||
struct stepper_kinematics *extruder_stepper_alloc(void);
|
||||
void extruder_add_move(struct trapq *tq, double print_time
|
||||
, double accel_t, double cruise_t, double decel_t, double start_e_pos
|
||||
, double start_v, double cruise_v, double accel
|
||||
, double extra_accel_v, double extra_decel_v);
|
||||
void extruder_set_pressure(struct stepper_kinematics *sk
|
||||
, double pressure_advance, double half_smooth_time);
|
||||
"""
|
||||
|
||||
defs_serialqueue = """
|
||||
|
||||
Reference in New Issue
Block a user