Skip to content

Commit cc948de

Browse files
committed
docs: improve gladevcp-panels description
1 parent 182dc0c commit cc948de

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

docs/src/gui/gladevcp-panels.adoc

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,21 @@ In a terminal type `gladevcp` to see a list.
2424
=== GTK Verser Probe
2525
A GTK based version of the third party Verser probe.
2626

27+
2728
image::images/gtk_verser_probe.png["GTK Verser Probe",align="center"]
2829

29-
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**
3034

31-
**Actual version and manual:**
35+
The documentation and source code of the current version can be found here:
3236

3337
* https://vers.ge/en/blog/useful-articles/probe-screen-v28
3438
* https://github.com/verser-git/probe_screen_v2.9
3539

3640

37-
**Modification INI file for embedded panel in Gmoccapy:**
41+
**Modification of the INI file to use as embedded panel in Gmoccapy**
3842
```ini
3943
[DISPLAY]
4044
DISPLAY = gmoccapy
@@ -53,7 +57,7 @@ SUBROUTINE_PATH = ./macros:/usr/share/linuxcnc/nc_files/gtk_probe/
5357
# SUBROUTINE_PATH = ./macros:~/linuxcnc/nc_files/probe/gtk_probe/
5458
```
5559

56-
**Example using dbounce with Mesa card in HAL file:**
60+
**Example using dbounce with a Mesa card (HAL file)**
5761
```hal
5862
# ---probe signal---
5963
loadrt dbounce names=dbounce.probe
@@ -65,16 +69,15 @@ net probe-in motion.probe-input <= dbounce.probe.out
6569
```
6670

6771
---
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.
7074

7175
image::images/gtk_little_probe.png["GTK little Probe",align="center"]
7276

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.
7578

7679

77-
**Modification INI file for embedded panel in Gmoccapy:**
80+
**Modification of the INI file to use as embedded panel in Gmoccapy**
7881
```ini
7982
[DISPLAY]
8083
DISPLAY = gmoccapy
@@ -95,7 +98,7 @@ SUBROUTINE_PATH = ./macros:/usr/share/linuxcnc/nc_files/probe/gtk_probe/
9598
Use only one Probe Screen by Serguei Glavatski in one LCNC configuration.
9699

97100

98-
**Example using dbounce with Mesa card in HAL file:**
101+
**Example using dbounce with Mesa card (HAL file)**
99102
```hal
100103
# ---probe signal---
101104
loadrt dbounce names=dbounce.probe

0 commit comments

Comments
 (0)