For what it’s worth, I think the vast majority of Glowforge users, certainly on this forum, use SVG format to get their files to the Glowforge. That doesn’t mean PDF shouldn’t work, just that SVG is likely to be paid more attention, better tested, and better understood.
It’s all a moot point if the issue is in the design, but still something to consider that may avoid introducing more variables.
very interesting, when i open the file in illustrator there is just one path, also in acrobat pro i can only see/edit one … no groups or masks … but i think before going that deep into pdf-code i’ll switch to svg.
(Oh man, I had written this late last night, but somehow didn’t post it. You’ve gotten good advice, but might as well post it anyway :-))
The GF is cutting it twice becasue it’s reading the two lines that make up the outline of your objects. You can see it in the picture below. (My Corel program is in “wire” view so you can see it better. It gives a view of the file similar to an x-ray with the colors etc. stripped away.)
Your objects are made up of “compound paths”. Here’s an example of what you’re seeing. I placed the two rectangles on top of each other and “combined” them together to make a compound object. (Other program calls “combine” something different.) The GUI reads the red outlined box as two boxes on top of each other and is cutting both box out . It’s not reading the outlined box as just one single-stroke line. (Clear as mud yet :-P) The links below should help fix it.
Weird. Opening both in Illustrator, I don’t have any duplicate paths. Each document has 14 closed, vector paths. Loading it into the UI, I was also getting the engrave issue.
You know what fixed it, @mrkz? I noticed looking at the document info that the paths matched the number that should be there, they were all closed, there were no embedded or linked images… but, there were 14 objects listed with transparency.
If you change that to “Normal”, it will load into the UI as a cut just fine.
The transparency effect must be handled differently when it’s loaded into another program like Inkscape (and @PlGHEADED saw) or Corel (like @kittski saw), and also like what the UI saw.
That is weird. Wonder why the difference?
The only weirdness I saw was in the “D” file with the single stroke lines. There was a “lens” effect listed in my Corel object manager under each separate object. I never could figure out what it was and I saw no difference when I ungrouped each object and deleted it. I wonder if that was the transparency I saw being listed as a lens effect?
yes, you found my workflow-error thanks!
of course transparency can cause problems … just forgot to look at also assumed pdf 1.3 gets rid of all transparencies … but that apparently works only for bitmaps.
i’ve no idea why other software (incl. GF) doubles the shapes … so the pdf-path-enigma keeps unsolved