- added some strings to the translatable strings and updated the translation strings

This commit is contained in:
Marius Stanciu
2020-10-21 16:07:21 +03:00
committed by Marius
parent 66a3e36701
commit 1a286cbf7e
25 changed files with 5266 additions and 4973 deletions

View File

@@ -1280,7 +1280,7 @@ class CNCJobObject(FlatCAMObj, CNCjob):
pass
answer = self.on_grbl_wake()
answer = ['ok'] # hack for development without a GRBL controller connected
answer = ['ok'] # FIXME: hack for development without a GRBL controller connected
for line in answer:
if 'ok' in line.lower():
self.ui.com_connect_button.setStyleSheet("QPushButton {background-color: seagreen;}")