Wrap text on 12864 displays - 3.5b2
-
I've been playing with @OwenD method of delaying a print as a way to get smarter feedback during the soaking the printer before a print.
It's great but the feedback messages are too long for 12864 displays
There should also be displayed there the number of seconds but the message it too long.
Is there a way that the text can be wrapped onto the line below? Theres clearly space above the cancel button.
An M291 is being used show that information. -
@jay_s_uk
I'm not near a printer
I don't think you can, but maybe try concatenation of a new line in the message?
M291 S"this is line 1" ^ \n ^ "this is line 2"I'd vote for it as a firmware addition.
-
@OwenD said in Wrap text on 12864 displays - 3.5b2:
@jay_s_uk
I'm not near a printer
I don't think you can, but maybe try concatenation of a new line in the message?
M291 S"this is line 1" ^ \n ^ "this is line 2"I'd vote for it as a firmware addition.
Hi OwenD, I tried this out but for me it only shows line one with the example. Also, S should be P
Ran into the same issue today where my filament unload script worked on one printer, but the other machine only shows one line of text, which is then clipped instead of concatenated.
Would there be anything else we could try?
-
@Acid said in Wrap text on 12864 displays - 3.5b2:
Hi OwenD, I tried this out but for me it only shows line one with the example. Also, S should be P
Yes I tried also with same results
The parser no doubt strips out the new line command and anything followingWould there be anything else we could try?
Nothing I know of.
Would require firmware changes, so one for @dc42