Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Wrap text on 12864 displays - 3.5b2

    Scheduled Pinned Locked Moved
    Beta Firmware
    3
    4
    238
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jay_s_ukundefined
      jay_s_uk
      last edited by jay_s_uk

      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
      PXL_20230309_171908451.jpg
      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.

      Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

      OwenDundefined 1 Reply Last reply Reply Quote 1
      • OwenDundefined
        OwenD @jay_s_uk
        last edited by

        @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.

        Acidundefined 1 Reply Last reply Reply Quote 1
        • Acidundefined
          Acid @OwenD
          last edited by Acid

          @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?

          OwenDundefined 1 Reply Last reply Reply Quote 0
          • OwenDundefined
            OwenD @Acid
            last edited by

            @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 following

            Would there be anything else we could try?

            Nothing I know of.
            Would require firmware changes, so one for @dc42

            1 Reply Last reply Reply Quote 1
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA