nakamochi
/
3d
Archived
2
0
Fork 0
Commit Graph

4 Commits (master)

Author SHA1 Message Date
alex bbc38e6c33 nerd/box: add a box mfr tolerance parameter
earlier, some dimensions were sized as dy + a hardcoded 0.5mm as a way
to adjust for FDM inaccuracy.

with this commit, the adjustment is now moved to a new parameter
box_mfr_tolerance so that it's easier to prepare for different tech
process: FDM, SLA, jet, etc.

the parameter is now set to 0mm because we're moving towards more
accurate processes, SLA and jet. but it is always possible to set this
back to 0.5mm or another value and generate an STL mesh file.
just watch out for freecad's topo naming problem.
8 months ago
alex 5357a7b3c9 nerd/box: add wallstrips reinforcement
a couple of strips on the long sides of the box walls to keep them
straight.
8 months ago
alex cc01b93f88 nerd: actually rename diyplus.FCStd main file to nerd
missed it in the previous commit.
8 months ago
alex d29cb71e90 delete fff version and rename diyplus into "nerd"
this is to align with the naming scheme we came up on the website at
https://nakamochi.io/#editions

essentially, we merged fff, aka DIY, and DIY+ which lived in diyplus
directory, into one called NERD. this is because the simplest DIY didn't
provide acceptable performance characteristics and they are both
suitable for a home-made DIY project anyway. hence, the "nerd" edition
aka "have fun playing around with it on your own".

it also makes things simpler. the other version we'll be making is KAFI.
there are no source files for it yet.
9 months ago