You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is old version from 2015. This older version has **less functionality**, but it **takes up less space on the screen**, which can be useful on smaller displays.
30
+
This is a version from 2015 by Serguei Glavatski which has **less functionality** than the current, but it **takes up less space on the screen** (no DRO e.g.).
31
+
This can be useful on smaller displays.
32
+
33
+
**For Reference - The Current Version**
30
34
31
-
**Actual version and manual:**
35
+
The documentation and source code of the current version can be found here:
**Example using dbounce with Mesa card in HAL file:**
60
+
**Example using dbounce with a Mesa card (HAL file)**
57
61
```hal
58
62
# ---probe signal---
59
63
loadrt dbounce names=dbounce.probe
@@ -65,16 +69,15 @@ net probe-in motion.probe-input <= dbounce.probe.out
65
69
```
66
70
67
71
---
68
-
=== GTK little Probe
69
-
A GTK based version of the third party Verser probe in a tabbed layout for smaller displays.
72
+
=== GTK Little Probe
73
+
A GTK based version of the third party Verser probe, modified for a tabbed layout for smaller displays.
70
74
71
75
image::images/gtk_little_probe.png["GTK little Probe",align="center"]
72
76
73
-
This is modification of Probe Screen application by Serguei Glavatski (c) 2015
74
-
This modification moved the icons from one window to containers with switchable vertical tabs. The goal of this modification is to minimize the window.
77
+
This is a modification of the 2015 version of GTK Verser Probe. It moves the elements from one window to containers with switchable vertical tabs. The goal was to reduce the window size.
75
78
76
79
77
-
**Modification INI file for embedded panel in Gmoccapy:**
80
+
**Modification of the INI file to use as embedded panel in Gmoccapy**
0 commit comments