1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00
This commit is contained in:
Justin Lin
2022-04-01 13:40:39 +08:00
parent e900aefcce
commit 197c542c5e

View File

@@ -4,8 +4,6 @@ level = 4;
reducing_scale = 0.575; // [0:0.707107] reducing_scale = 0.575; // [0:0.707107]
$fn = 8; $fn = 8;
echo(atan2(1, sqrt(2)));
module drilled_cube(width, reducing_scale, joint_h, level) { module drilled_cube(width, reducing_scale, joint_h, level) {
module drills(width, reducing_scale, joint_h, level) { module drills(width, reducing_scale, joint_h, level) {
w = width * reducing_scale; w = width * reducing_scale;