extruder: Rename extruder.move() to extruder.process_move()

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2025-03-14 12:59:42 -04:00
parent ca83c13f37
commit f06eeb5c7a
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ class PrinterExtruder:
if diff_r:
return (self.instant_corner_v / abs(diff_r))**2
return move.max_cruise_v2
def move(self, print_time, move):
def process_move(self, print_time, move):
axis_r = move.axes_r[3]
accel = move.accel * axis_r
start_v = move.start_v * axis_r