Replies: 2 comments 1 reply
-
That exact bin is the second example in
Documentation of the functions used here can also be found at the project website. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Kenneth,
Thanks for your response.
I am an experienced C++ programmer, but I know nothing about OpenSCAD.
So, I rely on the parameters that I can set in the UI.
Can you tell me How can I use this function?
Regards,
Bert
Van: Kenneth ***@***.***>
Verzonden: zondag 11 december 2022 23:58
Aan: kennetek/gridfinity-rebuilt-openscad ***@***.***>
CC: beding ***@***.***>; Author ***@***.***>
Onderwerp: Re: [kennetek/gridfinity-rebuilt-openscad] Variable size divisions both in X and Y at the same time (Discussion #29)
That exact bin is the second example in gridfinity-rebuilt-bins.scad in the examples section at the bottom of the file. For ease of access (in case it changes in the future for some reason) I'll put the code here as well:
gridfinityInit(3, 3, height(6), 0, 42) {
cut(x=0, y=0, w=1.5, h=0.5, t=5, s=false);
cut(0, 0.5, 1.5, 0.5, 5, false);
cut(0, 1, 1.5, 0.5, 5, false);
cut(0,1.5,0.5,1.5,5,false);
cut(0.5,1.5,0.5,1.5,5,false);
cut(1,1.5,0.5,1.5,5,false);
cut(1.5, 0, 1.5, 5/3, 2);
cut(1.5, 5/3, 1.5, 4/3, 4);
}
gridfinityBase(3, 3, 42, 0, 0, 1);
Documentation of the functions used here can also be found at the project website <https://kennetek.github.io/gridfinity-rebuilt-openscad/> .
Hope that helps!
—
Reply to this email directly, view it on GitHub <#29 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AMAV2NKKPAHYIPBESBJAJI3WMZL6JANCNFSM6AAAAAAS26PDRI> .
You are receiving this because you authored the thread. <https://github.com/notifications/beacon/AMAV2NKAI2N6MVSPU7FWZE3WMZL6JA5CNFSM6AAAAAAS26PDRKWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAIK6RI.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The pictures show that this should be possible, but i do not see how.
Can somebody show me an example?
Beta Was this translation helpful? Give feedback.
All reactions