Search found 7 matches
- Tue Mar 03, 2015 2:59 am
- Forum: Help with using Inkscape
- Topic: Inkscape DXF to Openscad
- Replies: 10
- Views: 5043
Re: Inkscape DXF to Openscad
Thank you so much! Now it's working for me too! :D And I'd be happy to print stuff for you in the meantime just hit me up on etsy:https://www.etsy.com/shop/TresGeekShop , or if you're seriously looking, here's the list I did when shopping for ours to compare featuresets: http://tinyurl.com/mot7otf I...
- Mon Mar 02, 2015 5:08 am
- Forum: Help with using Inkscape
- Topic: Inkscape DXF to Openscad
- Replies: 10
- Views: 5043
Re: Inkscape DXF to Openscad
Sorry, totally my fault for not being precise enough...when I was talking about the code on thingiverse I was referring to the scad file he included. Here's the code from the file I was referring to: wallThick = 2; cutterMinimum = 0.4; baseHeight = 2; height = 15; flangeWidth = 6; minkowski(){ outli...
- Mon Mar 02, 2015 4:51 am
- Forum: Help with using Inkscape
- Topic: Inkscape DXF to Openscad
- Replies: 10
- Views: 5043
Re: Inkscape DXF to Openscad
The reason I want to use the code in the thingiverse file is that the cookie cutters done with it print extremely well on my printer, and once I get one dxf file that I've created working all I have to do to the code for new prints is update the file being referenced. The others tend to be doublewal...
- Mon Mar 02, 2015 4:47 am
- Forum: Help with using Inkscape
- Topic: Inskcape Extensions on a Mac
- Replies: 3
- Views: 2830
Re: Inskcape Extensions on a Mac
Those instructions aren't working for me. I didn't have an extensions file, and I created it manually, but the save option isn't showing up.
Here's the folder structure: http://screencast.com/t/tlSNDszD Does that look right?
Here's the folder structure: http://screencast.com/t/tlSNDszD Does that look right?
- Mon Mar 02, 2015 3:23 am
- Forum: Help with using Inkscape
- Topic: Inkscape DXF to Openscad
- Replies: 10
- Views: 5043
Re: Inkscape DXF to Openscad
Thank you for responding! My only concern about that one is that I don't know enough about openscad to know if the code for the cookie cutter generation will work on an openscad file, I would assume the code is requiring a DXF, which is why I'm trying so hard to make that work. Since you've actually...
- Mon Mar 02, 2015 3:16 am
- Forum: Help with using Inkscape
- Topic: Inskcape Extensions on a Mac
- Replies: 3
- Views: 2830
Inskcape Extensions on a Mac
I'm having trouble finding the extensions folder for on a mac so that I can install this extension: http://www.bobcookdev.com/inkscape/inkscape-dxf.html and get the dxf r12 format instead of the dxf r14 format because it sounds like openscad might be able to handle that better than the r14. But none...
- Mon Mar 02, 2015 2:48 am
- Forum: Help with using Inkscape
- Topic: Inkscape DXF to Openscad
- Replies: 10
- Views: 5043
Inkscape DXF to Openscad
Hey guys, I'm having trouble creating a DXF file in Inkscape that will actually process in Openscad. I want to make some new cookie cutters, using the code here: http://www.thingiverse.com/thing:28882 but openscad keeps giving me errors about intersecting lines, and that doesn't make any sense to me...