add optional shadow selection to area op
This commit is contained in:
parent
2d3042ce60
commit
9da2368a7a
5 changed files with 53 additions and 33 deletions
|
|
@ -606,6 +606,8 @@ self.lang['en-us'] = {
|
|||
cp_cont_l: ["ignore interior voids and features"],
|
||||
cp_outl_s: "outline only",
|
||||
cp_outl_l: ["ignore interior voids and features"],
|
||||
cp_shad_s: "shadow",
|
||||
cp_shad_l: ["select part shadow as work area. overrides selected edges and surface areas"],
|
||||
|
||||
// CNC DRILLING
|
||||
cd_menu: "drill",
|
||||
|
|
@ -718,6 +720,12 @@ self.lang['en-us'] = {
|
|||
cl_xpnd_s: "expand",
|
||||
cl_xpnd_l: ["grow starting radius for step down. radius is defined as the highest Z point measured from the X axis center of the part"],
|
||||
|
||||
// CNC AREA OP
|
||||
ca_altr_s: "alternate",
|
||||
ca_altr_l: "alternate direction of travel lines (zigzag)",
|
||||
ca_sang_s: "step angle",
|
||||
ca_sang_l: "crossing angle on the XY plane for contour lines",
|
||||
|
||||
// OUTPUT
|
||||
ou_menu: "output",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue