📝 Update Toolchange FS comments
This commit is contained in:
committed by
Scott Lahteine
parent
7ec2167a73
commit
8a02646f52
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user