Page 1 of 1

How do you enter a pause in a gcode program

Posted: Sun Jan 26, 2020 11:02 am
by Doug
This is called a dwell command. Use:

G4 P-

For instance G4 P.5 will dwell for 1/2 second.

Re: How do you enter a pause in a gcode program

Posted: Sun Jan 26, 2020 10:31 pm
by tmadrms
Thanks Doug!! I’ll try this out tomorrow.

Re: How do you enter a pause in a gcode program

Posted: Mon Jan 27, 2020 2:01 pm
by tmadrms
Exactly what I was looking for! Shame it can't use the RS485 value to know when the spindle is at speed. Maybe a custom G-code in future??

Re: How do you enter a pause in a gcode program

Posted: Tue Jan 28, 2020 10:28 am
by Doug
This has been requested by another user as well. Your second will help boost its priority. You can see the original request on github at:
https://github.com/buildbotics/bbctrl-f ... issues/189

Re: How do you enter a pause in a gcode program

Posted: Tue Jan 28, 2020 11:08 am
by tmadrms
Awesome! Also, I freaking love using the RS485, no more trying to decide which way to tune/trade off the voltage to get max/min from the spindle. Really stoked about this feature.