E1+ Autotemp and Planner comments
This commit is contained in:
@ -587,13 +587,11 @@ namespace ExtUI {
|
||||
|
||||
void setAxisMaxAcceleration_mm_s2(const float &value, const axis_t axis) {
|
||||
planner.set_max_acceleration(axis, value);
|
||||
planner.reset_acceleration_rates();
|
||||
}
|
||||
|
||||
void setAxisMaxAcceleration_mm_s2(const float &value, const extruder_t extruder) {
|
||||
UNUSED_E(extruder);
|
||||
planner.set_max_acceleration(E_AXIS_N(extruder - E0), value);
|
||||
planner.reset_acceleration_rates();
|
||||
}
|
||||
|
||||
#if HAS_FILAMENT_SENSOR
|
||||
|
Reference in New Issue
Block a user