- when failing to save a project make sure that we can still close the app correctly

- Milling Tool: when generating CNCJob's from a single_geometry type fixed an issue getting bad bounds values (Inf) which did not allow saving the project that included such a CNCJob object due of failing to serialize such an object
- fixed some redundancy in some RegEx expressions
- minor fixes
This commit is contained in:
Marius Stanciu
2023-10-29 17:16:39 +02:00
parent 7d7348b594
commit a7c909273b
5 changed files with 77 additions and 60 deletions

View File

@@ -161,7 +161,7 @@ class AppObject(QtCore.QObject):
# Initialize as per user request
# User must take care to implement initialize
# in a thread-safe way as is is likely that we
# in a thread-safe way as is likely that we
# have been invoked in a separate thread.
t1 = time.time()
self.app.log.debug("%f seconds before initialize()." % (t1 - t0))