Skip to content

Commit 924f332

Browse files
committed
Send M905 to RRF as well
1 parent e68a383 commit 924f332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DuetPiManagementPlugin/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ static async Task Main(string[] args)
554554

555555
if (seen)
556556
{
557-
await Connection.ResolveCode(MessageType.Success, string.Empty);
557+
await Connection.IgnoreCode(); // RRF needs to see M905 as well
558558
}
559559
else
560560
{

0 commit comments

Comments
 (0)