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

    G91 option of F as in the pendent source code

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    2
    4
    107
    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.
    • charrochundefined
      charroch
      last edited by

      Hello,

      I am trying to build something similar to the pendant with source code here:

      https://github.com/Duet3D/CNC-Pendant-Firmware/blob/master/src/CNC-pendant.ino

      The code uses G91 to move relative to current position with the extra value of F6000 (or F600 for Z). What does the F command option do?

      Thanks,
      Carl

      charrochundefined jay_s_ukundefined 2 Replies Last reply Reply Quote 0
      • charrochundefined
        charroch @charroch
        last edited by

        @charroch Feed rate as per G0...

        1 Reply Last reply Reply Quote 0
        • jay_s_ukundefined
          jay_s_uk @charroch
          last edited by

          @charroch G91 doesn't accept any parameters. it switches to relative mode https://duet3d.dozuki.com/Wiki/G91
          F6000 for example is typically added to G0, G1 etc to set the movement speed

          Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

          charrochundefined 1 Reply Last reply Reply Quote 0
          • charrochundefined
            charroch @jay_s_uk
            last edited by

            @jay_s_uk thanks

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