Skip to content

Commit

Permalink
Added table of contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
sofian authored Mar 23, 2022
1 parent f004fbd commit 003546d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ Allows the design of trays with optional subdivisions. Many different configurat

Designed to quickly create trays with different configurations, for efficient storing of parts, such as hardware, small tools, board game inserts, etc.

## Table of Contents

- [Usage](#usage)
- [Examples](#examples)
* [Basics](#basics)
+ [Simple tray](#simple-tray)
+ [Simple subdivisions](#simple-subdivisions)
+ [Column subdivisions of unequal size](#column-subdivisions-of-unequal-size)
+ [Subdivisions with different numbers of rows per column](#subdivisions-with-different-numbers-of-rows-per-column)
* [Advanced subdivisions](#advanced-subdivisions)
+ [Unequal subdivisions for both rows and columns](#unequal-subdivisions-for-both-rows-and-columns)
+ [Subdivisions with different numbers of rows per column (specific distribution)](#subdivisions-with-different-numbers-of-rows-per-column--specific-distribution-)
* [Options](#options)
+ [Thickness](#thickness)
+ [Divider options](#divider-options)
+ [Bevel options](#bevel-options)

## Usage

In order to use, simply install in your OpenSCAD library folder and include the file ```tray.scad```:
Expand Down

0 comments on commit 003546d

Please sign in to comment.