mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-08-02 16:47:43 +02:00
fixed <threadlib/threadlib.scad> in test.scad
This commit is contained in:
@@ -6,7 +6,9 @@ Test and demonstrate thread library
|
|||||||
:License: 3-Clause BSD. See LICENSE.
|
:License: 3-Clause BSD. See LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use <threadlib.scad>
|
use <threadlib/threadlib.scad>
|
||||||
|
|
||||||
|
echo ("threadlib version: ", __THREADLIB_VERSION());
|
||||||
|
|
||||||
type = "G1";
|
type = "G1";
|
||||||
turns = 5;
|
turns = 5;
|
||||||
|
Reference in New Issue
Block a user