blob: 6b2f44c05c70ea1328ac580669f25f04f9d75765 (
plain)
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
|
Gscreen is a customizable operator screen for linuxcnc.
Built with python, GLADE, and GTK
Usable with touchscreens or a mouse.
These show some custom looks of Gscreen.
gscreen_custom
-9 axis screen
gscreen_gaxis
-A similar-to-AXIS demo
industrial
-Design influenced by Industrial CNC controls.
(System page unlock code is '123')
tester
-Tester is used to load a GLADE file without
initializing anything beyond the window.
The glade file must be called tester.glade
The toplevel window must be called window1
tester_handler.py is also a template of a
handler file for adding python code for more
sophisticated customizations.
If you run this without adding a GLADE file to
the folder, it will load a default gscreen file.
|