test data update

customizer
Marius Kintel 2013-12-26 23:11:31 -05:00
parent ad6ef980db
commit 5b1ae5cbb1
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@ rotate_extrude() translate([20,0,0]) circle(r=10);
// Sweep of polygon with hole
translate([50,-20,0]) {
difference() {
rotate_extrude() translate([20,0,0]) difference() {
rotate_extrude(convexity=4) translate([20,0,0]) difference() {
circle(r=10); circle(r=8);
}
translate([-50,0,0]) cube([100,100,100], center=true);
@ -22,8 +22,8 @@ translate([50,-20,0]) {
translate([50,50,0]) {
difference() {
difference() {
rotate_extrude() translate([20,0,0]) circle(r=10);
rotate_extrude() translate([20,0,0]) circle(r=8);
rotate_extrude(convexity=2) translate([20,0,0]) circle(r=10);
rotate_extrude(convexity=2) translate([20,0,0]) circle(r=8);
}
translate([-50,0,0]) cube([100,100,100], center=true);
}

View File

@ -11,7 +11,7 @@ group() {
}
multmatrix([[1, 0, 0, 50], [0, 1, 0, -20], [0, 0, 1, 0], [0, 0, 0, 1]]) {
difference() {
rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) {
rotate_extrude(convexity = 4, $fn = 0, $fa = 12, $fs = 2) {
multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
difference() {
circle($fn = 0, $fa = 12, $fs = 2, r = 10);
@ -27,12 +27,12 @@ group() {
multmatrix([[1, 0, 0, 50], [0, 1, 0, 50], [0, 0, 1, 0], [0, 0, 0, 1]]) {
difference() {
difference() {
rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) {
rotate_extrude(convexity = 2, $fn = 0, $fa = 12, $fs = 2) {
multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
circle($fn = 0, $fa = 12, $fs = 2, r = 10);
}
}
rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) {
rotate_extrude(convexity = 2, $fn = 0, $fa = 12, $fs = 2) {
multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
circle($fn = 0, $fa = 12, $fs = 2, r = 8);
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 21 KiB