Error rendering a modified stl file April 27, 2016 01:18AM |
Registered: 10 years ago Posts: 782 |
Re: Error rendering a modified stl file April 27, 2016 06:10AM |
Registered: 15 years ago Posts: 3,742 |
difference(){ union(){ import("1-Hotend_Clamp_E3Dv6_fixed.stl",convexity=10); translate([2.2,1.68,0]) color("blue") cube([9.5,3.7,6]); } translate([0,5.68,1.5]) rotate(-45,0,0) color("red") cube([9,1.3,3]); //tie slot }And now BOTH F5 and F6 work!
Re: Error rendering a modified stl file April 27, 2016 07:13AM |
Registered: 10 years ago Posts: 2,472 |
I get this quite a lot. I think there are two things that can cause it. The first is a "bad" STL file. This can usually be cured by running the STL through a repair application. Note however that I have come across several STLs on "Thingiverse" and elsewhere that work in some slicers but not others, and will either not render or cannot be modified in OpenScad - but repairing them results in the wrong shape being produced - typically voids and hollows are filled. I'm not sure what can be done about such STLs.Quote
appjaws1
I am importing a stl file and adding a cube and then cutting a slot but when I try and render, F6, All I get is the new addition, the original stl is not displayed.
Re: Error rendering a modified stl file April 27, 2016 07:39AM |
Registered: 10 years ago Posts: 782 |