What are the pitfalls for the first time builder? October 30, 2011 01:58PM |
Registered: 12 years ago Posts: 115 |
Re: What are the pitfalls for the first time builder? October 30, 2011 02:43PM |
Registered: 13 years ago Posts: 411 |
Re: What are the pitfalls for the first time builder? October 30, 2011 03:37PM |
Registered: 16 years ago Posts: 123 |
Re: What are the pitfalls for the first time builder? October 30, 2011 05:03PM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: What are the pitfalls for the first time builder? October 31, 2011 12:17AM |
Registered: 17 years ago Posts: 824 |
Re: What are the pitfalls for the first time builder? October 31, 2011 01:26AM |
Registered: 13 years ago Posts: 411 |
Re: What are the pitfalls for the first time builder? October 31, 2011 02:34AM |
Registered: 12 years ago Posts: 115 |
Re: What are the pitfalls for the first time builder? October 31, 2011 03:14AM |
Registered: 13 years ago Posts: 187 |
Re: What are the pitfalls for the first time builder? October 31, 2011 06:53AM |
Registered: 14 years ago Posts: 1,352 |
Re: What are the pitfalls for the first time builder? October 31, 2011 08:24AM |
Registered: 13 years ago Posts: 187 |
Re: What are the pitfalls for the first time builder? November 01, 2011 08:27PM |
Registered: 13 years ago Posts: 443 |
Re: What are the pitfalls for the first time builder? November 03, 2011 07:54AM |
Registered: 12 years ago Posts: 22 |
Re: What are the pitfalls for the first time builder? November 03, 2011 07:58AM |
Registered: 12 years ago Posts: 22 |
Re: What are the pitfalls for the first time builder? November 03, 2011 09:18AM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: What are the pitfalls for the first time builder? November 23, 2011 04:52PM |
Registered: 12 years ago Posts: 22 |
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: 13 years ago Posts: 187 |
Re: What are the pitfalls for the first time builder? November 23, 2011 05:40PM |
Registered: 12 years ago Posts: 15 |
Re: What are the pitfalls for the first time builder? November 23, 2011 06:51PM |
Registered: 12 years ago Posts: 22 |
Re: What are the pitfalls for the first time builder? November 24, 2011 04:03AM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: What are the pitfalls for the first time builder? November 24, 2011 03:35PM |
Registered: 12 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.