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

refactor/format

This commit is contained in:
Justin Lin
2022-04-04 18:58:32 +08:00
parent 556fd1ed28
commit c3425143c3
12 changed files with 73 additions and 99 deletions

View File

@@ -17,8 +17,8 @@ module joint_Y(leng, width, height, ring_offset, thickness) {
linear_extrude(height, center = true)
difference() {
hollow_out(thickness)
offset(delta = thickness, chamfer = true)
square([inner_leng, inner_width], center = true);
offset(delta = thickness, chamfer = true)
square([inner_leng, inner_width], center = true);
translate([-half_thickness - inner_leng / 2, 0, 0])
square([thickness, inner_width], center = true);