You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came very close to getting this to work on my Silhouette Curio. But Ghostscript 9.22 depreciates the -dDELAYBIND flag which pstoedit depends on. The result is no output from pstoedit. pstoedit and this project haven't seen any development in while so I don't expect this will magically be fixed.
I'm testing this on a MacPorts and would love to find a solution.
Downgrading Ghostscript to 9.21 seems the logical answer, but it's not easy to do as MacPorts pretty much insists on installing the latest version of packages, and doesn't provide an easy way to downgrade.
I've already spent a lot of time troubleshooting and have become frustrated. I don't want to re-invent anything nor delve into debugging the open-source code any further. My goal is to get the stencil made, and I love the concept of going directly from gerber to the cutter that pmonta has developed. Has anyone else run into this or found a solution?
The text was updated successfully, but these errors were encountered:
Then I used snapshots debian archive (http://snapshot.debian.org/) to get the apt-repo just before this date. I added the following repository to /etc/apt/sources.list for my debian testing installation:
# for old ghostscript
deb [check-valid-until=no] http://snapshot.debian.org/archive/debian/20171003T000000Z/ testing main
to update the repo infor and downgrade the required packages (the last two packages are dependencies of ghostscript that had to be downgraded too on my system. check out for yours...)
I then "pinned" this packages to this version/apt-repo by creating file
Greetings,
I came very close to getting this to work on my Silhouette Curio. But Ghostscript 9.22 depreciates the -dDELAYBIND flag which pstoedit depends on. The result is no output from pstoedit. pstoedit and this project haven't seen any development in while so I don't expect this will magically be fixed.
I'm testing this on a MacPorts and would love to find a solution.
Downgrading Ghostscript to 9.21 seems the logical answer, but it's not easy to do as MacPorts pretty much insists on installing the latest version of packages, and doesn't provide an easy way to downgrade.
I've already spent a lot of time troubleshooting and have become frustrated. I don't want to re-invent anything nor delve into debugging the open-source code any further. My goal is to get the stencil made, and I love the concept of going directly from gerber to the cutter that pmonta has developed. Has anyone else run into this or found a solution?
The text was updated successfully, but these errors were encountered: