- changed a tooltip in Optimal Tool
This commit is contained in:
@@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
|
|||||||
- completed the Minimum Distance Tool by adding the usage in Editors
|
- completed the Minimum Distance Tool by adding the usage in Editors
|
||||||
- made the Minimum Distance Tool more precise for the Excellon Editor since in the Excellon Editor the holes shape are represented as a cross line but in reality they should be evaluated as circles
|
- made the Minimum Distance Tool more precise for the Excellon Editor since in the Excellon Editor the holes shape are represented as a cross line but in reality they should be evaluated as circles
|
||||||
- small change in the UI layout for Check Rules Tool by adding a new rule (Check trace size)
|
- small change in the UI layout for Check Rules Tool by adding a new rule (Check trace size)
|
||||||
|
- changed a tooltip in Optimal Tool
|
||||||
|
|
||||||
29.09.2019
|
29.09.2019
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ class ToolOptimal(FlatCAMTool):
|
|||||||
|
|
||||||
self.gerber_object_label = QtWidgets.QLabel("<b>%s:</b>" % _("GERBER"))
|
self.gerber_object_label = QtWidgets.QLabel("<b>%s:</b>" % _("GERBER"))
|
||||||
self.gerber_object_label.setToolTip(
|
self.gerber_object_label.setToolTip(
|
||||||
"Gerber to be mirrored."
|
"Gerber object for which to find the minimum distance between copper features."
|
||||||
)
|
)
|
||||||
|
|
||||||
self.title_res_label = QtWidgets.QLabel('<b>%s</b>' % _("Minimum distance between copper features"))
|
self.title_res_label = QtWidgets.QLabel('<b>%s</b>' % _("Minimum distance between copper features"))
|
||||||
|
|||||||
Reference in New Issue
Block a user