mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 09:27:46 +00:00
layout.scad uses key_transformations.scad for translate_u(), and key_transformations.scad for key_profile()
This commit is contained in:
parent
ec44ef76de
commit
4c6dbc4306
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
use <../key_transformations.scad>
|
||||
use <../key_profiles.scad>
|
||||
|
||||
// sums all values, unless a value is negative, in which case it makes it positive
|
||||
// dirty hack to allow for large gaps in keysets
|
||||
function abs_sum(list, x=0) =
|
||||
|
|
Loading…
Reference in a new issue