mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-22 03:53:42 +00:00
Update README.md
This commit is contained in:
parent
ae9c8ca755
commit
c4e7126a65
12
README.md
12
README.md
@ -56,7 +56,7 @@ In a new file, include _sixinch_library.scad_. For each of the parts, there is m
|
|||||||
The deafult modules obviously does not support everything you need, but should give you a good start for further customization. Feel free to add functionality to the library.
|
The deafult modules obviously does not support everything you need, but should give you a good start for further customization. Feel free to add functionality to the library.
|
||||||
|
|
||||||
###Front Plate###
|
###Front Plate###
|
||||||
```python
|
```java
|
||||||
square_hole = [];
|
square_hole = [];
|
||||||
round_hole = [[65 ,7.5, 3.1],[69.5 ,7.5, 3.1]];
|
round_hole = [[65 ,7.5, 3.1],[69.5 ,7.5, 3.1]];
|
||||||
round_peg = [];
|
round_peg = [];
|
||||||
@ -68,14 +68,14 @@ frontplate(units,square_hole,round_hole,round_peg,screw_side_front,screw_top,scr
|
|||||||
```
|
```
|
||||||
|
|
||||||
###Handle###
|
###Handle###
|
||||||
```python
|
```java
|
||||||
units = 2;
|
units = 2;
|
||||||
lay_flat_for_print = true;
|
lay_flat_for_print = true;
|
||||||
handle(units,lay_flat_for_print);
|
handle(units,lay_flat_for_print);
|
||||||
```
|
```
|
||||||
|
|
||||||
###Cabinet###
|
###Cabinet###
|
||||||
```python
|
```java
|
||||||
w=88;
|
w=88;
|
||||||
h=70;
|
h=70;
|
||||||
screw_bottom_front = [36];
|
screw_bottom_front = [36];
|
||||||
@ -90,7 +90,7 @@ cabinet(depth,units,screw_bottom_front,round_peg,screw_side_front);
|
|||||||
```
|
```
|
||||||
|
|
||||||
###Lid###
|
###Lid###
|
||||||
```python
|
```java
|
||||||
depth = 98;
|
depth = 98;
|
||||||
units = 2;
|
units = 2;
|
||||||
screw_front = [36];//mm
|
screw_front = [36];//mm
|
||||||
@ -99,8 +99,8 @@ lid(98,2,screw_front,screw_back);
|
|||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
###Back plate###
|
###Back plate
|
||||||
```python
|
```java
|
||||||
square_hole = [[37 ,3, 17, 15] , [57 ,4, 15, 16] , [75,4,15,16] ];
|
square_hole = [[37 ,3, 17, 15] , [57 ,4, 15, 16] , [75,4,15,16] ];
|
||||||
round_hole = [[6,5,6],[6,1,6], [24,3.5,3.5],[24,1.2,3.5] ,[30,3.5,3.5],[30,1.2,3.5]];
|
round_hole = [[6,5,6],[6,1,6], [24,3.5,3.5],[24,1.2,3.5] ,[30,3.5,3.5],[30,1.2,3.5]];
|
||||||
screw_top = [36];//mm
|
screw_top = [36];//mm
|
||||||
|
Loading…
Reference in New Issue
Block a user