Does TinyG support O codes

Home Forums TinyG TinyG Support Does TinyG support O codes

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8816
    Bill
    Member

    I want to test a piece of GCode, so I need repeat 50 to 100 times, does TinyG support O codes. I send O codes to tinyg, it indicates that it doesn’t support.
    If TinyG doesn’t support, does it have another way to implement this function?

    Thanks!!

    #8819
    cmcgrath5035
    Moderator

    This is the Gcode reference section of the Wiki

    If capabilities are not described, likely not implemented.

    I believe I have seen explicit comment that Looping and O Codes are not supported, but can’t find them at the moment.

    #8826
    Bill
    Member

    I see, thank you very much!

    #8827
    jlauer
    Member

    I recommend just doing a macro inside ChiliPeppr to repeat your Gcode over and over. Combine some of the sample macros, i.e. listen for the “done” pubsub and then re-send the “play” pubsub command.

    #8832
    Bill
    Member

    Thanks for your answer! I am going to use Labview to do this(lots of our factory tools are developed by this language). Thanks again!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.