fixed tests
This commit is contained in:
parent
cd479750cc
commit
b0ea4d7369
|
@ -17,7 +17,7 @@
|
|||
//test_meshing_double_helix ();
|
||||
|
||||
module test_meshing_double_helix(){
|
||||
test_meshing_double_helix ();
|
||||
meshing_double_helix ();
|
||||
}
|
||||
|
||||
// Demonstrate the backlash option for Spur gears.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
//testNutsAndBolts();
|
||||
|
||||
module testNutsAndBolts()
|
||||
module SKIPtestNutsAndBolts()
|
||||
{
|
||||
$fn = 360;
|
||||
translate([0,15])nutHole(3, proj=2);
|
||||
|
|
Loading…
Reference in a new issue