gitextract_1yolgllv/ ├── .gitignore ├── All_In_One/ │ ├── 3D/ │ │ ├── README.md │ │ └── latches_and_brackets.stl │ ├── CNC/ │ │ ├── README.md │ │ ├── all_box_faces_075_maple.crv │ │ └── all_box_faces_075_maple.dxf │ ├── Laser/ │ │ ├── Cipher_Gears/ │ │ │ ├── README.md │ │ │ ├── cipher_gears_025_alder.dxf │ │ │ └── cipher_gears_025_alder.rld │ │ ├── Drawers_and_Shell/ │ │ │ ├── README.md │ │ │ ├── drawers_and_shell_0125_birch_plywood.dxf │ │ │ └── drawers_and_shell_0125_birch_plywood.rld │ │ ├── Key_Slider/ │ │ │ ├── README.md │ │ │ └── key_slider_0125_acrylic.dxf │ │ └── README.md │ └── README.md ├── Arduino/ │ ├── PuzzleBox.fzz │ ├── Puzzle_Box/ │ │ ├── Connection.cpp │ │ ├── Connection.h │ │ ├── PegBoard.cpp │ │ ├── PegBoard.h │ │ └── Puzzle_Box.ino │ └── Servo_Test/ │ └── Servo_Test.ino ├── Box_Shell/ │ └── box_shell.dxf ├── Cipher_Gears/ │ ├── All_Gears/ │ │ └── all_gears.dxf │ ├── Foam_Cutout/ │ │ └── gear_cutout.dxf │ ├── Individual_Gears/ │ │ ├── 2_spoke_3.5_inch.dxf │ │ ├── 3_spoke_3.5_inch.dxf │ │ ├── 4_spoke_3.5_inch.dxf │ │ ├── 5_spoke_3.5_inch.dxf │ │ └── 6_spoke_3.5_inch.dxf │ └── Translator/ │ ├── README.md │ ├── cipherGears.html │ ├── cryptex.py │ ├── css/ │ │ └── cipher.css │ ├── javascript/ │ │ └── cipher.js │ └── mask_plate.py ├── Drawers/ │ ├── Base/ │ │ └── drawer_base.dxf │ ├── Center/ │ │ ├── center_drawer.dxf │ │ ├── center_latch.skp │ │ ├── guide.stl │ │ ├── hook.stl │ │ └── slider.stl │ ├── Key/ │ │ ├── key.dxf │ │ ├── key_guide.stl │ │ ├── key_mechanism.skp │ │ └── servo_bracket.stl │ ├── Left/ │ │ └── left_drawer.dxf │ └── Right/ │ ├── catch.skp │ ├── catch.stl │ └── right_drawer.dxf ├── Fonts/ │ ├── Instruction.otf │ └── README.md ├── Letter_Panel/ │ ├── Clue/ │ │ └── clue_printout.odt │ ├── Grid/ │ │ ├── Toolpaths/ │ │ │ ├── Letters.sbp │ │ │ └── OuterCut.sbp │ │ ├── letter_grid.crv │ │ └── letter_grid.dxf │ └── Mask/ │ ├── Old/ │ │ ├── latch_test.dxf │ │ └── mask_plate.dxf │ └── letter_mask.dxf ├── Magnet_Grid/ │ ├── External/ │ │ ├── Toolpaths/ │ │ │ ├── Holes.sbp │ │ │ ├── OuterCut.sbp │ │ │ ├── PlateInset.sbp │ │ │ └── Symbols.sbp │ │ ├── magnet_grid.crv │ │ └── magnet_grid.dxf │ └── Internal/ │ └── wire_route.dxf ├── Note/ │ ├── encrypted_letter.odt │ └── presentation_letter.odt ├── Peg_Board/ │ ├── Settings.txt │ ├── Toolpaths/ │ │ ├── LEDHoles.sbp │ │ ├── Numbers.sbp │ │ ├── OuterCut.sbp │ │ ├── SocketHoles.sbp │ │ └── SocketRest.sbp │ ├── peg_board.crv │ └── peg_board.dxf ├── Process/ │ ├── PartsList.md │ └── README.md ├── README.md ├── Rendering/ │ └── Full_Rendering.skp ├── Screw_Panel/ │ ├── Toolpaths/ │ │ ├── BaseHoles.sbp │ │ ├── BaseLip.sbp │ │ ├── BaseOuter.sbp │ │ ├── BaseWell.sbp │ │ ├── PlateGroove.sbp │ │ ├── PlateHoles.sbp │ │ ├── PlateLipInner.sbp │ │ ├── PlateLipOuter.sbp │ │ ├── PlateOuterCut.sbp │ │ └── PlateWell.sbp │ ├── screw_plate.crv │ └── screw_plate.dxf └── Sounds/ ├── README.md └── original/ └── 209612__onj__blancos-hotel-tea-tray.flac