I own a Two Trees Bluer 3D Printer.
Mainboard: MKS Robin Nano 1.2
Board Firmware: MKS Robin Nano Firmware version 2.0.2. It is using Marlin 2.0.2. The Robin Nano has it's own menu interface.
OctoPi Version: 0.17.0, running on Raspberry Pi 4 Model B Rev 1.1.
OctoPrint version: 1.4.0
The problem I have is when I start a print job from OctoPrint my printer starts printing it but the screen printers screen doesn't show anything but the standard menu (as if no printing has started). I want it to show the printing menu (operations and status) like when I start a print from SD Card. Is there anyway I can trigger the printing status on my firmware to show its normal printing screen?
This is because in a way, the printer does not know it is printing. It just executes one line of gcode at a time, as it is coming in from the USB port.
What software/method does the printer manufacturer recommend/suggest/support for communicating with the printer? I'm guessing the answer is they only support printing from the SD card. If they do support printing over USB, then what software do they use?
If the firmware is based on Marlin then I believe the sources for the firmware must be available. There may be one or more gcode commands that can "switch modes" on the printer.
It's not a plugin. In Octoprint settings, in Gcode Script, you'd add "M117 Printing..." or the like to the box that says "Before printjob starts" or the like.