|
|
| Author |
Message |
| ScaredyCat |
This post is not being displayed .
|
 ScaredyCat World Chat Champion

Joined: 19 May 2012 Karma :   
|
 Posted: 23:27 - 05 Jul 2015 Post subject: OpenSCAD Experts? |
 |
|
I know some of you do 3d printing and I seem to remember someone uses openSCAD. I've built my object, but in such a way that it's essentially a series of thin layers:
https://dl.dropboxusercontent.com/u/188253/_bcf/openscad1.png
There are a couple of reasons for this
1. I want to be able to build a prototype by printing templates for each layer and then cut them out of cardboard for test assembly.
2. I want to use a mixture of materials in the final object, so layers seems to be the simplest approach.
While I can export an STL file, the only thing I have that can read them is OpenSCAD and if I try to export as an image OpenSCAD tells me it's not a 2d object (fair enough) - So how do I go about getting the layers printed on my printer? ____________________ Honda CBF125 ➝ NC700X
Honda CBF125 ↳ Speed Triple |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| nowhere.elysium |
This post is not being displayed .
|
 nowhere.elysium The Pork Lord

Joined: 02 Mar 2009 Karma :    
|
 Posted: 23:32 - 05 Jul 2015 Post subject: |
 |
|
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| ScaredyCat |
This post is not being displayed .
|
 ScaredyCat World Chat Champion

Joined: 19 May 2012 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| nowhere.elysium |
This post is not being displayed .
|
 nowhere.elysium The Pork Lord

Joined: 02 Mar 2009 Karma :    
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| ScaredyCat |
This post is not being displayed .
|
 ScaredyCat World Chat Champion

Joined: 19 May 2012 Karma :   
|
 Posted: 10:13 - 06 Jul 2015 Post subject: |
 |
|
Saved each layer as an STL and then reopened in openscad and used
| Code: | projection(cut = false) import("v2-mid-startlayer.stl");
|
and can now export as DXF - although, for added fun, under linux the only export available seems to be for STL whereas on my Mac I get multiple file format options. ____________________ Honda CBF125 ➝ NC700X
Honda CBF125 ↳ Speed Triple |
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| nowhere.elysium |
This post is not being displayed .
|
 nowhere.elysium The Pork Lord

Joined: 02 Mar 2009 Karma :    
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| ScaredyCat |
This post is not being displayed .
|
 ScaredyCat World Chat Champion

Joined: 19 May 2012 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| nowhere.elysium |
This post is not being displayed .
|
 nowhere.elysium The Pork Lord

Joined: 02 Mar 2009 Karma :    
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
| ScaredyCat |
This post is not being displayed .
|
 ScaredyCat World Chat Champion

Joined: 19 May 2012 Karma :   
|
|
| Back to top |
|
You must be logged in to rate posts |
|
 |
Old Thread Alert!
The last post was made 11 years, 56 days ago. Instead of replying here, would creating a new thread be more useful? |
 |
|
|