- Milling Tool - finished adding the add tool, copy tool, delete tool and tool plot when the target object is Geometry

- in camlib.py fixed the bounds() method for the Geometry objects such that tools in an Geometry object with no geometry will be now ignored for calculating the bounds
This commit is contained in:
Marius Stanciu
2020-11-13 21:44:40 +02:00
committed by Marius Stanciu
parent a59310ab4a
commit 8f9a7fd240
5 changed files with 566 additions and 3 deletions

View File

@@ -643,7 +643,7 @@ class GeometryObject(FlatCAMObj, Geometry):
self.ui.extracut_cb.toggled.connect(lambda state: self.ui.e_cut_entry.setDisabled(not state))
# Plot state signals
self.ui.plot_cb.stateChanged.connect(self.on_plot_cb_click)
# self.ui.plot_cb.stateChanged.connect(self.on_plot_cb_click)
self.ui.multicolored_cb.stateChanged.connect(self.on_multicolored_cb_click)
# Editor Signal