Skip to content

Commit

Permalink
update readme to pr #400, #402, and #403. Fixes issue #401
Browse files Browse the repository at this point in the history
  • Loading branch information
shaise committed Nov 22, 2024
1 parent 06bde2d commit ba5bd6e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions ExtrudedCutout.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ def _addProperties(self, obj):
"ExtrudedCutoutImprovements"
)

SheetMetalTools.smAddBoolProperty(
obj,
"ImproveCut",
translate("App::Property", "Improve cut geometry if it enters the cutting zone. Only select true if the cut needs fix, 'cause it can be slow"),
False,
"ExtrudedCutoutImprovements"
)

SheetMetalTools.smAddProperty(
obj,
"App::PropertyIntegerConstraint",
Expand All @@ -55,6 +47,14 @@ def _addProperties(self, obj):
"ExtrudedCutoutImprovements",
)

SheetMetalTools.smAddBoolProperty(
obj,
"ImproveCut",
translate("App::Property", "Improve cut geometry if it enters the cutting zone. Only select true if the cut needs fix, 'cause it can be slow"),
False,
"ExtrudedCutoutImprovements"
)

def onChanged(self, fp, prop):
'''Respond to property changes'''
# Show or hide improvement of the cut:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Starting from FreeCAD 0.17 it can be installed via the [Addon Manager](https://g
* FreeCAD Forum announcement/discussion [thread](https://forum.freecadweb.org/viewtopic.php?f=3&t=60818)

#### Release notes:
* V0.5.07 22 Nov 2024: Extruded Cutout: add improvements by [@sheetmetalman][sheetmetalman].
* V0.5.06 17 Nov 2024: Extruded Cutout: support far sketches by [@sheetmetalman][sheetmetalman].
- Add bug report template for GitHub.
- Fix bug when unfolding sheet with material definition.
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package format="1" xmlns="https://wiki.freecad.org/Package_Metadata">
<name>SheetMetal Workbench</name>
<description>A simple sheet metal tools workbench for FreeCAD.</description>
<version>0.5.06</version>
<date>2024-11-17</date>
<version>0.5.07</version>
<date>2024-11-22</date>
<maintainer email="[email protected]">Shai Seger</maintainer>
<license file="LICENSE">LGPL-2.1-or-later</license>
<url type="repository" branch="master">https://github.com/shaise/FreeCAD_SheetMetal</url>
Expand Down

0 comments on commit ba5bd6e

Please sign in to comment.