- trying to improve the performance of View CNC Code command by using QPlainTextEdit; made the mods for it

- when using the Find function in the TextEditor and the result reach the bottom of the document, the next find will be the first in the document (before it defaulted to the beginning of the document)
This commit is contained in:
Marius Stanciu
2019-11-13 02:06:16 +02:00
committed by Marius
parent 548d16a7d5
commit 63e22cf3ee
5 changed files with 197 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
from FlatCAMPostProc import *
class default(FlatCAMPostProc):
class PP_ISEL_CNC(FlatCAMPostProc):
coordinate_format = "%.*f"
feedrate_format = '%.*f'