diff --git a/scripts/addons/cam/ui/panels/op_properties_panel.py b/scripts/addons/cam/ui/panels/op_properties_panel.py index ac801453..5fde1826 100644 --- a/scripts/addons/cam/ui/panels/op_properties_panel.py +++ b/scripts/addons/cam/ui/panels/op_properties_panel.py @@ -158,6 +158,7 @@ class CAM_OPERATION_PROPERTIES_Panel(CAMParentPanel, Panel): 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") @@ -165,6 +166,7 @@ class CAM_OPERATION_PROPERTIES_Panel(CAMParentPanel, Panel): 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