Open ShamanTcler opened 10 months ago
CAMotics does not currently simulate dwells. Also, the correct code for a dwell is G04 P60
.
Oh how I wish there was an ANSI standard for GCode. Seem some dialects of GCode support something like
G04 X3.5 (dwell 3.5 seconds)
as far as you are concerned, do you support:
G04 P3.5 (dwell 3.5 seconds) <- seems to be a Haas thing
or must it be:
G04 P3500 (dwell 3.5 seconds)
Only the middle one.
The GCode supported by CAMotics is described here: https://camotics.org/gcode.html There is a GCode standard, RS274/NGC. Not everyone follows it.
This may be a "corner case" but I have written a spindle warm up that does not move any of the axis. I expected the code to run, and watch the RPMs to go up and down with time.... but I get nothing.
Code snippet: