A broad review of input data check and code format

Some functions were changed for sake of clarity or better performance.
This commit is contained in:
RonaldoCMP
2020-07-24 22:54:34 +01:00
parent 68459776e2
commit bdba4c0821
7 changed files with 598 additions and 419 deletions

View File

@@ -2,10 +2,10 @@ include<../std.scad>
include<../polyhedra.scad>
$fn=96;
if (true) {
$fn=96;
// Display of all solids with insphere, midsphere and circumsphere
for(i=[0:len(_polyhedra_)-1]) {