scottbez1 / splitflap

DIY split-flap display
https://scottbez1.github.io/splitflap
Other
3.18k stars 263 forks source link

CAD: Increase Motor Clearance #121

Closed dmadison closed 3 years ago

dmadison commented 3 years ago

Increases the clearance between the motor chassis and the right outside wall of the previous module. Also refactors this variable from 'slop' to 'clearance' for a better description of what it represents.

This is still playing a bit of catch-up from the thickness change (#93). In the previous release where the thickness parameter was set to 3.2 mm but the manufactured panels were actually 3.0 mm thick, there was extra space between the motor chassis and the previous module. This change adds that additional 0.4 mm of clearance back as part of the motor clearance variable.

The additional clearance also makes the widths between the two designs approximately equal - enclosure_width is 82.2 mm on v0.6, and 82.25 mm here. (The discrepancy is the additional 0.05 of flap width slop that was added in #114.) Note that #122 bumps this further to 82.35.

scottbez1 commented 3 years ago

Sorry for taking a while to review these.

I'm confused by the extra 0.4mm though. I can understand adding 0.2mm, due to the adjacent module's wall being that much smaller, but unless I'm mistaken, the thickness shouldn't have any effect on the motor's position, since it's mounted to the inside of the wall, which is the side that's bounded by the top/bottom thickness-independent cuts.

dmadison commented 3 years ago

It's because the thickness parameter affects the overall enclosure width. By reducing the thickness from 3.2 to 3.0 it reduced the total width of the front panel by 0.4 mm. So although the motor is mounted on the inside face, on the old design the front panel was 0.2 mm wider on that side as well.

scottbez1 commented 3 years ago

Got it!