Skip to content

Commit d30a4b3

Browse files
authored
Merge pull request #15 from jazwa/fixed-module-option
Fix side modules. They are now fixed on the yBars. This means a "left" and "right" yBar must be introduced for symmetry. Old behavior can be enabled by setting fixedSideModules to false in config/rackFrame.scad.
2 parents cab2d1c + 520ee9e commit d30a4b3

36 files changed

Lines changed: 214 additions & 97 deletions

README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,25 @@ Please see [the assembly guide](./assembly-guide).
2727

2828
| Item | Name | Quantity | Comment |
2929
|---------------------------------------------------------------|---------------------------|----------|----------------------------------------------------------------------------------------------------------------------------------|
30-
| <img src="media/bom/fhcs_short.gif" height="60" width="72"> | M3x8 FHCS | 8 | Extras are useful and inexpensive. If you plan on eventually stacking multiple racks together, don't hesitate to get a lot more. |
31-
| <img src="media/bom/fhcs_medium.gif" height="60" width="72"> | M3x12 FHCS | 12 | ☝️ |
32-
| <img src="media/bom/fhcs_long.gif" height="60" width="72"> | M3x16 FHCS | 16 | ☝️ |
33-
| <img src="media/bom/hex_nut.gif" height="60" width="72"> | M3 hex nut | 36 | ☝️ |
30+
| <img src="media/bom/fhcs_medium.gif" height="60" width="72"> | M3x12 FHCS | 12 | Extras are useful and inexpensive. If you plan on eventually stacking multiple racks together, don't hesitate to get a lot more. |
31+
| <img src="media/bom/fhcs_long.gif" height="60" width="72"> | M3x16 FHCS | 16 | ☝️ |
32+
| <img src="media/bom/hex_nut.gif" height="60" width="72"> | M3 hex nut | 28 | ☝️ |
3433
| <img src="media/bom/dowel.gif" height="60" width="72"> | 3x10 steel dowel pin | 4 | 3mm diameter, 10mm height |
3534
| <img src="media/bom/magnet.gif" height="60" width="72"> | 6x2 neodymium disc magnet | 8 | 6mm diameter, 2mm height |
3635
| <img src="media/bom/glue.gif" height="60" width="72"> | super glue | \>= 2ml | Used to glue magnets to plastic |
3736

3837

3938
### Printing - Single Rack:
40-
| Part | Quantity |
41-
|--------------------------------------------------------------|----------|
42-
| [Y-Bar](./rack/print/yBar_P.scad) | 4 |
43-
| [X-Bar](./rack/print/xBar_P.scad) | 4 |
44-
| [Main Rail](./rack/print/mainRail_P.scad) | 4 |
45-
| [Left Magnet Module](./rack/print/magnetModuleLeft_P.scad) | 2 |
46-
| [Right Magnet Module](./rack/print/magnetModuleRight_P.scad) | 2 |
47-
| [Hinge Module](./rack/print/hingeModule.scad) | 4 |
48-
| [Left Side Wall](./rack/print/sideWallLeft_P.scad) | 1 |
49-
| [Right Side Wall](./rack/print/sideWallRight_P.scad) | 1 |
50-
| [XY-Plate](./rack/print/xyPlate_P.scad) | 2 |
51-
| [Feet](./rack/print/rackFeet_P.scad) (optional) | 2 |
39+
| Part | Quantity |
40+
|------------------------------------------------------|----------|
41+
| [Left Y-Bar](./rack/print/yBarLeft_P.scad) | 2 |
42+
| [Right Y-Bar](./rack/print/yBarRight_P.scad) | 2 |
43+
| [X-Bar](./rack/print/xBar_P.scad) | 4 |
44+
| [Main Rail](./rack/print/mainRail_P.scad) | 4 |
45+
| [Left Side Wall](./rack/print/sideWallLeft_P.scad) | 1 |
46+
| [Right Side Wall](./rack/print/sideWallRight_P.scad) | 1 |
47+
| [XY-Plate](./rack/print/xyPlate_P.scad) | 2 |
48+
| [Feet](./rack/print/rackFeet_P.scad) (optional) | 2 |
5249

5350

5451
#### Notes:

assembly-guide/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Slide in M3 hex nuts into the Y-bars - 4 times. Each corner should have 3 hex nuts:
99
![slideHexNutsIntoYBar](./gifs/slideHexNutsIntoYBar.gif)
1010

11-
Glue magnets into magnet side-modules - 4 times:
11+
Glue magnets into magnet side-modules on the Y-bars - 4 times:
1212
![addMagnetsToMagnetModules](./gifs/addMagnetsToMagnetModules.gif)
1313

1414
Glue top and bottom magnets into side walls - 2 times:
@@ -17,14 +17,15 @@ Glue top and bottom magnets into side walls - 2 times:
1717
Insert top and bottom dowel rods into side walls - 2 times:
1818
![insertDowelsIntoSideWall](./gifs/insertDowelsIntoSideWall.gif)
1919

20-
Slide Y-bars into X-bars - 2 times:
20+
Slide Y-bars into X-bars. Do this 2 times. You should end up with 2 trays. Orientation on the Y-bars matters here; make sure that the magnets are on the same side:
2121
![attachXBarWithYBar](./gifs/attachXBarWithYBar.gif)
2222

2323
Screw together Y-bars and X-bars using 4 M3x16 FHCS screws (one screw per corner) - 2 times:
2424
![screwXBarAndYBar](./gifs/screwXBarAndYBar.gif)
2525

26-
Screw in the side-modules with M3x8 FHCS screws. Orientation matters here. The magnets modules should be on the eventual front side, facing outwards, and the two hinge modules should be in the back. Do this 2 times (for both trays):
27-
![attachSideConnectorModulesToYBars](./gifs/attachSideConnectorModulesToYBars.gif)
26+
<!-- This step is only needed if the fixedSideModules is set to false. -->
27+
<!-- Screw in the side-modules with M3x8 FHCS screws. Orientation matters here. The magnets modules should be on the eventual front side, facing outwards, and the two hinge modules should be in the back. Do this 2 times (for both trays): -->
28+
<!-- ![attachSideConnectorModulesToYBars](./gifs/attachSideConnectorModulesToYBars.gif) -->
2829

2930
Screw in the main rails with M3x16 FHCS screws.
3031
![connectXYTrayWithMainRails](./gifs/connectXYTrayWithMainRails.gif)
@@ -49,4 +50,4 @@ Screw in feet using 4 M3x12 FHCS screws:
4950
![screwFeet](./gifs/screwFeet.gif)
5051

5152

52-
**FIN**
53+
**FIN**
-6.57 KB
Loading
-18.9 KB
Loading
-122 KB
Loading
-41.9 KB
Loading
-35.3 KB
Loading
-213 KB
Loading
-73.8 KB
Loading
5.79 KB
Loading

0 commit comments

Comments
 (0)