- Gerber parser - a single move with pen up D2 followed by a pen down D1 at the same location is now treated as a Flash; fixed issue #441

This commit is contained in:
Marius Stanciu
2020-07-27 03:25:38 +03:00
parent a24b09d8ad
commit 445b4300f5
3 changed files with 43 additions and 0 deletions

View File

@@ -39,6 +39,10 @@ class AppGCodeEditor(QtCore.QObject):
self.gcode_obj = None
self.code_edited = ''
# store the status of the editor so the Delete at object level will not work until the edit is finished
self.editor_active = False
log.debug("Initialization of the GCode Editor is finished ...")
def set_ui(self):
"""