Skip to content

Commit 5d0ce1e

Browse files
committed
Documentation for BackRiderTopRiderAdapter
1 parent 1d4ed2f commit 5d0ce1e

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This repository contains a lot of files for different options
1717

1818
* The `export/` folder contains the latest prebuilt `.stl` files for 3D printing.
1919
You can use those unless you want to make customizations. If you contribute
20-
changes to the models, you can refresh the models you changed using the
20+
changes to the models, you can refresh the models you changed using the
2121
``make export-all`` command.
2222
* The `legacy/` folder contains old versions of the case, including lots of
2323
variants that were created but unmaintained. These were built with
@@ -225,6 +225,13 @@ the screw holes and (optional) cable hole are not left open. The
225225

226226
![Mounting/BikeRackMountSide](./render/thumbnails/Mounting/AttachmentCover.png)
227227

228+
#### Back rider to top rider adapter
229+
230+
This adapter allows the use of a "back rider" main case on a "top rider" mount.
231+
Print a second locking pin as well.
232+
233+
![Mounting/BackRiderTopRiderAdapter](./render/thumbnails/Mounting/BackRiderTopRiderAdapter.png)
234+
228235
### Customization options
229236

230237
There are tons of variables in the `variables.scad` file, mostly dimensions,
@@ -271,7 +278,8 @@ don't necessarily need to have an adapter attached, though it is recommended to
271278
do so in order to fill the screw and cable holes.
272279

273280
To configure whether to generate top and/or back riders, set the following
274-
variables. The `_cable` variables control whether the corresponding attachment port (if it exists) has a hole for the cable or not.
281+
variables. The `_cable` variables control whether the corresponding attachment
282+
port (if it exists) has a hole for the cable or not.
275283

276284
```
277285
MainCase_back_rider
@@ -280,6 +288,9 @@ MainCase_back_rider_cable
280288
MainCase_top_rider_cable
281289
```
282290

291+
The `Mounting/BackRiderTopRiderAdapter` is available for people who have a back
292+
rider and would like to use a top rider mount. The opposite is not available.
293+
283294
#### Dimensions
284295

285296
* General

0 commit comments

Comments
 (0)