From f205359e2786cddd6d54089052a424a30c54fead Mon Sep 17 00:00:00 2001 From: Bob Date: Sat, 22 Feb 2020 21:44:59 -0500 Subject: [PATCH] helpful comment --- examples/sa_ergo.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sa_ergo.scad b/examples/sa_ergo.scad index 7cd3a47..1d06ab3 100644 --- a/examples/sa_ergo.scad +++ b/examples/sa_ergo.scad @@ -19,7 +19,7 @@ $double_sculpt_radius = 200; // This is the exact column stagger from the dactyl transposed onto the // rows of the preonic default layout. the second array is for modifying the // values up or down - making all the 0's -1's would make each key 1mm lower -// for instance. +// for instance. I'd suggest going as low as you can without cutting off any stems extra_column_height = [5.64, 5.64, 0, -3, 0, 0, 0, 0, 0, -3, 0, 5.64, 5.64] + [0,0,0,0,0,0,0,0,0,0,0,0,0]; // required for double_sculpted_column row_length = len(preonic_default_layout[0]);