📝 Update Toolchange FS comments

This commit is contained in:
Scott Lahteine
2022-02-21 19:54:03 -06:00
committed by Scott Lahteine
parent 7ec2167a73
commit 8a02646f52
2 changed files with 5 additions and 5 deletions

View File

@ -263,7 +263,7 @@ Nozzle nozzle;
case 2: do_blocking_move_to_y(park.y, fr_xy); break;
case 3: do_blocking_move_to_x(park.x, fr_xy);
do_blocking_move_to_y(park.y, fr_xy); break;
case 4: do_blocking_move_to_y(park.y, fr_xy);
case 4: do_blocking_move_to_y(park.y, fr_xy);
do_blocking_move_to_x(park.x, fr_xy); break;
}