scottbez1 / splitflap

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

Fix broken sensor PCB holder caused by extraneous PCB #167

Closed Dinnerbone closed 2 years ago

Dinnerbone commented 2 years ago

First time using openscad so if this isn't the right way to fix it, please let me know!

The recent motor/sensor testing jig added an example render of pcb.scad which then snuck into files that were importing pcb.scad instead of useing it. This breaks the sensor pcb holder as it tries to render out a dummy pcb in addition to the actual sensor holder.

The options were to either remove that example, or use the file. I figured the example was useful if you were to just load up that file in openscad, so I moved out all the dimensions into their own file that can be included, and switched to useing the file.