This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
forked from jv4779/2x_laser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custompanel.xml
130 lines (122 loc) · 3.11 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?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>
<label>
<text>"Total Time"</text>
<font>("Helvetica",14)</font>
</label>
<u32>
<halpin>"total-days"</halpin>
<font>("Helvetica",14)</font>
<format>"2d"</format>
</u32>
<label>
<text>"d "</text>
<font>("Helvetica",14)</font>
</label>
<u32>
<halpin>"total-hours"</halpin>
<font>("Helvetica",14)</font>
<format>"2d"</format>
</u32>
<label>
<text>":"</text>
<font>("Helvetica",14)</font>
</label>
<u32>
<halpin>"total-minutes"</halpin>
<font>("Helvetica",14)</font>
<format>"02d"</format>
</u32>
<label>
<text>":"</text>
<font>("Helvetica",14)</font>
</label>
<u32>
<halpin>"total-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>