mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2024-12-22 14:53:25 +00:00
Pyramid example base fix
The base for the Pyramid scheme bin example created an invalid base because it wasn't a whole number.
This commit is contained in:
parent
36345f3efb
commit
3d6d4f3725
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ gridfinityBase(gx, gy, 42, 0, 0, 1);
|
|||
|
||||
// Pyramid scheme bin
|
||||
/*
|
||||
gx = 4.5;
|
||||
gx = 4;
|
||||
gy = 4;
|
||||
gridfinityInit(gx, gy, height(6), 0, 42) {
|
||||
for (i = [0:gx-1])
|
||||
|
|
Loading…
Reference in a new issue