Skip to content

Commit 1ce90ba

Browse files
committed
hal_glib -add get_linuxcnc_version function
1 parent bd5d038 commit 1ce90ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/python/hal_glib.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,9 @@ def _rott00_point(self,x1=0.,y1=0.,a1=0.) :
12381238
def shutdown(self):
12391239
self.emit('shutdown')
12401240

1241+
def get_linuxcnc_version(self):
1242+
return linuxcnc.version
1243+
12411244
def __getitem__(self, item):
12421245
return getattr(self, item)
12431246
def __setitem__(self, item, value):

0 commit comments

Comments
 (0)