- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
- in Tools Database made the status bar messages show when adding/copying/deleting tools in DB - changed all Except statements that were single to except Exception as recommended in some PEP - renamed the Copper Fill Tool to Copper Thieving Tool as this is a more appropriate name; started to add ability for more types of copper thieving besides solid - fixed some issues recently introduced in ParseSVG - updated POT file
This commit is contained in:
@@ -423,7 +423,7 @@ class ToolCalibrateExcellon(FlatCAMTool):
|
||||
# ## Adjust Objects Button
|
||||
self.adj_obj_button = QtWidgets.QPushButton(_("Adjust Objects"))
|
||||
self.adj_obj_button.setToolTip(
|
||||
_("Adjust (scale and / or skew) the objects\n"
|
||||
_("Adjust (scale and/or skew) the objects\n"
|
||||
"with the factors determined above.")
|
||||
)
|
||||
grid_lay.addWidget(self.adj_obj_button, 34, 0, 1, 3)
|
||||
|
||||
Reference in New Issue
Block a user