output feedrate in a section
Not applicable
07-02-2012
12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone have an example of getting Feedrate
early in a section?
I tried something like
var F = cycle.feedrate;
write(feedOutput.format(F));
also
var F = getMaximumFeedrate();
write (feedOutput.format(F);
the answer is
F = currentSection.getMaximumFeedrate(); // need to handle as a object.method
Hope this helps someone else...
early in a section?
I tried something like
var F = cycle.feedrate;
write(feedOutput.format(F));
also
var F = getMaximumFeedrate();
write (feedOutput.format(F);
the answer is
F = currentSection.getMaximumFeedrate(); // need to handle as a object.method
Hope this helps someone else...
Link copied