mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-05 17:44:48 -07:00
Update method call for blocking move in start function
This commit is contained in:
parent
2de72e3278
commit
5aad867224
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ ResonanceGenerator::ResonanceGenerator() {}
|
|||
|
||||
void ResonanceGenerator::start() {
|
||||
gcode.home_all_axes(); // Always home axes first
|
||||
do_blocking_move_to_xy(X_CENTER, Y_CENTER, Z_CLEARANCE_FOR_HOMING);
|
||||
motion.do_blocking_move_to_xy(X_CENTER, Y_CENTER, Z_CLEARANCE_FOR_HOMING);
|
||||
|
||||
rt_params.start_pos = current_position;
|
||||
active = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue