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

    Display characters/text in macro

    Scheduled Pinned Locked Moved
    General Discussion
    3
    5
    574
    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.
    • peirofundefined
      peirof
      last edited by

      Hi,

      i d'like do a macro, that "print" in screen some of special characteres...

      This can be do it?

      Explain me:

      I do the temperature tuning in a macro, and at the end of macro y send M307 H1 and M307 H0, for see the config numbers....

      But there is some manner, of put a message in macro, for example: "Tuning parameters of Nozzle heat cartridge" and "Tunning parameters of bed"

      dc42undefined 1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @peirof
        last edited by

        You can display a message using M117 or M291.

        Duet WiFi hardware designer and firmware engineer
        Please do not ask me for Duet support via PM or email, use the forum
        http://www.escher3d.com, https://miscsolutions.wordpress.com

        Vetiundefined 1 Reply Last reply Reply Quote 0
        • Vetiundefined
          Veti @dc42
          last edited by

          @dc42
          does that work for the maestro 12864 as well?

          dc42undefined 1 Reply Last reply Reply Quote 0
          • dc42undefined
            dc42 administrators @Veti
            last edited by

            @veti said in Display characters/text in macro:

            @dc42
            does that work for the maestro 12864 as well?

            That's a very good point. I suspect that those commands haven't been implemented on the 12864 display. I will check.

            Duet WiFi hardware designer and firmware engineer
            Please do not ask me for Duet support via PM or email, use the forum
            http://www.escher3d.com, https://miscsolutions.wordpress.com

            1 Reply Last reply Reply Quote 0
            • dc42undefined
              dc42 administrators
              last edited by

              M117 and M291 are not currently supported on 12864 displays, so I am adding support in release 2.02RC5.

              To display text written by M117, you will need to use a 'value' element with item number 501. A maximum of 1 line of text can be displayed. I believe this conforms to how other firmwares handle M117 on 12864 displays.

              M291 will produce a popup message box.

              Duet WiFi hardware designer and firmware engineer
              Please do not ask me for Duet support via PM or email, use the forum
              http://www.escher3d.com, https://miscsolutions.wordpress.com

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