|
Anonymous User
What are the pitfalls for the first time builder? October 30, 2011 01:58PM |
|
Re: What are the pitfalls for the first time builder? October 30, 2011 02:43PM |
Registered: 15 years ago Posts: 411 |
|
Re: What are the pitfalls for the first time builder? October 30, 2011 03:37PM |
Registered: 18 years ago Posts: 123 |
|
Re: What are the pitfalls for the first time builder? October 30, 2011 05:03PM |
Admin Registered: 19 years ago Posts: 7,883 |
|
Re: What are the pitfalls for the first time builder? October 31, 2011 12:17AM |
Registered: 19 years ago Posts: 824 |
|
Re: What are the pitfalls for the first time builder? October 31, 2011 01:26AM |
Registered: 15 years ago Posts: 411 |
|
Anonymous User
Re: What are the pitfalls for the first time builder? October 31, 2011 02:34AM |
|
Re: What are the pitfalls for the first time builder? October 31, 2011 03:14AM |
Registered: 15 years ago Posts: 187 |
) with others who warn of the downside of printing only in PLA. Printing in PLA definitely seems to be the place to start; whether you need to go to ABS eventually probably depends on exactly what you want to make with your machine. I think that as long as your machine is capable of being upgraded to print in ABS on a heated bed, you won't go too far wrong. |
Re: What are the pitfalls for the first time builder? October 31, 2011 06:53AM |
Registered: 16 years ago Posts: 1,352 |
|
Re: What are the pitfalls for the first time builder? October 31, 2011 08:24AM |
Registered: 14 years ago Posts: 187 |
|
Re: What are the pitfalls for the first time builder? November 01, 2011 08:27PM |
Registered: 15 years ago Posts: 443 |
|
Re: What are the pitfalls for the first time builder? November 03, 2011 07:54AM |
Registered: 14 years ago Posts: 22 |
|
Re: What are the pitfalls for the first time builder? November 03, 2011 07:58AM |
Registered: 14 years ago Posts: 22 |
|
Re: What are the pitfalls for the first time builder? November 03, 2011 09:18AM |
Admin Registered: 19 years ago Posts: 7,883 |
|
Re: What are the pitfalls for the first time builder? November 23, 2011 04:52PM |
Registered: 14 years ago Posts: 22 |
, I've had partial success with your suggestion. import("/path/filename.stl"); which compiles fine using F5 but generates an error when rendering F6. I checked all the stl files in the latest metric-prusa-lm8uu files, these ones fail:CGAL error in CGA_Nef_polyhedron3(): CGAL ERROR: assertion violation! Expr: pe_prev->is_border() || !internal:(lane_constructor::get_plane(pe_prev->facet(),pe_prev->facet()->plane()).is_degenerate() File: /usr/include/CGAL/Nef_3/polyhedron_3_to_nef_3.h
= : P without space, not sure why code text is not typeset properly)|
Re: What are the pitfalls for the first time builder? November 23, 2011 05:18PM |
Registered: 15 years ago Posts: 187 |
|
Re: What are the pitfalls for the first time builder? November 23, 2011 05:40PM |
Registered: 14 years ago Posts: 15 |
|
Re: What are the pitfalls for the first time builder? November 23, 2011 06:51PM |
Registered: 14 years ago Posts: 22 |
|
Re: What are the pitfalls for the first time builder? November 24, 2011 04:03AM |
Admin Registered: 19 years ago Posts: 7,883 |
|
Re: What are the pitfalls for the first time builder? November 24, 2011 03:35PM |
Registered: 14 years ago Posts: 22 |

module partname(){
object code blah...
}
projection(cut = true)
Adding transformations like translate() and rotate() can be unpredictable but I get better results when I call them after projection(). It does seem a bit of a hack, IMO it would make more sense to import .scad files before manipulating them.