- 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:
committed by
Marius Stanciu
parent
a59310ab4a
commit
8f9a7fd240
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user