Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: ernie on November 20, 2006, 05:24:11 PM

Title: Feed Rates
Post by: ernie on November 20, 2006, 05:24:11 PM
When the Mach3 program starts it shows in the Feed Rate 6.00   How can I change this value to 400 mm/min

Also, sometimes the Feedrate Override values changes to 1000.   I'd appreciate your comments/suggestions what can be changing this value.

Thanks

Ernie

Title: Re: Feed Rates
Post by: Chaoticone on November 20, 2006, 05:51:40 PM
What version of Mach are you running?

You can go to the settings page and select metric to set the feed rate to mm.

You can change your jog rate in the tab screen. Hit the tab key, look at pic.

The feed rate changes to 1000 or 100?

I Hope this helps.
Title: Re: Feed Rates
Post by: chad on November 20, 2006, 06:03:14 PM
In your g-code there is a "F" command that sets the g1 speed - F400 would be 400 units per min, in your case mm.

A G0 is a rapid movement. This will take place at the maximum speed that you have set in the motor tuning.

So if you want to be cutting at 400mm per min then in your gcode be sure to add a line that has a F400.
When you are cutting the reason it jumps to 1000 is that is probably is doing a G0 or a rapid move then it gets back to a g1 at the default of 6.

Chad

PS. If you are just jogging around don't forget that you can hold shift down to jog at full speed. What most of us do is set the jog slow for fine tuning positions and when when we need to move fast we just hold the shift key then jog..

Title: Re: Feed Rates
Post by: ernie on November 20, 2006, 11:28:24 PM
I'm using Mach 3 R 1.8  Thanks for the replies.
Ernie :)
Title: Re: Feed Rates
Post by: Chip on November 21, 2006, 04:11:17 PM
Hi, Ernie

Under Config, State, you can add an F400 to the Initialization String window after the G80, This will set your start-up F speed to 400 instead of 6

Hope this Helps, Chip.