You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
(Safe block)
(G20 Units: inches)
(G90 Absolute distance mode)
(G17 work on in the X & Y plane)
(G80 cancel all active canned cycles)
(G40 turn off cutter compensation)
(G49 turn off tool length compensation)
G20 G90 G17 G80 G40 G49
(Work offset: G54)
G54
(4500 RPM, turn on spindle CW)
S4500 M03
(Dwell 60 seconds)
G04 X60
(Stop spindle)
M05
(end the program)
M30
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: