reorganize old files, and update readme with banner image
This commit is contained in:
@ -1 +1,5 @@
|
|||||||
# case-project
|
# case-project
|
||||||
|
|
||||||
|
### TODO
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
|
|
||||||
/* Some initial configurations and commonly used variables
|
/* Some commonly used variables plus functions
|
||||||
plus functions
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$fn=64;
|
$fn=64;
|
||||||
@ -1,11 +1,9 @@
|
|||||||
|
|
||||||
// config
|
|
||||||
length = 100;
|
length = 100;
|
||||||
resolution = 128;
|
resolution = 128;
|
||||||
amplitude = 4.0;
|
amplitude = 4.0;
|
||||||
period = PI;
|
period = PI;
|
||||||
shift = 0.0;
|
shift = 0.0;
|
||||||
// end config
|
|
||||||
|
|
||||||
function radToDeg(r) = r * (180 / PI);
|
function radToDeg(r) = r * (180 / PI);
|
||||||
function sinR(r) = sin(radToDeg(r));
|
function sinR(r) = sin(radToDeg(r));
|
||||||
11286
open-frame.stl
11286
open-frame.stl
File diff suppressed because it is too large
Load Diff
BIN
patch-panel.stl
BIN
patch-panel.stl
Binary file not shown.
BIN
resources/banner.png
Normal file
BIN
resources/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 226 KiB |
Reference in New Issue
Block a user