Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: tbowen on December 03, 2014, 01:20:37 PM

Title: Feed rate changing
Post by: tbowen on December 03, 2014, 01:20:37 PM
If I click Stop or Reset while my g-code is running, the feed rate changes to 7.5 and stays there until it hits another feedrate change command in the code.  Any ideas? xml attached.
Title: Re: Feed rate changing
Post by: tbowen on December 03, 2014, 02:16:56 PM
Um, kinda like, nevermind.  It was my fault.

This was a very simple program, maybe 30 lines or so, so I figured I'd just Notepad it by hand and not bother with the CAM software.  The code was mostly right, it's just that I kinda forgot that I needed line numbers.  So I guess Mach3 read the whole thing in as one long command.  The last feedrate in the program was 7.5, so that's what it used.  Crap.
Title: Re: Feed rate changing
Post by: Hood on December 03, 2014, 04:27:49 PM
You dont need line numbers in Mach, so not sure what your problem was.
Hood