Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Sample Images and Updated descriptions #640

Merged
merged 4 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
0195265c174c157690112bc01563439e536952c7015a41fbc562020fcdb270c3 *../static/samples/FillTest.jpg
27699d62eab473d903f2bcf0f334c2c36ff3601772c4c0ddeae89606a7bb10b5 *../static/samples/FlexTest2.jpg
853ace5a13ac571696a1965c72ae456c769ed4bc01ea29bb60bbe40518dcecf9 *../static/samples/RectangularWall.jpg
ed533e9827b58591fccbed9e6d31ff8c10bb7f9981501771f6577616a9fbe71b *../static/samples/WallRack.jpg
Loading