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.
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.