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

    Panel due doesn't write to console during macros

    Scheduled Pinned Locked Moved
    PanelDue
    1
    1
    104
    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.
    • OwenDundefined
      OwenD
      last edited by

      I have noticed that while running a macro (from the PanelDue) that performs multiple G30 S-1 commands, that only the last value is written to the console.

      while iterations <= 9
      	G1 Z6
      	G30 S-1
      

      When I run the same macro from the DWC, all the values are written to the console.
      If I add

      M117 {move.axes[2].machinePosition}
      

      after each G30 S-1 then the value is displayed.

      If I add

      echo {move.axes[2].machinePosition}
      

      then the echo is not written to the console of the PanelDue

      Board: Duet 2 WiFi (2WiFi)
      Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.01-RC9 (2020-04-21b1)
      Duet WiFi Server Version: 1.23
      Duet Web Control 2.1.3
      PanelDue 7i - Firmware version 1.2.3

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