Toolchain setting should be taken from configuration values

Issue #597 resolved
Bastel Baus created an issue

appObjects/FlatCAMGeometry.py: 2354 is

toolchange=True)

should be:

toolchange=self.app.defaults["geometry_toolchange"])

Comments (1)

  1. Log in to comment