We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56658b commit c248c2aCopy full SHA for c248c2a
DataStructures/data.py
@@ -26,7 +26,7 @@ class Data(EventDispatcher):
26
27
#Gcodes contains all of the lines of gcode in the opened file
28
gcode = ObjectProperty([])
29
- version = '1.16'
+ version = '1.17'
30
#all of the available COM ports
31
comPorts = []
32
#This defines which COM port is used
0 commit comments