Commit 5ab704dd authored by Lars Kruse's avatar Lars Kruse

fixed function call for "export visible toolpaths"

parent bab942c1
......@@ -76,7 +76,7 @@ class ToolpathExport(pycam.Plugins.PluginBase):
self._export_toolpaths(self.core.get("toolpaths"))
def export_visible(self, widget=None):
self._export_toolpaths(self.core.get("toolpaths").get_visble())
self._export_toolpaths(self.core.get("toolpaths").get_visible())
def export_selected(self, widget=None):
self._export_toolpaths(self.core.get("toolpaths").get_selected())
......
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