Jack000 / Deepnest

An open source nesting application for laser cutters, plasma cutters and other CNC machines
880 stars 264 forks source link

I hate to suggest this, because I know I don't have the know how. #163

Open ruanhuishi opened 1 year ago

ruanhuishi commented 1 year ago

I always encounter this error when running projects. Can you help me solve it?

          I hate to suggest this, because I know I don't have the know how.

Could someone please make a 'deepnest for rookies' youtube video. Install and get it going. Other than being a 'handy' reference for reference, it might get some new blood into helping or at least keeping the project 'alive'.

I get all kinds of 'good ideas', but run out of steam before they are implemented.

On Thu, Jun 17, 2021 at 2:36 PM 9swampy @.***> wrote:

Thx @kelyamany https://github.com/kelyamany those steps really helped; but for others trying same I can add more info

  1. Download Boost 1.62 and unpack it to C:/boost (note this must be same drive as the main code you're building; my code was on D so I needed to put at D:/boost)
  2. You need Python 2.7 (I got 2.7.18 because gyp(?) isn't compatible with Python 3)
  3. You need Visual Studio (or possibly the SDK; as @kelyamany https://github.com/kelyamany I had VS on the box already)
  4. npm install --target=1.4.3 --arch=x64 --dist-url= https://atom.io/download/atom-shell" (at least I couldn't find any 1.4.8)
  5. Run .\node_modules.bin\electron-rebuild.cmd
  6. Copy the contents of build/Release to minkowski/Release
  7. npm run start or electron .

That got me to a running application that executes the nest happily; unfortunately I have one bump - the preview graphic works fine but the view of the resultant nest doesn't show anything and it seems like the exported file isn't valid. Close but no cigar. Anyone got any advice to offer?

On another note I also came across https://github.com/fel88/DeepNestPort which is a more actively supported port in C#.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Jack000/Deepnest/issues/123#issuecomment-863511154, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEUXERVF73QSUAHSD2A543TTJFE3ANCNFSM426BAFJQ .

--

<> ... Jack

If you are not paying for something, you are not a consumer, you are the product. - Chamath Palihapitiya

"Tell me and I forget. Teach me and I remember. Involve me and I learn." - Ben Franklin

Originally posted by @servant74 in https://github.com/Jack000/Deepnest/issues/123#issuecomment-863530980

ghost commented 1 year ago

see https://github.com/Jack000/Deepnest/issues/164#issuecomment-1543922062