add optional shadow selection to area op

This commit is contained in:
Stewart Allen 2026-01-01 11:52:20 -05:00
commit 9da2368a7a
5 changed files with 53 additions and 33 deletions

View file

@ -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",