Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Symmetrical Bins #216

Open
0zerotalent opened this issue Sep 10, 2024 · 2 comments
Open

Feature Request: Symmetrical Bins #216

0zerotalent opened this issue Sep 10, 2024 · 2 comments
Assignees

Comments

@0zerotalent
Copy link

I'm wondering how hard it would be to create symmetrical bins when you have a non-integer number of bases.
ie currently if you set 2.4 bases along the x-axis it will print 2 bases with 0.4 added to one end. I would like it to print 0.2 bases at both ends. This way I can place my full grid in the middle of a draw and have a bin that overhangs it on both sides.

@0zerotalent 0zerotalent changed the title Symetrical Bins Symmetrical Bins Sep 10, 2024
@0zerotalent 0zerotalent changed the title Symmetrical Bins Feature Request: Symmetrical Bins Sep 10, 2024
@EmperorArthur EmperorArthur self-assigned this Oct 13, 2024
@EmperorArthur
Copy link
Collaborator

This is tricky for multiple reasons.

PR #229 would limit bin sizes to multiples of 0.25, so you would have to go for 2.5 instead of 2.4, and it would automatically make all bins fit on half bases. That may do part of what you are asking for, since it does make bins symmetrical along that axis.

Do you think both bases should be on 1/2 divisions if either base is?

Images (2.5 x 2)

PR #229:
image

Alternative:
image

@EmperorArthur
Copy link
Collaborator

I can think of a way to code what you want using gridfinityInit, and gridfinityBase with custom options, but please be patient as I can't get to it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants