rename XFactory.Regs to XFactory.Generators.

This commit is contained in:
2026-05-23 21:23:06 +08:00
parent 8b285cc863
commit 058003f395
155 changed files with 16416 additions and 1261 deletions
@@ -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>