Kflop cupported codes

Moderators: TomKerekes, dynomotion

Post Reply
SamMarrocco
Posts: 85
Joined: Fri Apr 27, 2018 12:44 pm

Kflop cupported codes

Post by SamMarrocco » Fri Oct 09, 2020 3:39 am

Is there a current list of supported gcodes? In particular, I’m looking for all supported threading gcodes, but a complete list would be handy. For example, G32 is mentioned in some docs, but not listed in “supported gcode commands”. Is there a current, complete list? Or perhaps this info is tucked inside a header file somewhere that I could access?
Thanks!

User avatar
TomKerekes
Posts: 2741
Joined: Mon Dec 04, 2017 1:49 am

Re: Kflop cupported codes

Post by TomKerekes » Fri Oct 09, 2020 5:17 pm

Hi Sam,

The file rs274ngc.cpp has a GCode array:

const int _gees[] = {

That is the definitive list of all supported GCodes and what modal group they belong. -1 = not implemented.

HTH
Regards,

Tom Kerekes
Dynomotion, Inc.

SamMarrocco
Posts: 85
Joined: Fri Apr 27, 2018 12:44 pm

Re: Kflop cupported codes

Post by SamMarrocco » Wed Oct 14, 2020 12:41 am

Thanks, Tom. That's what I needed.

Post Reply