Skip to content

Commit f82dfe8

Browse files
committed
gmoccapy_3_5_0: update release notes, set version number
1 parent 9bcb56f commit f82dfe8

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

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.9"
79+
_RELEASE = " 3.5.0"
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: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
ver 3.5.0
2-
- version for 2.10 (master) branche
3-
- removed internal AUTOMATIC_G43 function, it is recommended to add
1+
ver 3.5.0 -- LinuxCNC 2.10.0-pre0
2+
- Add startup message to show new features/important hints
3+
- Add LinuxCNC version to window title
4+
- Add progressbar and elapsed time for running program
5+
- Add G-code properties in a tab
6+
- Change order of buttons in file chooser page
7+
- Read angular values from INI file only if angular joints are present
8+
- Add margin to combi DRO
9+
- Proper order of boxes in hbox_main_info (for embedding VCPs)
10+
- Increase limit of min and default spindle speed
11+
- Icon changes for buttons "select file", "spindle-stop"
12+
- Keep offsetpage open after editing
13+
- Removed internal AUTOMATIC_G43 function, it is recommended to add
414
the M6/M61 remap with the G43 command to the INI configuration.
5-
Internal AUTOMATIC_G43 caused bugs in some configurations and situations.
15+
Internal AUTOMATIC_G43 caused bugs in some configurations and situations. (#3113, thanks zz912)
616

717
ver 3.4.9
818
- Fix problems with duplicated entries in the preferences file

0 commit comments

Comments
 (0)