Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Solved There are not messages in the PanelDue

    PanelDue
    2
    2
    77
    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.
    • Aitor
      Aitor last edited by Aitor

      Good afternoon,

      I'm using the version firmware 3.2 and I have also try the version 3.2.2

      I have try the version 3.2.9 and the version 3.2.11 in the PanelDue5i and in both of them it happens the following:

      When I run this macro from the navigator the messages appear in the PanelDue. But, if I run it from the PanelDue as if it was a macro they don't appear in the PanelDue but yes in the navigator.

      I think that it can be because I'm inside the macros in the PanelDue, how can I correct it?

      Is there any command that I can send to make the PanelDue go to the home screen?

      ;Descarga de material
      
      
      M291 R"Retirando Material" P"Espere a que los LED se enciendan para retirar el filamento" S1 T0 ; Mensaje
      M400
      M106 P2 S0					; Apagar LED
      G4 S3
      M106 P2 S255				; Encender LED
      M300 S5000 P100				; Emite un sonido
      M292						; Sal del Mensaje
      G4 P200						; Espera
      M300 S5000 P100				; Emite un sonido
      
      M291 R"Retirando..." P"Compruebe que el material se ha retirado correctamente y espere a que termine el proceso" S1 T0 ; Mensaje
      
      G92 E0						; Pone E a 0
      M83							; Posicion relativa
      G4 S3
      G92 E0						; Pone E a 0
      
      M400						; Termina datos
      M82							; Posicion absoluta
      G10 P0 S0 R0				; Establece temperatura
      M84 E0						; Desabilita motor E
      M300 S5000 P100				; Emite un sonido
      M292						; Sal del Mensaje
      G4 P200						; Espera
      M300 S5000 P100				; Emite un sonido
      M400						; Termina datos
      

      Thank you in advance for your help,

      Aitor

      1 Reply Last reply Reply Quote 0
      • mfs12
        mfs12 last edited by

        @Aitor this issue should be solved with paneldue-3.4.0-pre1.

        Closing this thread here, if you still experiencing problems, re-open or best to start a new thread.

        https://forum.duet3d.com/topic/24889/paneldue-3-4-0-pre1-released/6

        Visit me on github at https://github.com/mfs12/

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