Page 1 of 1

Feed Rate

Posted: Sun Nov 17, 2013 4:22 pm
by jthornton
I found this code in GCode.js but there is not an entry on the CAM Configuration page for feed rate.

Code: Select all

GCode.prototype.getFeedrate = function() {
    return parseFloat(this.document.getVariable("Cam/Feedrate", 200));
};
Thanks
JT

Re: Feed Rate

Posted: Sun Nov 24, 2013 3:17 pm
by jthornton
Does anyone know where you put the feed rate?

Thanks
JT