1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-09-08 22:00:45 +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

@@ -10,7 +10,7 @@ module heart(radius, center = false) {
module heart_sub_component() {
translate([-radius * cos(rotated_angle), 0, 0])
rotate(-rotated_angle) union() {
rotate(-rotated_angle) {
circle(radius);
translate([0, -radius, 0])
square(diameter);