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

    Duet 3 6hc canned cycle

    Scheduled Pinned Locked Moved
    CNC
    3
    3
    180
    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.
    • Tool88undefined
      Tool88
      last edited by Tool88

      I seen that this has been brought up once before in a older post, but am wondering if the newer reprap can do canned cycles
      I am in the process of purchasing all the things I need to build a new mill fixed gantry, I not sure what motion controller I want to go with, I would like the options for tapping and boring.

      Also is reprap capable of i-0. J-0. Commands

      I see the administrator responded
      But I don't see a way to respond to thank you
      A i-0.0 and j-.0
      Would look something like
      G03 x location i-0.234 j-0.0038
      It's just a way to cut circle without having to do every arc move as a single step

      dc42undefined droftartsundefined 2 Replies Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators @Tool88
        last edited by dc42

        @Tool88 in RepRapFirmware you can define your own canned cycles using macro files. For example, RRF does not implement G84 internally so you can create a macro file called G84.g in the /sys folder of the SD card. That file will be executed when you send the G84 command and the parameters you provide will be passed to it.

        The macro file may contain regular GCode commands along with conditionals, loops and other special commands documented at https://docs.duet3d.com/en/User_manual/Reference/Gcode_meta_commands.

        I am not familiar with the term "i-0. J-0. Commands. Please explain what you mean.

        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
        • Tool88undefined Tool88 marked this topic as a question
        • Tool88undefined Tool88 has marked this topic as solved
        • Tool88undefined Tool88 marked this topic as a regular topic
        • droftartsundefined
          droftarts administrators @Tool88
          last edited by

          @Tool88 said in Duet 3 6hc canned cycle:

          Also is reprap capable of i-0. J-0. Commands

          I see the administrator responded
          But I don't see a way to respond to thank you
          A i-0.0 and j-.0
          Would look something like
          G03 x location i-0.234 j-0.0038
          It's just a way to cut circle without having to do every arc move as a single step

          Yes, RRF supports G2 and G3 using I and J parameters, see https://docs.duet3d.com/User_manual/Reference/Gcodes#g3-controlled-arc-move

          Ian

          Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

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