Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: rchavez101 on January 17, 2017, 11:41:38 PM

Title: Feed rate changes.
Post by: rchavez101 on January 17, 2017, 11:41:38 PM
Hello everyone,
Can the feed rate be changed when just jogging the axis around while using the x, y, z keyboard buttons? Do you have to be running a gcode file in order to change feed rates? I'm assuming feed rate is the speed your axis move around on the table. So if i want to change the feed rate is that done with the button on the main screen of mach 3? I am very new to this. I just got my router cnc going on Sunday for a few minutes. Thanks in advance.
Title: Re: Feed rate changes.
Post by: Davek0974 on January 18, 2017, 03:13:50 AM
feed rate is generally set in the g-code file with the "F" parameter.

you can use the MDI (manual data input) line to enter a feed rate - to set 1000mm/min click on the MDI line and type F1000 then press enter.

It has no effect on jogging though.
Title: Re: Feed rate changes.
Post by: Tweakie.CNC on January 18, 2017, 03:26:55 AM
Feed-Rate does not apply when jogging an axis from the keyboard buttons.
If you hit the Tab key, on the MPG fly-out, you can change the Slow Jog Rate % (0 to 100% of the maximum speed). The % speed that is set here is overridden (to 100%) if holding the shift key whilst jogging.

Tweakie.
Title: Re: Feed rate changes.
Post by: rchavez101 on January 18, 2017, 06:11:28 AM
Thank you for the replies. So what is the feed rate button with +- for on the main screen?
Title: Re: Feed rate changes.
Post by: Davek0974 on January 18, 2017, 06:36:45 AM
That is feed-rate override - when code is running you can click the +/- buttons to override the rate set in the code file, also described as FRO.

Its useful if things are not cutting well as you can adjust the feed to find a better speed then use that speed in future code files etc