Skip to content

Commit

Permalink
Merge branch 'master' into fix-zig_zag_ramp
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunktell committed Dec 29, 2024
2 parents ab45241 + 812eb47 commit eed11fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/addons/cam/ui/panels/op_properties_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,15 @@ def draw(self, context):
col.prop(self.op, "pocket_type", text="Type")
if self.op.pocket_type == "PARALLEL":
col.prop(self.op, "parallel_pocket_angle", text="Angle")
col.prop(self.op, "skin")
subcol = col.column(align=True)
subcol.use_property_split = False
subcol.prop(self.op, "parallel_pocket_crosshatch", text="Crosshatch")
subcol.prop(self.op, "parallel_pocket_contour")

else:
col.prop(self.op, "pocket_option")
col.prop(self.op, "skin")
self.draw_overshoot(col=col)
row = col.row()
row.use_property_split = False
Expand Down

0 comments on commit eed11fe

Please sign in to comment.