mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
bigfixes
This commit is contained in:
parent
50191bf5fd
commit
24a079c912
3 changed files with 1 additions and 5 deletions
|
@ -9,9 +9,6 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
include <hull.scad>
|
||||
|
||||
|
||||
// CommonCode:
|
||||
// $fn=96;
|
||||
|
||||
|
|
2
std.scad
2
std.scad
|
@ -35,7 +35,7 @@ include <strings.scad>
|
|||
include <skin.scad>
|
||||
include <vnf.scad>
|
||||
include <utility.scad>
|
||||
|
||||
include <partitions.scad>
|
||||
|
||||
// vim: expandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
include <../std.scad>
|
||||
include <../hull.scad>
|
||||
|
||||
|
||||
module test_cube() {
|
||||
|
|
Loading…
Reference in a new issue