#1105 Yet another testcase

master
Marius Kintel 2015-01-09 18:13:43 -05:00
parent 76dc38008c
commit 9f6b7b170d
5 changed files with 10 additions and 1 deletions

8
testdata/scad/bugs/issue1105d.scad vendored Normal file
View File

@ -0,0 +1,8 @@
difference() {
rotate_extrude(convexity=2, $fn=8)
translate([5,0,0]) difference() {
circle(r=2);
circle(r=1);
}
translate([-5,-5,5]) cube(10, center=true);
}

View File

@ -1221,7 +1221,8 @@ list(APPEND BUGS_FILES ${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue584.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue945d.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105b.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105c.scad)
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105c.scad
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue1105d.scad)
list(APPEND EXPORT3D_TEST_FILES ${BUGS_FILES})
list(REMOVE_ITEM EXPORT3D_TEST_FILES
${CMAKE_SOURCE_DIR}/../testdata/scad/bugs/issue899.scad

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB