Skip to content

Commit

Permalink
Added Images for FillTest, FlexTest2, RectangularWall, WallRack. Upda…
Browse files Browse the repository at this point in the history
…ted short description on RectangularWall, WallRack. Updated Description SideDoorHousing
  • Loading branch information
littleroblet committed Mar 2, 2024
1 parent 223b96f commit fc0dd46
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 8 deletions.
2 changes: 1 addition & 1 deletion boxes/generators/rectangularWall.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from boxes import *

class RectangularWall(Boxes):
"""Simple wall"""
"""Simple wall with options for different edges"""

ui_group = "Part" # see ./__init__.py for names

Expand Down
23 changes: 17 additions & 6 deletions boxes/generators/sidedoorhousing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,34 @@
from boxes.generators.console2 import Console2

class SideDoorHousing(Console2):
"""A box with service hatches at the sides"""
"""Box with service hatches on either one or both of the sides that are locked with latches"""

ui_group = "Box"

description = """
This box is designed as a housing for electronic projects. It has hatches that can be re-opened with simple tools. It intentionally cannot be opened with bare hands - if build with thin enough material. The hatches are at the x sides.
This box is designed as a housing for electronic projects but could be used for other purposes. It has hatches that can be re-opened with simple tools. If built from thin enough material, it intentionally cannot be opened with bare hands.
The hatches are on the x sides.
#### Assembly instructions
The main body is easy to assemble by starting with the floor and then adding the four walls and the top piece.
The main body is easy to assemble:
1. Starting with the floor and then add the four walls (for any removable sides, the wall will just be a small part on the base )
2. Add the top piece
For the removable walls:
1. Add the lips to the removable walls
2. Sit the latches in place (it is importand to make sure the springs on the latches point inwards and the angled ends point to the side walls. See image below)
3. Glue the U-shaped clamps in place (it is important **not** to glue the latches)
For the removable walls you need to add the lips and latches. The U-shaped clamps holding the latches in place need to be clued in place without also gluing the latches themselves. Make sure the springs on the latches point inwards and the angled ends point to the side walls as shown here (showing a different box type):
![Wall details](static/samples/SideDoorHousing.jpg)
![Wall details](static/samples/Console2-backwall-detail.jpg)
#### Re-Opening
The latches lock in place when closed. To open them they need to be pressed in and can then be moved aside.
The latches lock in place when closed. To open them they need to be pressed in and can then be moved aside.
![Closed Box](static/samples/SideDoorHousing-2.jpg)
"""

def __init__(self) -> None:
Expand Down
2 changes: 1 addition & 1 deletion boxes/generators/wallrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


class WallRack(Boxes):
"""Rack spices or other things to be mounted on a wall"""
"""Wall mountable rack for spices or other items"""

ui_group = "WallMounted"

Expand Down
Binary file added static/samples/FillTest-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/samples/FillTest.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/samples/FlexTest2-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/samples/FlexTest2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/samples/RectangularWall-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/samples/RectangularWall.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/samples/WallRack-thumb.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/samples/WallRack.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions static/samples/samples.sha256
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ cdd8658c4bd66de5e00c5a961583986a47c29532e006cb4fedb69faab60c9bac ../static/samp
22525c5c4fc9e25a68d79a4f6db6a169b2a9038ee9c2ba4a1dd69fcbe2944fb1 *../static/samples/SideDoorHousing-2.jpg
37eefc7aca018887debb9b9671ba8485289a4d5375fabef50d59efe656edbcf8 *../static/samples/SideDoorHousing.jpg
27c3d97e7d141dd72d065160d7fe48d7be700fa8175a034e40599b60d8c64d8c *../static/samples/Tetris.jpg
2d374a7b947f6dfcec2a087ed0be4bae9ec119c7c28796c71a9709cbe5fa0252 *../static/samples/FillTest.jpg
db73a3f50b720b82531637803d70b835352edf358dfe89d3d46d5d9f449622ce *../static/samples/FlexTest2.jpg
27362c4f9eec5feac5767d993347baadb3d72f3435cc7cd310ffa6b050d3cc00 *../static/samples/RectangularWall.jpg
55dff26c73c70ce62a6b72eb86ca29945950d57bfee2676edef7485d52096894 *../static/samples/WallRack.jpg

0 comments on commit fc0dd46

Please sign in to comment.