Enum NcOptFeedrateTextOp
Text operation planned for the F word of one splition fragment.
public enum NcOptFeedrateTextOp
- Extension Methods
Fields
Delete = 2Delete the literal F token (oracle
SetTagNumber(F, NaN)).None = 0Leave the F token (or its absence) untouched.
Write = 1Write FeedrateValue_mmdmin (F2 format).
Remarks
Mirrors the two exits of the HardNc oracle's
AssignFeedrateToLineText (frozen baseline,
HiNc/NcOpt/NcOptProc.cs lines 1854-1911): the F word is either
rewritten to the fragment feedrate or deleted from the source-derived
draft; None is the SoftNc-only third state used when the
source line carries no literal numeric F (deleting is a no-op) or an
unpatchable F expression (saner-than-oracle skip, see
SoftNcOptProc).