I’m having a serious brain-cramp this afternoon… I’m trying to set up a vector engrave file with a simple projected cube:
Obviously, I could just export it as a PNG and engrave from that, but I’ve been trying to keep everything vector-based to allow for scaling.
I’ve collected all the lines and used the outline setting in AI’s Pathfinder, but when I try to set the SVG to engrave, It shows nothing in the UI (no inherent width in the vectors and not a closed path, I presume):
So… join everything together and I get this:
Am I asking too much from an SVG file in this case? I can always re-scale and export as a bitmap at the appropriate resolution, but I feel I’m missing something pretty basic.
IANAGFO but I think if you want the lines to be a single kerf wide score then you want score. If you want them to be engraved wider as a raster then you probably want either a png image or a vector drawing where each line is actually made by a closed path around the outside of it.
For clarity, this is what you are hoping the output would be? No shading, etc., right?
Agree with @palmercr that it should be a score; I don’t see the purpose of an engrave and sending the head back and forth a minute amount to accomplish this one?
Pathfinder can create some cattywampus results to the underlying structure of a vector depending on the function performed, was it grouped or not grouped beforehand, etc.
SVG also has some shortcomings when exporting and uploading here to the web as far as WYSIWIG - are the 2 black squares a function of those shortcomings or what the file is actually doing?
actually you need to not overlap the lines where they cross or it will double score those spots (which will look weird). They should join but not overlap, so you don’t want simply 2 squares with lines between the corners or your paths will double cut at the overlaps.
If you wanted to keep the vector itself intact without exporting to a raster image to get an engrave rather than a hairline score from a vector file, one could use the Object > Path > Outline Stroke
This is a vector line with a .25" stroke applied: (it’s selected in the screenshot so you can see the blue selection line - representing that it’s just a line with a stroke applied)
It’s easy enough to create it as a compound path and was my first thought and then the “what’s” started in my head. How are compound paths treated as far as tool pathing? And a compound path wouldn’t alleviate the issue of duplicating those areas where paths cross and you get multiple hits by the laser, right?