GCODE support specification for Creality Falcon Pro 10w ?

Hello,

I’ve recently have purchased a Creality Falcon Pro 10W.

I want to begin writing some GCODE and I would like to know exactly what’s supported.
I’m a software engineer and I want to begin writing some custom software to drive my laser.

Any help on the USB based protocol it uses for control would be great.
I’m also looking for coverage of GCODE by the controller itself.

Sincerely,
Ryan

Just standard GRBL GCode in the laser engraver flavor. So pretty much this grbl/doc/markdown/commands.md at master · gnea/grbl · GitHub + M4

Only some models like the A1 Pro have special instructions for the autofocus etc. The open frame 10W Pro doesn’t really have anything special.

1 Like

Thanks s3sebastian!

This should be a good start for me.