small fixes

SMALLEST_POSSIBLE fixes originating from talks in the openSCAD repo about float rounding issues w/r/t STL. couple more I don't remember 😕
This commit is contained in:
Robert Sheldon 2019-09-06 22:12:49 -04:00
parent 655905d38e
commit 1fe1a23f29
7 changed files with 19 additions and 11 deletions

View file

@ -14,4 +14,7 @@ include <src/key_types.scad>
include <src/key_transformations.scad>
include <src/key_helpers.scad>
key();
sa_row(3) u(3) stabilized() {
/* %envelope(0); */
key();
}