Skip to content

Commit

Permalink
Added test for #2841
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Jul 21, 2024
1 parent 9092f77 commit 6dee17f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,12 @@ set_tests_properties(
previewtest_issue2090
csgrendertest_issue2090

# https://github.com/openscad/openscad/issues/2841
rendertest_issue2841
previewtest_issue2841
csgrendertest_issue2841
throwntogethertest_issue2841

PROPERTIES DISABLED TRUE
)
if (EXPERIMENTAL)
Expand Down
8 changes: 8 additions & 0 deletions tests/data/scad/3D/issues/issue2841.scad
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$fn = 7;
minkowski() {
cube(0.1);
union() {
translate([5, 0, 0]) cylinder(h=10, r=5, center=true);
cylinder(h=5, r=10, center=true);
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6dee17f

Please sign in to comment.