krhackbarth

Results 20 comments of krhackbarth

Sure. I’ve attached both the SVG file and the SCAD file I use to create an STL file from the SVG. Note that I add two thin layers of negatively...

See if you can get them via this link. Let me know if you can’t. https://drive.google.com/drive/folders/1Ty_SlxQT5vwXWYDMqfNM1jNB9JQkDO4y?usp=sharing From: Michael ***@***.***> Sent: Tuesday, July 20, 2021 9:27 PM To: openscad/openscad ***@***.***> Cc:...

It’s weird… I have 240 of these images. Every one uses round end caps (created in Microsoft PowerPoint). Every image that includes a “plus”, fails. Yet there are images with...

Here’s the SVG for the image I just embedded in my last message. Let me know if it gets lost. When I use Inkscape to look at the tips, they...

I uploaded the SVG that works (called town.svg) to the same folder I shared earlier.

It’s weird… I have 240 of these images. Every one uses round end caps (created in Microsoft PowerPoint). Every image that includes a “plus”, fails. Yet there are images with...

The problem seems to be related to the two thin layers at the top of the STL that simulate a chamfer. I commented the associated lines from the STL maker...

Didn’t even get that far... Just union()ing the and.stl and another and.stl: import(path_and_filename, convexity=3); translate([0,0,1-fudge]) import(path_and_filename, convexity=3); results in an STL that can’t be used in another program. I’ve added...

can you point me to where this change is documented? thanks

Tried using the latest snapshot (OpenSCAD 2022.03.05.ci11257 ) with the following import command: import(file = path_and_filename,center=true,$fn=20); Previews properly but I get the following error during render: ERROR: CGAL error in...