From aca8a4bac10b9743a47e58c69c8e38efc0bede5c Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Mon, 2 Jan 2017 20:48:20 +0100 Subject: [PATCH] update with old changes --- Koffertjes_opslag/bottom_strengthening.scad | 4 ++-- Koffertjes_opslag/parts | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 Koffertjes_opslag/parts diff --git a/Koffertjes_opslag/bottom_strengthening.scad b/Koffertjes_opslag/bottom_strengthening.scad index 13473f4..3eab3ac 100644 --- a/Koffertjes_opslag/bottom_strengthening.scad +++ b/Koffertjes_opslag/bottom_strengthening.scad @@ -15,14 +15,14 @@ module bottom_strengthening(){ translate([0, strengthwidth, 0]) { color("green") cube(size=[strengthwidth, bottomlength-strengthwidth*2, plythick], center=false); - echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomwidth-strengthwidth*2); + echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomlength-strengthwidth*2); } // right side translate([bottomwidth-strengthwidth, strengthwidth, 0]) { color("green") cube(size=[strengthwidth, bottomlength-strengthwidth*2, plythick], center=false); - echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomwidth-strengthwidth*2); + echo("#### Strengthening piece width = ", strengthwidth, " length = ", bottomlength-strengthwidth*2); } } diff --git a/Koffertjes_opslag/parts b/Koffertjes_opslag/parts new file mode 100644 index 0000000..91fdfee --- /dev/null +++ b/Koffertjes_opslag/parts @@ -0,0 +1,10 @@ +0 x +1 x ECHO: "#### Back: width = ", 477, " height = ", 570 +2 x ECHO: "#### Bottom length = ", 807, " width = ", 477 +1 x ECHO: "#### Divider: width = ", 441, " height = ", 570 +1 x ECHO: "#### Middle: width = ", 441, " height = ", 570 +2 x ECHO: "#### Side panel height = ", 570, " length = ", 348 +20 x ECHO: "#### Slider: thickness = ", 18, " height = ", 18, " length = ", 300 +2 x ECHO: "#### Strengthening piece width = ", 88, " length = ", 477 +2 x ECHO: "#### Strengthening piece width = ", 88, " length = ", 631 +1 x ECHO: "#### Total height: ", 697