little cosmetic change

This commit is contained in:
Tonton Th 2026-01-03 12:53:54 +01:00
parent f5eb6cfe78
commit b0c0cc3140

View File

@ -93,7 +93,7 @@ union {
#local Dx = 1.5;
#local Dz = 1.0;
box { <-Dx, 0, -Dz>, <Dx, H_base, Dz> }
#local Ha = y*(H_base*2);
#local Ha = y*(H_base*3);
cylinder { 0, Ha, 0.08 translate < Dx, 0, -Dz> }
cylinder { 0, Ha, 0.08 translate <-Dx, 0, -Dz> }
#local Hb = Ha * 1.17;