Machsupport Forum
		Mach Discussion => General Mach Discussion => Topic started by: ranchak on February 29, 2012, 11:43:43 PM
		
			
			- 
				Is there a way to change the default FRO from 6IPM to something else? I know I can enter it manually, but I would like to have something like 30IPM load up every time that I start up Mach3.
			
- 
				You can use a little macro, put the M116 (for example) in the Initialization String. It will then set what you like when you start Mach and hit RESET.
 Russ
- 
				Just putting F30 in the initialisation line should be enough.
 Hood
- 
				....even simpler than I thought.  ::)
 Thanks Hood,
 Russ
 :)
- 
				Hood, will I have to add F30 everytime I start up Mach or do I change it in my XML file?
			
- 
				 :)
 Just put it here in the Initl. String.
 It will be in effect every time you load Mach and hit reset for the first time.
- 
				it will then be saved in your XML when you shut down. Then it will always be there, unless you change it.
			
- 
				Thanks that's exactly what I wanted!