Add test for the usb holder

This commit is contained in:
Tom Short 2017-04-02 13:39:00 -04:00
parent 13c89652b2
commit b1b225c30d

View file

@ -753,4 +753,10 @@
(translate [0 0 -10] screw-insert-screw-holes)) (translate [0 0 -10] screw-insert-screw-holes))
)))) ))))
(spit "things/test.scad"
(write-scad
(difference usb-holder usb-holder-hole)))
(defn -main [] 1) ; dummy to make it easier to batch (defn -main [] 1) ; dummy to make it easier to batch