M00 – Program Stop
This command stops the program. Pressing cycle start will resume the program.
Syntax & Parameters
- M00
- M0 - The same as M00
Example program
N10 G00 X0 Y0 N20 G00 X10 N30 M00 N40 G00 Y10
- The first line will move both X and Y axis to 0.00 position.
- In line two the X axis will move to X 10 position.
- In line three the program will stop and wait for user to press cycle start.