Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haydnhuntley/kumu-3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaydn Huntley <haydn.huntley@gmail.com>2017-04-01 22:08:06 +0300
committerGitHub <noreply@github.com>2017-04-01 22:08:06 +0300
commit23b0db9fe68421477341c2ce6d452d484bc192f6 (patch)
treeb0d9679cfa2c5950407ca9e04dab98f814b43efc /roundedBox.scad
parent3ea1bb784f5b56b3ff3bd22c5aa705f50d478f96 (diff)
Upper/lower frame modifications.
Made lower frame 12mm taller to accommodate the fuse/plug/switch holder. Modified the upper/lower frame to use M5x10 bolts instead of M5x12 ones. Added license comments I noticed where they were missing. Added comments in motor.scad, roundedBox.scad, and vertex.scad to clarify that those shouldn't be sliced -- they're only included by other files.
Diffstat (limited to 'roundedBox.scad')
-rw-r--r--roundedBox.scad5
1 files changed, 5 insertions, 0 deletions
diff --git a/roundedBox.scad b/roundedBox.scad
index b2634ae..48a6022 100644
--- a/roundedBox.scad
+++ b/roundedBox.scad
@@ -1,3 +1,8 @@
+// This file implements roundedBox().
+//
+// DO NOT SLICE THIS.
+
+
// size is a vector [x, y, z], always draws from center!
module roundedBox(size, radius=5, sidesonly=true)
{