rename XFactory.Regs to XFactory.Generators.
This commit is contained in:
@@ -195,6 +195,20 @@ regardless of the skip switch.</li></ul>
|
||||
</dd></dl>
|
||||
|
||||
|
||||
<h2 id="Hi_NcParsers_ParsingSyntaxs_BlockSkipSyntax_examples">Examples</h2>
|
||||
<p>#BeforeBuild.UnparsedText: <code>/X100 Y200</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"UnparsedText": "X100 Y200",
|
||||
"BlockSkip": { "Symbol": "/", "Layer": 1 }
|
||||
}</code></pre>
|
||||
<p>#BeforeBuild.UnparsedText: <code>/3 G01 X0</code>
|
||||
#AfterBuild:</p>
|
||||
<pre><code class="lang-csharp">{
|
||||
"UnparsedText": "G01 X0",
|
||||
"BlockSkip": { "Symbol": "/", "Layer": 3 }
|
||||
}</code></pre>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user