Fixed Gerber parser: Now buffers current path with previous tool on tool change.

This commit is contained in:
Juan Pablo Caram
2014-10-31 14:04:47 -04:00
parent bcbab971ca
commit b873cbfea4
4 changed files with 23 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ class App(QtCore.QObject):
log.addHandler(handler)
## Version
version = 7
version = 8
version_date = "2014/10"
## URL for update checks and statistics
@@ -55,7 +55,7 @@ class App(QtCore.QObject):
app_url = "http://flatcam.org"
## Manual URL
manual_url = "http://flatcam.org/manual/static/index.html"
manual_url = "http://flatcam.org/manual/index.html"
## Signals
inform = QtCore.pyqtSignal(str) # Message