mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-13 23:59:49 +00:00
various small fixes while preparing for release
This commit is contained in:
parent
3a34494959
commit
1149cade39
11 changed files with 85 additions and 25 deletions
|
@ -1,8 +1,8 @@
|
|||
require './openscad.rb'
|
||||
require 'tempfile'
|
||||
|
||||
ROWS = [5,1,2,3,4].freeze
|
||||
SIZES = [1].freeze # , 1.25, 1.5, 1.75, 2, 2.25, 2.75, 6.25
|
||||
ROWS = [5,1,2,3,4].freeze # [5,1,2,3,4]
|
||||
SIZES = [1, 1.25, 1.5, 1.75, 2, 2.25, 2.75, 6.25].freeze
|
||||
PROFILES = ['dcs', 'dsa', 'g20', 'oem', 'sa'].freeze
|
||||
|
||||
# can't get include statements to work dynamically so we'll just use a file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue