1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-29 17:30:11 +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

@@ -48,8 +48,7 @@ module dog_back(head_r, peg_radius) {
$fn = 36;
module foot() {
translate([head_r, 0, 0])
union() {
translate([head_r, 0, 0]) {
color("PapayaWhip")
ellipse_extrude(head_r / 3)
polygon(shape_ellipse([head_r / 3, head_r / 2]));