Commit b8cdcc7b authored by Lars Kruse's avatar Lars Kruse

fix error handling if no trace model was selected for engraving

parent 1057491e
......@@ -159,7 +159,7 @@ class ProcessStrategyEngraving(pycam.Plugins.PluginBase):
if not models:
self.log.error("No trace models given: you need to assign a " + \
"2D model to the engraving process.")
return None, None, (None, None)
return None, None
progress = self.core.get("progress")
if process["parameters"]["radius_compensation"]:
progress.update(text="Offsetting models")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment