Skip to content

Commit e2d136a

Browse files
committed
gmoccapy_3_4_2_1: updated changelog + some docs images
1 parent 5160710 commit e2d136a

6 files changed

Lines changed: 8 additions & 1 deletion

File tree

-19.8 KB
Loading
-19.8 KB
Loading
1.05 KB
Loading
10.4 KB
Loading

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def excepthook(exc_type, exc_obj, exc_tb):
7676

7777
# constants
7878
# # gmoccapy #"
79-
_RELEASE = " 3.4.2"
79+
_RELEASE = " 3.4.2.1"
8080
_INCH = 0 # imperial units are active
8181
_MM = 1 # metric units are active
8282

src/emc/usr_intf/gmoccapy/release_notes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
ver 3.4.2.1
2+
3+
- Replaced deprecated Gtk widgets in GladeVCP library (#2381, thanks phillc54)
4+
- Replaced deprecated Gtk widgets inside gmoccapy (reduced warnings)
5+
- Fixed default icon theme in lathe configs
6+
- Fixed DRO size after change in settings (#2374, thanks zz912 for reporting)
7+
18
ver 3.4.2
29

310
New:

0 commit comments

Comments
 (0)