forked from meerk40t/gui-files-meerk40t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meerk40t-lhyinterpret-settings.wxg
368 lines (367 loc) · 20.4 KB
/
meerk40t-lhyinterpret-settings.wxg
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<?xml version="1.0"?>
<!-- generated by wxGlade 1.0.0 on Thu Dec 23 03:41:49 2021 -->
<application class="MyApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="app" option="0" overwrite="1" path=".\meerk40t_lhystudios_driver.py" source_extension=".cpp" top_window="LhystudiosConfiguration" use_gettext="0" use_new_namespace="1">
<object class="LhystudiosConfiguratio" name="LhystudiosConfiguration" base="EditFrame">
<size>442, 447</size>
<title>Lhystudios-Configuration</title>
<style>wxDEFAULT_FRAME_STYLE|wxSTAY_ON_TOP|wxFRAME_TOOL_WINDOW</style>
<object class="wxBoxSizer" name="sizer_main" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_board" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>Board Setup</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxComboBox" name="combobox_board" base="EditComboBox">
<events>
<handler event="EVT_COMBOBOX">on_combobox_boardtype</handler>
</events>
<tooltip>Select the board to use. This has an effects the speedcodes used.</tooltip>
<style>wxCB_DROPDOWN</style>
<selection>0</selection>
<choices>
<choice>M2</choice>
<choice>B2</choice>
<choice>M</choice>
<choice>M1</choice>
<choice>A</choice>
<choice>B</choice>
<choice>B1</choice>
</choices>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_fix_speeds" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_fix_speeds</handler>
</events>
<tooltip>Correct for speed invalidity. Lhystudios speeds are 92% of the correctly rated speed.</tooltip>
<label>Fix rated to actual speed</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_5" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizerslot" />
<object class="sizerslot" />
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_config" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>Configuration</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_17" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_flip_x" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_flip_x</handler>
</events>
<tooltip>Flip the Right and Left commands sent to the controller</tooltip>
<label>Flip X</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_home_right" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_home_right</handler>
</events>
<tooltip>Indicates the device Home is on the right</tooltip>
<label>Home Right</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_16" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_flip_y" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_flip_y</handler>
</events>
<tooltip>Flip the Top and Bottom commands sent to the controller</tooltip>
<label>Flip Y</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_home_bottom" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_home_bottom</handler>
</events>
<tooltip>Indicates the device Home is on the bottom</tooltip>
<label>Home Bottom</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_swap_xy" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_swapxy</handler>
</events>
<tooltip>Swaps the X and Y axis. This happens before the FlipX and FlipY.</tooltip>
<label>Swap X and Y</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_strict" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_strict</handler>
</events>
<tooltip>Forces the device to enter and exit programmed speed mode from the same direction.\nThis may prevent devices like the M2-V4 and earlier from having issues. Not typically needed.</tooltip>
<label>Strict</label>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_home" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>Shift Home Position</label>
<object class="sizeritem">
<option>2</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_4" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_9" base="EditStaticText">
<label>X</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxSpinCtrlDouble" name="spin_home_x" base="EditSpinCtrlDouble">
<events>
<handler event="EVT_SPINCTRLDOUBLE">spin_on_home_x</handler>
<handler event="EVT_TEXT_ENTER">spin_on_home_x</handler>
</events>
<size>80, 23</size>
<tooltip>Translate Home X</tooltip>
<style>wxSP_ARROW_KEYS</style>
<range>-50000.0, 50000.0</range>
<value>0.0</value>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_12" base="EditStaticText">
<label>mil</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>2</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_10" base="EditStaticText">
<label>Y</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxSpinCtrlDouble" name="spin_home_y" base="EditSpinCtrlDouble">
<events>
<handler event="EVT_SPINCTRLDOUBLE">spin_on_home_y</handler>
<handler event="EVT_TEXT_ENTER">spin_on_home_y</handler>
</events>
<size>80, 23</size>
<tooltip>Translate Home Y</tooltip>
<style>wxSP_ARROW_KEYS</style>
<range>-50000.0, 50000.0</range>
<value>0.0</value>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxStaticText" name="label_11" base="EditStaticText">
<label>mil</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxButton" name="button_home_by_current" base="EditButton">
<events>
<handler event="EVT_BUTTON">on_button_set_home_current</handler>
</events>
<tooltip>Set Home Position based on the current position</tooltip>
<label>Set Current</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_planner" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>Pulse Planner</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_plot_shift" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_pulse_shift</handler>
</events>
<tooltip>During the pulse planning process allow shifting pulses by one unit to increase command efficiency\nThis may prevent device stutter and reduce pulse accuracy by one up to one unit.</tooltip>
<label>Pulse Shifting</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_random_ppi" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_random_ppi</handler>
</events>
<tooltip>Rather than orderly PPI, we perform PPI based on a randomized average</tooltip>
<disabled>1</disabled>
<label>Randomize PPI</label>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticBoxSizer" name="sizer_buffer" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>Write Buffer</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_limit_buffer" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_limit_packet_buffer</handler>
</events>
<tooltip>Limit the write buffer to a certain amount. Permits on-the-fly command production.</tooltip>
<label>Limit Write Buffer</label>
<checked>2</checked>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxTextCtrl" name="text_buffer_length" base="EditTextCtrl">
<tooltip>Current number of bytes in the write buffer.</tooltip>
<style>wxTE_READONLY</style>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxStaticText" name="label_14" base="EditStaticText">
<label>/</label>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxSpinCtrl" name="spin_packet_buffer_max" base="EditSpinCtrl">
<events>
<handler event="EVT_SPINCTRL">on_spin_packet_buffer_max</handler>
<handler event="EVT_TEXT">on_spin_packet_buffer_max</handler>
<handler event="EVT_TEXT_ENTER">on_spin_packet_buffer_max</handler>
</events>
<tooltip>Current maximum write buffer limit.</tooltip>
<style>wxSP_ARROW_KEYS</style>
<range>1, 1000000</range>
<value>1500</value>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_general" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>General Options</label>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxCheckBox" name="checkbox_autolock" base="EditCheckBox">
<events>
<handler event="EVT_CHECKBOX">on_check_autolock</handler>
</events>
<tooltip>Lock rail after operations are finished.</tooltip>
<label>Automatically lock rail</label>
<checked>1</checked>
</object>
</object>
</object>
</object>
</object>
</object>
</application>