1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-27 16:30:29 +02:00

remove default value

This commit is contained in:
Justin Lin
2019-09-19 09:08:48 +08:00
parent e87321fc32
commit 1229716878

View File

@@ -1,4 +1,4 @@
module connector_peg(radius = 2.5, spacing = 0.5, void = false, heads = false) {
module connector_peg(radius, spacing = 0.5, void = false, heads = false) {
lip_r = radius * 1.2;
height = radius * 2.6;
r_diff = lip_r - radius;