Table of Contents

Enum NcOptFeedrateTextOp

Namespace
Hi.NcOpt
Assembly
HiMech.dll

Text operation planned for the F word of one splition fragment.

public enum NcOptFeedrateTextOp
Extension Methods

Fields

Delete = 2

Delete the literal F token (oracle SetTagNumber(F, NaN)).

None = 0

Leave the F token (or its absence) untouched.

Write = 1

Write 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).