- made sure that for laser preprocessors, the laser is always turned off completely at the end of a job

- added a new script example
This commit is contained in:
Marius Stanciu
2022-01-31 04:13:41 +02:00
committed by Marius
parent 056ff05e29
commit 7ac1ff6364
11 changed files with 85 additions and 54 deletions

View File

@@ -961,7 +961,7 @@ class FlatCAMDefaults:
self.defaults.update(defaults)
self.current_defaults.update(self.defaults)
log.debug("FlatCAM defaults loaded from: %s" % filename)
# log.debug("FlatCAM defaults loaded from: %s" % filename)
def __is_old_defaults(self, defaults: dict) -> bool:
"""Takes a defaults dict and determines whether or not migration is necessary."""