Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CGAL ERROR when rendering puzzle, #49

Open
kageurufu opened this issue Aug 6, 2021 · 1 comment
Open

CGAL ERROR when rendering puzzle, #49

kageurufu opened this issue Aug 6, 2021 · 1 comment

Comments

@kageurufu
Copy link

Preview render works, but a full render fails with the following

ERROR: CGAL error in CGAL_Nef_polyhedron3(): CGAL ERROR: assertion violation! Expr: e_below != SHalfedge_handle() File: /mxe/usr/x86_64-w64-mingw32.static.posix/include/CGAL/Nef_3/SNC_FM_decorator.h Line: 426 

OpenSCAD 2021.01, Puzzlecad r2.2

Here's a minimal file that reproduces it for me

include <puzzlecad.scad>

require_puzzlecad_version("2.0");

$burr_scale = 12;
$auto_layout = true;

burr_plate([
    [ "xxxxxxx|xxxxxxx|xx...xx|xx...xx|xx...xx|xxxxxxx|xxxxxxx",
      "x.....x|.......|.......|.......|.......|.......|x.....x",
      "x.....x|.......|.......|.......|.......|.......|x.....x",
      "x.....x|.......|.......|.......|.......|.......|x.....x",
      "x.....x|.......|.......|.......|.......|.......|x.....x",
      "x.....x|.......|.......|.......|.......|.......|x.....x",
      "xxxxxxx|xxxxxxx|xx...xx|xx...xx|xx...xx|xxxxxxx|xxxxxxx" ],
]);
@kageurufu
Copy link
Author

No clue why it's doing this, but here's a glitch the just rendered in the preview mode

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant