This commit is contained in:
Adrian Mariano 2021-12-16 23:00:35 -05:00
parent 50191bf5fd
commit 24a079c912
3 changed files with 1 additions and 5 deletions

View file

@ -9,9 +9,6 @@
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
include <hull.scad>
// CommonCode: // CommonCode:
// $fn=96; // $fn=96;

View file

@ -35,7 +35,7 @@ include <strings.scad>
include <skin.scad> include <skin.scad>
include <vnf.scad> include <vnf.scad>
include <utility.scad> include <utility.scad>
include <partitions.scad>
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap // vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap

View file

@ -1,5 +1,4 @@
include <../std.scad> include <../std.scad>
include <../hull.scad>
module test_cube() { module test_cube() {