diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..be2f13e --- /dev/null +++ b/LICENSE @@ -0,0 +1,26 @@ + Copyright (c) 2021 Maximilian Stiefel. All rights reserved. + + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software without + specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE + USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/README.md b/README.md index e69de29..be08ee0 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,24 @@ +Repository for my personal random 3D models created w/ [OpenSCAD](https://openscad.org/). + +### Gallery + +Magnetic knife block extension for 20 mm x 5 mmm x 2 mm magnets. +[![Knife block extension.](./kblock_ext/kblock_ext.png)](./kblock_ext) + +Cable tie cable mount for screws and double-sided tape. +[![Cable tie mount screws.](./cable_tie_mount/cable_tie_mount_screws.png)](./cable_tie_mount) +[![Cable tie mount.](./cable_tie_mount/cable_tie_mount.png)](./cable_tie_mount) + +Cable passage for guiding 6 mm² cables (PG-7) through an outside wall into the +house. The two parts need to be welded w/ acetone. +[![Cable passage.](./cable_passage/cable_passage_bottom.png)](./cable_passage) +[![Cable passage.](./cable_passage/cable_passage_top.png)](./cable_passage) + +Battery clamp cover, to make batteries IP2X safe. +[![Battery clamp cover.](./battery_clamp_cover/battery_clamp_cover.png)](./battery_clamp_cover) + +Cover for x8 blade fuse holder to avoid unintentional contact. +[![Cover for x8 blade fuse holder.](./cover_blade_fuse_8/cover_blade_fuse_8.png)](./cover_blade_fuse_8) + +Cover for x4 blade fuse holder to avoid unintentional contact. +[![Cover for x4 blade fuse holder.](./cover_blade_fuse_4/cover_blade_fuse_4.png)](./cover_blade_fuse_4) diff --git a/battery_clamp_cover/battery_clamp_cover.png b/battery_clamp_cover/battery_clamp_cover.png new file mode 100644 index 0000000..b34880d Binary files /dev/null and b/battery_clamp_cover/battery_clamp_cover.png differ diff --git a/cable_passage/cable_passage_bottom.png b/cable_passage/cable_passage_bottom.png new file mode 100644 index 0000000..6805bc7 Binary files /dev/null and b/cable_passage/cable_passage_bottom.png differ diff --git a/cable_passage/cable_passage_top.png b/cable_passage/cable_passage_top.png new file mode 100644 index 0000000..1566de5 Binary files /dev/null and b/cable_passage/cable_passage_top.png differ diff --git a/cable_tie_mount/cable_tie_mount.png b/cable_tie_mount/cable_tie_mount.png new file mode 100644 index 0000000..5d4e5e2 Binary files /dev/null and b/cable_tie_mount/cable_tie_mount.png differ diff --git a/cable_tie_mount/cable_tie_mount_screws.png b/cable_tie_mount/cable_tie_mount_screws.png new file mode 100644 index 0000000..471c617 Binary files /dev/null and b/cable_tie_mount/cable_tie_mount_screws.png differ diff --git a/cover_blade_fuse_4/cover_blade_fuse_4.png b/cover_blade_fuse_4/cover_blade_fuse_4.png new file mode 100644 index 0000000..7d06508 Binary files /dev/null and b/cover_blade_fuse_4/cover_blade_fuse_4.png differ diff --git a/cover_blade_fuse_8/cover_blade_fuse_8.png b/cover_blade_fuse_8/cover_blade_fuse_8.png new file mode 100644 index 0000000..0cff254 Binary files /dev/null and b/cover_blade_fuse_8/cover_blade_fuse_8.png differ diff --git a/kblock_ext/kblock_ext.png b/kblock_ext/kblock_ext.png new file mode 100644 index 0000000..8bf91b0 Binary files /dev/null and b/kblock_ext/kblock_ext.png differ