cleanup
This commit is contained in:
@ -1,10 +0,0 @@
|
||||
// Spatial transformations between various parts' local spaces
|
||||
include <./connectors.scad>
|
||||
|
||||
|
||||
function transform(from, to) =
|
||||
(from == "yBar" && to == "xBar")
|
||||
? identity
|
||||
: (from == "xBar" && to == "yBar")
|
||||
? identity
|
||||
: identity;
|
||||
Reference in New Issue
Block a user