Updated test results to match recent change

epec-fast
Marius Kintel 2013-06-15 13:28:32 -04:00
parent 50111d3c30
commit f89b299357
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@
cylinder($fn = 6, $fa = 12, $fs = 2, h = 2, r1 = 3, r2 = 3, center = false);
}
multmatrix([[1, 0, 0, -10], [0, 1, 0, -10], [0, 0, 1, 0], [0, 0, 0, 1]]) {
sphere($fn = 0.1, $fa = 12, $fs = 2, r = 5);
cylinder($fn = 0.1, $fa = 12, $fs = 2, h = 7.0711, r1 = 3.5356, r2 = 3.5356, center = true);
}