Message 1 of 5
engraving with medial axis pattern sometimes misses squares.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a macro written that uses a medial axis pattern to engrave parts automatically, but shapes such as periods that are squares will be removed about 50% of the time. Iv talked to our design department and got them to stretch their engraving text a bit to hopefully make all squares into rectangles but id still like to make my macro a bit more robust or at-least detect when it removes some of the engraving (maybe check if the tool path goes inside a boundary or something along those lines). Here is the code I use on a pattern that was inserted from the model based on a color selection.
EDIT PATTERN # CURVEEDITOR START
CURVEEDITOR SELECT ALL
CURVEEDITOR MODE OFFSET
MODE TRANSFORM OFFSET DISTANCE ".0001"
CURVEEDITOR FINISH ACCEPT
FORM MEDIALAXIS
EDIT PATTERN MEDIALAXIS ANGLE "155"
EDIT PATTERN MEDIALAXIS CLEARANCE "0"
EDIT PATTERN ; MEDIALAXIS APPLY
FORM ACCEPT MEDIALAXIS