nophead / Mendel90

A RepRap Mendel variant using sheets for the frame instead of rods
http://hydraraptor.blogspot.com/2011/12/mendel90.html
261 stars 248 forks source link

IOError: [Errno 2] No such file or directory: '.../sheets/frame_base.dxf' #37

Closed GAZ082 closed 10 years ago

GAZ082 commented 10 years ago

Hi guys. When compiling my machine i get that error. The only files generated are the BOMs and just ..sheets/frame_base_dxf.scad which i cannot render in openscad because gives error.

What can it be?

I'm using Ubuntux64 13.04.

Thanks!

nophead commented 10 years ago

What error does it give? Which version of OpenScad are you using?

GAZ082 commented 10 years ago

OpenSCAD version 2013.02.28

The error is the one in the subject, no frame_base.dxf

nophead commented 10 years ago

That is because OpenScad didn't create it so it must have had an error. Have a look in openscad.log or open ../sheets/frame_base.scad in openscad and see what it says in the console window.

On 28 September 2013 18:13, Gabriel Alejandro Zorrilla < notifications@github.com> wrote:

OpenSCAD version 2013.02.28

The error is the one in the subject, no frame_base.dxf

— Reply to this email directly or view it on GitHubhttps://github.com/nophead/Mendel90/issues/37#issuecomment-25302404 .

nophead commented 10 years ago

Also if you look at the README.txt you will see it needs OpenScad 2013.06 so the error is probably due to using something in the language that did not work before then.

On 28 September 2013 18:36, nop head nop.head@gmail.com wrote:

That is because OpenScad didn't create it so it must have had an error. Have a look in openscad.log or open ../sheets/frame_base.scad in openscad and see what it says in the console window.

On 28 September 2013 18:13, Gabriel Alejandro Zorrilla < notifications@github.com> wrote:

OpenSCAD version 2013.02.28

The error is the one in the subject, no frame_base.dxf

— Reply to this email directly or view it on GitHubhttps://github.com/nophead/Mendel90/issues/37#issuecomment-25302404 .

GAZ082 commented 10 years ago

Oh. I'll see if can compile or find an already compiled .06 version for Ubuntu. The log threw a ton of errors and missing files, i'm pretty sure has something to do with the version of OS. I'll contact you back in a few minutes. :)

GAZ082 commented 10 years ago

Same error with the latest OpenSCAD 2013.06. Checked the log and the main issue seems to be:

WARNING: Can't open include file 'gabriel90_config.scad'. compiled module: 0x2640df0

nophead commented 10 years ago

Well that is a file you need to create in the scad/conf directory if you have run make_machine gabriel90.

On 28 September 2013 19:36, Gabriel Alejandro Zorrilla < notifications@github.com> wrote:

Same error with the latest OpenSCAD 2013.06. Checked the log and the main issue seems to be:

WARNING: Can't open include file 'gabriel90_config.scad'. compiled module: 0x2640df0

— Reply to this email directly or view it on GitHubhttps://github.com/nophead/Mendel90/issues/37#issuecomment-25305742 .

GAZ082 commented 10 years ago

That did the trick. Issue closed!