Skip to content

Commit 019db91

Browse files
committed
qtdragon/hd -update version after fixing probing bug
1 parent 67bdfbc commit 019db91

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

share/qtvcp/screens/qtdragon/qtdragon_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
WARNING = 1
5757
CRITICAL = 2
5858

59-
VERSION ='1.0'
59+
VERSION ='1.1'
6060

6161
class HandlerClass:
6262
def __init__(self, halcomp, widgets, paths):
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Qtdragon
2+
3+
version 1.0 released in linuxcnc 2.9.1
4+
5+
version 1.1 fix probe routines: spindle starts on error or abort

share/qtvcp/screens/qtdragon_hd/qtdragon_hd_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
WARNING = 1
6060
CRITICAL = 2
6161

62-
VERSION ='1.0'
62+
VERSION ='1.1'
6363

6464
class HandlerClass:
6565
def __init__(self, halcomp, widgets, paths):
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Qtdragon_hd
2+
3+
version 1.0 released in linuxcnc 2.9.1
4+
5+
version 1.1 fix probe routines: spindle starts on error or abort

0 commit comments

Comments
 (0)