Skip to content

Commit

Permalink
Update trochoidPath.py
Browse files Browse the repository at this point in the history
double click, help
  • Loading branch information
MARIOBASZ committed Feb 8, 2019
1 parent ea85e74 commit 4979906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bCNC/plugins/trochoidPath.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ def __init__(self, master):

self.variables = [
("name", "db" , "", _("Name")),
("trochcutdiam" ,"mm", 6.0, _("Cut Diameter")),
("trochcutdiam" ,"mm", 6.0, _("Cut Diameter"),"Real cutting diameter"),
("direction","inside,outside,on" , "inside", _("Direction")),
("offset", "float", 0.0, _("Additional offset distance")),
("endmill", "db" , "", _("End Mill")),
("adaptative", "bool", 1, _("Adaptative")),
("endmill", "db" , "", _("End Mill"), "If Empty chooses, End Mill loaded"),
("adaptative", "bool", 1, _("Adaptative"), "Generate path for adaptative trochoids in the corners (Not yet implemented in trochoidal plugin)"),
("overcut", "bool", 0, _("Overcut")),
# ("mintrochdiam", "float", 10, _("Minimal trochoid in % tool"))
]
Expand Down

0 comments on commit 4979906

Please sign in to comment.