feat: bunch of raw data
@@ -1,9 +1,12 @@
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/base:ubuntu
|
||||
|
||||
# Install Ruby and dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get install -y ruby-full build-essential zlib1g-dev nodejs && \
|
||||
gem install bundler jekyll
|
||||
RUN apt-get update -y && apt-get upgrade -y && \
|
||||
apt-get install ruby-full build-essential zlib1g-dev -y
|
||||
RUN echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc && \
|
||||
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc && \
|
||||
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
|
||||
RUN gem install jekyll bundler
|
||||
|
||||
# Clean up
|
||||
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"forwardPorts": [4000],
|
||||
"postCreateCommand": "bundle install || true",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"rebornix.Ruby"
|
||||
"Shopify.ruby-lsp",
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
BIN
img/3d shot all connectors.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 53 KiB |
BIN
img/assembly_basics.png
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
img/assembly_basics_2.png
Normal file
|
After Width: | Height: | Size: 229 KiB |
BIN
img/assembly_basics_3.png
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
img/assembly_basics_4.png
Normal file
|
After Width: | Height: | Size: 473 KiB |
BIN
img/assembly_basics_4_white.png
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
img/connector 6 ways 3d shot.png
Normal file
|
After Width: | Height: | Size: 511 KiB |
BIN
img/rebar 3d shot.png
Normal file
|
After Width: | Height: | Size: 879 KiB |
BIN
img/rebar schematics.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
img/rebar_3d_shot.png
Normal file
|
After Width: | Height: | Size: 771 KiB |
BIN
img/sketch_connector_profile_inner.png
Normal file
|
After Width: | Height: | Size: 175 KiB |
BIN
img/sketch_connector_profile_inner_white.png
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
img/sketch_connector_profile_outer.png
Normal file
|
After Width: | Height: | Size: 170 KiB |
BIN
img/sketch_connector_profile_outer_white.png
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
img/sketch_profile_rebar_front.png
Normal file
|
After Width: | Height: | Size: 161 KiB |
BIN
img/sketch_profile_rebar_front_white.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
img/sketch_profile_rebar_top.png
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
img/sketch_profile_rebar_top_white.png
Normal file
|
After Width: | Height: | Size: 97 KiB |
BIN
img/sketch_rebar_profile.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
img/sketch_rebar_profile_side.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
img/sketch_rebar_profile_side_white.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
img/sketch_splint_side.png
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
img/sketch_splint_side_white.png
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
img/sketch_splint_top.png
Normal file
|
After Width: | Height: | Size: 149 KiB |
BIN
img/sketch_splint_top_white.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
BIN
img/splint_3d_shot.png
Normal file
|
After Width: | Height: | Size: 365 KiB |
10
models/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Models
|
||||
This folder contains all `scad` 3d models which come with the HomeRacker project.
|
||||
|
||||
## Contents
|
||||
### Rackmount Ears
|
||||
This is my first [OpenSCAD](https://openscad.org/) project to get a grip on it.
|
||||
|
||||
Here are some customization examples:
|
||||

|
||||

|
||||