add some prep files
This commit is contained in:
2
helper/halfspace.scad
Normal file
2
helper/halfspace.scad
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// TODO
|
||||||
|
// probably want to get rotations first
|
||||||
@ -1,4 +1,4 @@
|
|||||||
|
// TODO remove/rename this file
|
||||||
/* Example usage:
|
/* Example usage:
|
||||||
for (i=mirror4XY(midpoint=[0,0,0], offsetX=90, offsetY=90)) {
|
for (i=mirror4XY(midpoint=[0,0,0], offsetX=90, offsetY=90)) {
|
||||||
translate(v=i)
|
translate(v=i)
|
||||||
|
|||||||
3
helper/rotation.scad
Normal file
3
helper/rotation.scad
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
// TODO
|
||||||
|
|
||||||
|
// eg transformation to rotate vector a to vector b, etc
|
||||||
4
rack/derivedConfig.scad
Normal file
4
rack/derivedConfig.scad
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// Config file for derived variables. These variables are calculated from profile variables and are used by
|
||||||
|
// multiple components.
|
||||||
|
|
||||||
|
// TODO
|
||||||
Reference in New Issue
Block a user