Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: flyingpickles on March 12, 2011, 01:41:26 PM

Title: How to make Mach 3 to stop after every G-code line?
Post by: flyingpickles on March 12, 2011, 01:41:26 PM
Hello I shall do a stop motion animation and I will use Mach 3 to move the camera to the right position for every single shot with the camera. Therefore I will do a G-code with the correct cordinates for the camera for every shot and the question is can I make mach 3 to stop after every G-code line so it just move the camera a tiny bit and continue to the next position when I press a button on the keyboard or so?

Thanks for helping me! 
Title: Re: How to make Mach 3 to stop after every G-code line?
Post by: Overloaded on March 12, 2011, 01:48:56 PM
Sure.
Turn on Single Block and the code will run one line for each Cycle Start button press.
Russ
Title: Re: How to make Mach 3 to stop after every G-code line?
Post by: Hood on March 12, 2011, 01:49:40 PM
Use Single Block button and it will do one line and wait for you to press start. If thats noot what you want can you explain more?
Hood
Title: Re: How to make Mach 3 to stop after every G-code line?
Post by: flyingpickles on March 13, 2011, 05:02:38 AM
Ok, yes that was what I searched for, thx