Enum FeedrateType
Types of tool feedrate.
Namespace: DotNet.Interpreter.Helper
Assembly: DotNet.Interpreter.Helper.dll
Syntax
public enum FeedrateType
Fields
| Name | Description |
|---|---|
| Rapid | Rapid traverse (G00). |
| Unspecified | Feedrate is not specified and requires explicit definition. |
| Working | Working feedrate (G01, G02, G03). |