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

    read travel speed and change it for a while

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    3
    384
    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.
    • c310undefined
      c310
      last edited by c310

      Good evening!

      for printing very small parts i need to

      1. add pause between each layer
      2. move head away from the model

      i made a macro and added to slicer (s3d) M98 Pdwell , so it all works fine

      but i want to change travel speed for this "dwell parking move", otherwise it is very slow and i do not want to change print speed.

      please advise how i can temporary change travel speed and reverse it back after dwell. thanks! 🙂

      this is dwell parking macro

      ; layer change pause for small parts
      
      G60 S0			; save coordinates to slot 0
      
      G91 
      G1 Z30			; lift 30 mm 
      G90
      G1 X75 Y75 		; go away 
      
      G4 S3 			; dwell 5 sec 
      
      G1 R0 X0 Y0 Z30		; return to pause to coordinates from slot 0   Z+30
      G1 R0 X0 Y0 Z0		; return to pause to coordinates from slot 0   000
      
      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by

        You can just add F parameters to the G1 commands in that macro. The original feed rate will be restored automatically when the macro finishes.

        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
        • c310undefined
          c310
          last edited by

          thank you a lot!

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