Duet3D Logo

    Duet3D

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

    Echo Macro Result in Console

    Tuning and tweaking
    2
    4
    640
    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.
    • sandy-may
      sandy-may last edited by

      So I've happily installed my Duet Wifi & Panel Due and am super happy with how everything is going.

      I'm using FSR's to calibrate the bed and noticed there is additional force required to trigger the FSR in the centre of the bed. So I was following the guide, here - https://duet3d.com/wiki/Calibrating_a_delta_printer

      I wrote a super simple Macro to go and probe the bed 5 times from a position:
      G92 Z0 ;Set Z = 0
      G1 Z5 ;Command nozzle up 5mm
      G30 S1 ;Probe point
      G1 Z5 ;Command nozzle up 5mm
      G30 S1 ;Probe point
      G1 Z5 ;Command nozzle up 5mm
      G30 S1 ;Probe point
      G1 Z5 ;Command nozzle up 5mm
      G30 S1 ;Probe point
      G1 Z5 ;Command nozzle up 5mm
      G30 S1 ;Probe point
      G1 Z5 ;Return nozzle 5mm above Z = 0

      Works fine, but I expect the results to be echoed to the console, not sure if there is a M code I am missing tried M111 S1 P3 to enable debug for G-Code, not sure if someone can pint me in the write direction?

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

        Did you mean to use G30 S-1 ?

        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
        • sandy-may
          sandy-may last edited by

          That's a thing I totally did mean to do! Right when the print has finished I will adjust.

          Will S1 do anything? Looked on reprap wiki and only found S-1 as a value for S on G30

          Thank you for the pair programming assistance 😄

          1 Reply Last reply Reply Quote 0
          • sandy-may
            sandy-may last edited by

            Yes, worked.

            Derped, thanks again

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