forked from jv4779/2x_laser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custompanel.xml
92 lines (84 loc) · 2.2 KB
/
custompanel.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version='1.0' encoding='UTF-8'?>
<pyvcp>
<hbox>
<label>
<text>"Cycle Time"</text>
<font>("Helvetica",14)</font>
</label>
<u32>
<halpin>"time-hours"</halpin>
<font>("Helvetica",14)</font>
<format>"2d"</format>
</u32>
<label>
<text>":"</text>
<font>("Helvetica",14)</font>
</label>
<u32>
<halpin>"time-minutes"</halpin>
<font>("Helvetica",14)</font>
<format>"02d"</format>
</u32>
<label>
<text>":"</text>
<font>("Helvetica",14)</font>
</label>
<u32>
<halpin>"time-seconds"</halpin>
<font>("Helvetica",14)</font>
<format>"02d"</format>
</u32>
</hbox>
<hbox>
<led halpin="laser-master"/>
<label text="Laser Enabled"/>
</hbox>
<hbox>
<led halpin="air-assist"/>
<label text="Air Assist"/>
</hbox>
<hbox>
<led halpin="laser-exhaust"/>
<label text="Exhaust fan"/>
</hbox>
<button halpin="xy-touchoff" text="Touch-off X/Y"/>
<button halpin="move-origin" text="Move to origin"/>
<labelframe text="Pulses">
<hbox>
<led halpin="duty-cycle-mode"/>
<label text="Duty Cycle"/>
<led halpin="ppi-mode"/>
<label text="PPI"/>
</hbox>
<bar>
<halpin>"spindle"</halpin>
<max_>500</max_>
</bar>
<hbox>
<led halpin="laser-continuous"/>
<label text="Continuous fire"/>
</hbox>
</labelframe>
<labelframe text="Power">
<bar>
<halpin>"power"</halpin>
<max_>100</max_>
</bar>
</labelframe>
<labelframe text="Triggers">
<hbox>
<led halpin="laser-raster"/>
<label text="Raster"/>
</hbox>
<hbox>
<led halpin="laser-dout"/>
<label text="Digital Out 0"/>
</hbox>
<hbox>
<led halpin="laser-magic-z"/>
<label text="Magic Z"/>
<button halpin="z-to-zero" text="Reset Z"/>
</hbox>
</labelframe>
<button halpin="laser-test-fire" text="Test fire laser"/>
</pyvcp>