LaserWeb / deprecated-LaserWeb3

Open Source Laser Cutter / Engraver software. Supports gcode, svg, dxf, stl, png, jpg, bmp
265 stars 68 forks source link

STL Slice issues #205

Closed ghost closed 7 years ago

ghost commented 7 years ago

1) Shapes doesnt seem to always close properly

unclosed

2) Generating GCode loses the offsets from the plating

stl slice

ghost commented 7 years ago

@lautr3k - the closing shapes thing might also be what we had with svg/dxf https://github.com/mrdoob/three.js/issues/9450 - I didnt touch your SLAcer.js code in that sense, its still using ShapeGeometry

ghost commented 7 years ago

@openhardwarecoza SLAcer need a "clean" mesh , try to fix it with some tools (MeshLab/Netfabb)

ghost commented 7 years ago

Not just that. Read the linked thread, linegeometry works much better in our application because all we want is the line data

On Dec 15, 2016 7:04 PM, "Sébastien Mischler (aka skarab)" < notifications@github.com> wrote:

@openhardwarecoza https://github.com/openhardwarecoza SLAcer need a "clean" mesh , try to fix it with some tools (MeshLab/Netfabb)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LaserWeb/LaserWeb3/issues/205#issuecomment-267382553, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVr22101hY8mlU4lAaa1y06rxJek1Lyks5rIXMQgaJpZM4LON0D .

ghost commented 7 years ago

Closing - wont be fixing LW3 anymore