mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +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,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 New Issue
Block a user