Skip to content

Commit 5b3d243

Browse files
committed
gmoccapy_3_5_1: update release notes, set version number
1 parent a4e2586 commit 5b3d243

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

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.5.0"
79+
_RELEASE = " 3.5.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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
ver 3.5.1 -- LinuxCNC 2.10.0-pre0
2+
- Add setting to disable calculator in toolpage
3+
- Style velocity/spindle info box (remove S-prefix, add units)
4+
- Add button "refresh dir" in open file page
5+
- Add setting for jog button size + right pane width
6+
- Add icon for continuous jog, change alignment of jog increment button box
7+
- MDI-entry: bigger enter button (with CSS)
8+
- G-code editor:
9+
- Add button to show preview beside editor (split view)
10+
- Add comment/uncomment button for G-code + keybinding
11+
- Re-arrange search and replace bar
12+
13+
- Add button to call calculator in mdi and gcode edit modes (#3496, thanks @Sigma1912)
14+
- Fix several warnings. Thanks @Sigma1912
15+
- Improvements to the calculator widget (#3473, thanks @Sigma1912)
16+
- Use calculator widget to edit numeric values in tooltable (#3472, thanks @Sigma1912)
17+
- Use calculator widget to edit offset values in offsetpage (#3457, thanks @Sigma1912)
18+
- Improvements to the offsetpage widget. Especially add column for rotation in offsets G54..G59.3 (#3457, thanks @Sigma1912)
19+
- Fix issues #3447 and #982 (#3454, thanks @Sigma1912)
20+
- Fix the display of very large numbers for spindle speed and 'Vc' in the gui when using G96
21+
- Fix 'spindle.0.speed-out' pins being reset to wrong values when using G96
22+
- Fix wrong spindle speed set when using M1 with optional stop enabled
23+
- The 'Spindle [rpm]' value will now track hal pin 'spindle.0.speed-out'
24+
- The 'S' value in the 'G-Code' frame now tracks 'self.stat.settings[2]'
25+
- Fix external_load function -wrong function name - makes external loading of files possible again (Thanks @CMorley)
26+
127
ver 3.5.0 -- LinuxCNC 2.10.0-pre0
228
- Add startup message to show new features/important hints
329
- Add LinuxCNC version to window title

0 commit comments

Comments
 (0)