Renamed Path Chamfer op to Deburr.

This commit is contained in:
Markus Lampert
2018-09-15 17:25:03 -07:00
committed by wmayer
parent a9e040eb10
commit 97ad1b687f
10 changed files with 40 additions and 40 deletions

View File

@@ -190,7 +190,7 @@ def engraveselect():
def chamferselect():
FreeCADGui.Selection.addSelectionGate(CHAMFERGate())
FreeCAD.Console.PrintWarning("Chamfer Select Mode\n")
FreeCAD.Console.PrintWarning("Deburr Select Mode\n")
def profileselect():
FreeCADGui.Selection.addSelectionGate(PROFILEGate())
@@ -210,8 +210,8 @@ def surfaceselect():
def select(op):
opsel = {}
opsel['Chamfer'] = chamferselect
opsel['Contour'] = contourselect
opsel['Deburr'] = chamferselect
opsel['Drilling'] = drillselect
opsel['Engrave'] = engraveselect
opsel['Helix'] = drillselect