mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-31 10:11:53 +02:00
rename
This commit is contained in:
@@ -7,7 +7,7 @@ spacing = 0.4;
|
|||||||
fn = 48;
|
fn = 48;
|
||||||
style = "SOLID"; // [SOLID, HOLLOW]
|
style = "SOLID"; // [SOLID, HOLLOW]
|
||||||
|
|
||||||
module half_tai_chi(radius, thickness, spacing, fn, style) {
|
module half_taiji(radius, thickness, spacing, fn, style) {
|
||||||
$fn = fn;
|
$fn = fn;
|
||||||
|
|
||||||
half_spacing = spacing / 2;
|
half_spacing = spacing / 2;
|
||||||
@@ -80,6 +80,6 @@ module half_tai_chi(radius, thickness, spacing, fn, style) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rotate([0, 90, 180])
|
rotate([0, 90, 180])
|
||||||
half_tai_chi(radius, thickness, spacing, fn, style);
|
half_taiji(radius, thickness, spacing, fn, style);
|
||||||
|
|
||||||
half_tai_chi(radius, thickness, spacing, fn, style);
|
half_taiji(radius, thickness, spacing, fn, style);
|
Reference in New Issue
Block a user