Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
digant73 committed Nov 18, 2021
1 parent 78067c5 commit 6b0d299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TFT/src/User/API/interfaceCmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ bool sendCmd(bool purge, bool avoidTerminal)

if (!purge) // if command is not purged, send it to printer
{
if (infoMachineSettings.firmwareType != FW_REPRAPFW && infoMachineSettings.firmwareType != FW_NOT_DETECTED)
if (infoMachineSettings.firmwareType != FW_REPRAPFW)
{
Serial_Puts(SERIAL_PORT, cmd_ptr);
}
Expand Down

0 comments on commit 6b0d299

Please sign in to comment.