Describe the bug
I generated a 3d geometry using path_extrude2d() with a path generated using arc(). I exported it as .stl and as .3mf and then imported the files into PrusaSlicer. The .stl geometry has no errors but the .3mf geometry is flagged with an "open edges" error.
Code To Reproduce Bug
include <BOSL2/std.scad>
path = arc(r=15, angle=270);
path_extrude2d(path) square(5);
Expected behavior
When exported to .3mf then imported to PrusaSlicer, the mesh would not have any errors.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug I generated a 3d geometry using path_extrude2d() with a path generated using arc(). I exported it as .stl and as .3mf and then imported the files into PrusaSlicer. The .stl geometry has no errors but the .3mf geometry is flagged with an "open edges" error.
Code To Reproduce Bug
Expected behavior When exported to .3mf then imported to PrusaSlicer, the mesh would not have any errors.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.