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

    12864 display Menu system

    Scheduled Pinned Locked Moved
    General Discussion
    2
    2
    147
    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.
    • buttonundefined
      button
      last edited by

      Hi guys.
      Finaly have some time to fix some things in my Voron v0.1.
      I have 12864 display connected to Duet3Mini.
      I'm using Ultimate Duet Menu System and wanted to change some behaviors but discovered that is duet limitation, not menu system:

      ; Bed Temp
      image R14 C25 L"imgs/bed.img"
      alter R14 C40 N180 W20 H2
      text T" / "
      value N80 W20
      text T"°C"
      
      ; Hotend Temp
      image R26 C25 L"imgs/temp.img"
      alter C40 N100 W20 H2
      text T" / "
      value N0 W20
      text T"°C"
      

      When setting up bed heater active temp, bed getting active (from standby) When setting temp to 0 in web interface is showing -272 (and somehow i can set temp to -xxx value).

      When setting nozzle/tool active temperature tool not getting active (i must add extra button to make this took active). When i set temp to 0, took getting OFF. Why?

      Is there an option to:

      • use conditional Gcode in menu files?
      • adding extra behaviors to "alter" component? (If temp is lower then eg 20 put tool to standby, not off)
      dc42undefined 1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @button
        last edited by

        @button said in 12864 display Menu system:

        Is there an option to:

        use conditional Gcode in menu files?

        Yes, in RRF 3.5beta4. See the description of the N and V parameters at https://docs.duet3d.com/en/User_manual/Connecting_hardware/Display_12864_menu#menu-files.

        adding extra behaviors to "alter" component? (If temp is lower then eg 20 put tool to standby, not off)

        No.

        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