mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-07 23:37:13 +02:00
format
This commit is contained in:
@@ -23,7 +23,9 @@ module bend_extrude(size, thickness, angle, frags = 24) {
|
|||||||
linear_extrude(thickness, scale = [s, 1])
|
linear_extrude(thickness, scale = [s, 1])
|
||||||
translate([-offsetX - half_frag_width, 0, 0])
|
translate([-offsetX - half_frag_width, 0, 0])
|
||||||
intersection() {
|
intersection() {
|
||||||
translate([x, 0, 0]) mirror([1, 0, 0]) children();
|
translate([x, 0, 0])
|
||||||
|
mirror([1, 0, 0])
|
||||||
|
children();
|
||||||
translate([offsetX, 0, 0])
|
translate([offsetX, 0, 0])
|
||||||
square([frag_width, y]);
|
square([frag_width, y]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user