Step 2 content
This commit is contained in:
parent
7df422d45d
commit
5cbdad9e34
12 changed files with 26 additions and 4 deletions
|
@ -7,7 +7,9 @@ import StepWithCarousel from '@site/src/components/StepWithCarousel';
|
|||
|
||||
[[INSERT VIDEO HERE]]
|
||||
|
||||
## Step 1: Assemble and Customise the Base Structure
|
||||
## Step 1: Assemble and customise the base structure
|
||||
|
||||
We'll start with assembling the base structure and making the required modifications to turn it into a sink.
|
||||
|
||||
<StepWithCarousel
|
||||
images={[
|
||||
|
@ -33,18 +35,38 @@ import StepWithCarousel from '@site/src/components/StepWithCarousel';
|
|||
</p>
|
||||
</StepWithCarousel>
|
||||
|
||||
|
||||
## Step 2: Prepare the washbasin
|
||||
|
||||
Now we'll convert the plastic tray into a washbasin.
|
||||
|
||||
|
||||
<StepWithCarousel
|
||||
title="Step 2: Shape the Mold"
|
||||
images={[
|
||||
{ src: '/img/step2a.jpg', caption: 'Pressing into mold' },
|
||||
{ src: '/img/step2b.jpg', caption: 'Cooling' },
|
||||
{ src: '/img/step2/holes.jpg', caption: 'Drill at least 5 holes on each side of the washbasin.' },
|
||||
{ src: '/img/step2/mark.jpg', caption: 'Offset slightly from the center to escape the center bumper' },
|
||||
{ src: '/img/step2/drill.jpg', caption: 'Drill matching the size of your screw' },
|
||||
{ src: '/img/step2/screw.jpg', caption: 'Screw the nut in place' },
|
||||
{ src: '/img/step2/glue.jpg', caption: 'Apply some hot glue' },
|
||||
{ src: '/img/step2/nut_inplace.jpg', caption: 'After glue is cold, remove the screw, and the nut would remain in place' },
|
||||
]}
|
||||
>
|
||||
<p>
|
||||
Once melted, transfer the plastic into the mold. Apply pressure evenly and let it cool for 10–15 minutes to harden.
|
||||
* **2.1 Drill drainage holes**: Create at least 5 holes on each side of the tray at the deepest edges to ensure complete water drainage. The modified tray should now resemble a washbasin and sit properly on the top tray of the frame.
|
||||
* **2.2 Drill pivot holes**: Locate the center of the plastic tray and drill holes slightly offset from center (to avoid the plastic bumper in the exact center). Ensure the offset is on the same side on both sides. Drill matching your screw diameter.
|
||||
* **2.4 Fix the nuts**:
|
||||
* Screw nuts onto bolts inside the washbasin holes
|
||||
* Apply hot glue around each nut to lock in position
|
||||
* Once glue dries, remove screws—nuts stay permanently fixed
|
||||
|
||||
**Result**: Washbasin ready for installation with glued-in-place nuts.
|
||||
</p>
|
||||
</StepWithCarousel>
|
||||
|
||||
## Step 3: Enabling pivoting motion of the washbasin
|
||||
|
||||
|
||||
<StepWithCarousel
|
||||
title="Step 3: Assemble the Electronics"
|
||||
images={[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue