Mks-Robin-Nano-Marlin2.0-Firmware icon indicating copy to clipboard operation
Mks-Robin-Nano-Marlin2.0-Firmware copied to clipboard

[Robin Nano 2.0] Any available GCODE to have LCD display information when printing via usb? (eg. with Cura)

Open mgcrea opened this issue 4 years ago • 4 comments

Description

I currently print a lot via USB, and the screen does not update when I start the print (pretty normal).

Is there any GCODE I could add to the pre-print GCODE so that I can have a print status update on the LCD screen?

Ideally would be awesome to have the same screen than when printing via SD but not sure if possible.

Info

I'm running stock Marlin v2.0.7 on an FLsun Q5 modded with an MKS Nano V2.

Thanks!!

mgcrea avatar Oct 01 '20 09:10 mgcrea

Seconded! It should show the same screen as printing from SD. There's an M117 gcode in Marlin to set an LCD message but it doesn't do anything on this version.

ahalekelly avatar Oct 06 '20 14:10 ahalekelly

This is a duplicate of #102 . Cura uses M73 to update printer status (same as octoprint). Support for M73 (as well as M117) would be needed in addition to gaining access to the 'printing screen' without starting a print from the lcd.

paintballkev812 avatar Oct 16 '20 20:10 paintballkev812

I should also mention, it is possible to use stock marlin with the 'Touch UI' to regain this functionality. You will lose the current UI and will instead be replaced with the marlin UI that has been adapted for these touch LCDs. Image of touch ui

paintballkev812 avatar Oct 16 '20 20:10 paintballkev812

@paintballkev812 haven't tried stock marlin yet, do you just need to comment out //#define TFT_LVGL_UI_SPI or is there a specific build flag to enable to have a working stock touchscreen?

mgcrea avatar Oct 19 '20 21:10 mgcrea