mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-06 14:56:47 +02:00
rename param
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
module cone(radius, length = 0, spacing = 0.5, angle = 50, void = false, heads = false) {
|
module cone(radius, length = 0, spacing = 0.5, angle = 50, void = false, ends = false) {
|
||||||
module base(r) {
|
module base(r) {
|
||||||
rotate_extrude() {
|
rotate_extrude() {
|
||||||
if(length != 0) {
|
if(length != 0) {
|
||||||
@@ -20,7 +20,7 @@ module cone(radius, length = 0, spacing = 0.5, angle = 50, void = false, heads =
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(heads) {
|
if(ends) {
|
||||||
head();
|
head();
|
||||||
mirror([0, 0, 1]) head();
|
mirror([0, 0, 1]) head();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user