This commit is contained in:
Thaddeus-Maximus
2026-04-03 15:58:58 -05:00
commit f3953d66ae
1516 changed files with 586639 additions and 0 deletions

16
configs/sim.axis/lathe.xml Executable file
View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<pyvcp>
<vbox>
<label>
<text>"Spindle speed:"</text>
</label>
<bar>
<halpin>"spindle-speed"</halpin>
<max_>5000</max_>
</bar>
<hbox>
<led halpin="spindle-at-speed" on_color="yellow" off_color="black"/>
<label text="At Speed"/>
</hbox>
</vbox>
</pyvcp>