We could react to certain commands coming from the printer. This could be used e.g., to trigger the printing of certain files stored on the WirelessPrinting SD card such as calibration patters, the last printed GCODE, etc.
Of course the printer firmware would need to be modified to send such commands, or have them stored in the printer SD card.
We could react to certain commands coming from the printer. This could be used e.g., to trigger the printing of certain files stored on the WirelessPrinting SD card such as calibration patters, the last printed GCODE, etc.
Of course the printer firmware would need to be modified to send such commands, or have them stored in the printer SD card.
http://marlinfw.org/docs/gcode/M118.html
E.g.,
to send the last GCODE file again.