update ISO coordinate rendering for 3+2axis machine.
This commit is contained in:
@@ -176,8 +176,8 @@ This applies to both parsing syntaxes and logic syntaxes.
|
||||
Strings should only be used when the value is genuinely textual
|
||||
(e.g., macro variable references like "#1", "Q2", coordinate IDs like "G54")
|
||||
or when the value cannot be parsed to a number.
|
||||
Use <a class="xref" href="Hi.NcParsers.ParsingSyntaxs.FloatTagSetupSyntax.html">FloatTagSetupSyntax</a>,
|
||||
<a class="xref" href="Hi.NcParsers.ParsingSyntaxs.IntegerTagSetupSyntax.html">IntegerTagSetupSyntax</a>,
|
||||
Use ParsingSyntaxs.FloatTagSetupSyntax,
|
||||
ParsingSyntaxs.IntegerTagSetupSyntax,
|
||||
or <a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html#Hi_NcParsers_ParsingSyntaxs_ParameterizedFlagSyntax_FloatParamPrefixes">FloatParamPrefixes</a>
|
||||
/ <a class="xref" href="Hi.NcParsers.ParsingSyntaxs.ParameterizedFlagSyntax.html#Hi_NcParsers_ParsingSyntaxs_ParameterizedFlagSyntax_IntParamPrefixes">IntParamPrefixes</a>
|
||||
to store typed values at parse time.
|
||||
|
||||
Reference in New Issue
Block a user