mirror of
https://github.com/adrianschlatter/threadlib.git
synced 2025-07-29 16:40:10 +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() {
|
intersection() {
|
||||||
color("Green")
|
color("Green")
|
||||||
translate([-1000, 0, -1000])
|
translate([-1000, 0, -1000])
|
||||||
cube(2000, 2000, 2000);
|
cube(2000);
|
||||||
union() {
|
union() {
|
||||||
bolt(type, turns);
|
bolt(type, turns);
|
||||||
nut(type, turns, Douter);
|
nut(type, turns, Douter);
|
||||||
|
Reference in New Issue
Block a user