add customizer_base. move settings variables to make more sense, in customizer and outside of it. switch (back?) to using rounded_cherry instead of cherry_rounded

This commit is contained in:
Robert Sheldon 2018-06-27 01:12:43 -04:00
parent 16b7ec4a25
commit ff77b6492c
9 changed files with 767 additions and 742 deletions

View file

@ -21,7 +21,7 @@ def expand(filename)
lines
end
lines = expand(ARGV[1] || 'keys.scad')
lines = expand(ARGV[1] || 'customizer_base.scad')
f = File.open('customizer.scad', 'w')
f.write lines.join