Merged in vbenso/flatcam/issue284 (pull request #140)

Issue #284 - Sanitize the entered Overlap value.

Approved-by: Marius Stanciu <marius.adrian@gmail.com>
This commit is contained in:
Victor Benso
2019-04-03 17:26:07 +00:00
committed by Marius Stanciu
4 changed files with 17 additions and 6 deletions

View File

@@ -437,7 +437,7 @@ class PaintOptionsTool(FlatCAMTool):
grid.addWidget(self.painttooldia_entry, 0, 1)
# Overlap
ovlabel = QtWidgets.QLabel(_('Overlap:'))
ovlabel = QtWidgets.QLabel(_('Overlap Rate:'))
ovlabel.setToolTip(
_("How much (fraction) of the tool width to overlap each tool pass.\n"
"Example:\n"