GCode to put Chilipepper into Feedhold?

Home Forums TinyG TinyG Support GCode to put Chilipepper into Feedhold?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11796

    Is there a GCode command that would put Chilipepper into Feedhold status? I would like to use that, or an equivalent means of pausing execution, so I can check my setup before sending the mill off to cut metal. I want to pause until I issue a command to continue, not just pause for a predefined time. I use Chilipepper, so maybe this question belongs in another part of the forum–please let me know.

    #11797
    cmcgrath5035
    Moderator

    I believe it is a true statement that Gcode does not have a freehold command equivalent.
    Gcode does have an M6 bitchange command, not supported by tinyG

    In the Chilipeppr environment this can be overcome using a chillipeppr_pause directive in a comment.
    Read this
    https://github.com/chilipeppr/widget-gcodelist/blob/master/README.md

    That should hopefully work for you.

    • This reply was modified 4 years, 7 months ago by cmcgrath5035.
    #11799

    Actually, the TinyG Wiki confused me on this point because it lists the status of the M6 (Tool Change) command as “No operation at this time”. That made me think it did nothing. In fact, the M6 command stops the execution of GCode on the TinyG, and communicates that to Chilipepper, which highlights the “Pause” button in their GCode widget. That’s exactly what I was looking for above (“or an equivalent means of pausing execution”). So, problem solved. Thanks for the quick reply…Jack

    #11802
    cmcgrath5035
    Moderator

    Thanks for the info, apparently the Wiki is out of date.

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