Switching to a spindle.. cutting metal on the first try

That would be something for higher-ups, esp. @Luke.

When you’re doing the G4Pxx, is the P in seconds? Everything I’ve read says P is time in milliseconds and S is time in seconds, but that wouldn’t make sense in your case as 5 milliseconds certainly wouldn’t be long enough for a spindle to get up to speed.

I think g4p is seconds while g4u is msecs

1 Like

G-code is annoying like that, in that it is a de facto “standard” but is not actually implemented exactly the same way on différent machines, so you probably found info related to e.g. a 3d sprinter firmware. I stumbled upon this answer from GRBL’s author, where he stated that GRBL follows LinuxCNC definitions of G-codes, they are all available here:
http://linuxcnc.org/docs/html/gcode/g-code.html

1 Like

There is a bit of information on G-Code at:

https://wiki.shapeoko.com/index.php/G-Code

which is oriented towards the specifics of Grbl’s implementation — any corrections or clarification would be welcome.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.