-
Notifications
You must be signed in to change notification settings - Fork 362
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
Generators should give the actual inner and outer sizes no matter whether "outside" is selected or not. #373
Comments
Yeah, this is basically a TypeTray that has been adjusted by a contributor. Overall coordinates are not used very consistently in Boxes.py but this is one of the worse offenders. Unfortunately I have failed to reproduce your issue with the size of the box being unexpected. Can you post a link with the parameter that show the issue. The default values result in a 150.4 x 150.4mm back wall, which seems fine to me for |
Sorry, I wasn't clear on that. What I was asking is just some kind of indicator of what the inner measurements would be, so those numbers could be added to make i.e. a drawer |
a better thing would be a tick box "add a drawer" :-P but for that there would be too many factors. how should the handle look like, does it need an extra frontplate to cover the fingers. should it have separators etc.. I kinda like using your other tools, for that :-) |
I agree about the inner measurements, same for height. I'm trying to design a box for stacks of tiles of 10mm high and 45mm wide and long, but the generator keeps counting the finger joints and thickness of the wood so the inner height is actually around 7mm, same for width and length of the compartments. |
Thank you for an awesome product :-D
Though I do have some trouble with some smaller cosmetics:
On a page like this:
https://www.festi.info/boxes.py/StorageShelf
x, sy and sh seems somewhat confusing also in relation to the helptext.
x should be depth or z
sy should be sw or sx
and sh is fine or should be sy
(taking a regular xyz cordinate system into consideration)
Using outer measurements and 3mm thickness
in the example data, sy = 3*50
the end result will be a box of 150.
3 + 46 + 3 + 46 + 3 + 46 +3
I've had a few trial and errors with this.
using inner measurements is a little easier though :-)
is it possible to print out the dimensions for the inner measurements without material thickness?
I know it's simple math, but when you play with the parameters and check/uncheck outer measurements, one can easily
run into cutting the wrong sizes.
The text was updated successfully, but these errors were encountered: