mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-07-28 22:00:12 +02:00
fix warning in test.scad
Apparently, cube does not take 3 arguments anymore but only 1.
This commit is contained in:
@@ -18,7 +18,7 @@ echo(thread_specs(str(type, "-ext")));
|
||||
intersection() {
|
||||
color("Green")
|
||||
translate([-1000, 0, -1000])
|
||||
cube(2000, 2000, 2000);
|
||||
cube(2000);
|
||||
union() {
|
||||
bolt(type, turns);
|
||||
nut(type, turns, Douter);
|
||||
|
Reference in New Issue
Block a user