├── .gitignore ├── 3D Model ├── RTE │ ├── .gitkeep │ ├── R2_NarrowServerSingle.stl │ ├── R2_NarrowServerSingleLid.stl │ └── R2_NarrowServerSingle_repaired.stl ├── cryostat │ ├── .gitkeep │ ├── R2_ChandelierSingle.stl │ ├── R2_CryoLid-Simple.stl │ ├── R2_NarrowServerSingleLid.stl │ ├── R2_NarrowServerSingle_repaired.stl │ ├── R2_NarrowYCryoConjoined.stl │ ├── R2_NarrowYCryoConjoined_repaired.stl │ ├── R2_NewDoor.stl │ ├── R2_ScrewOctopusAlignment2.stl │ └── Standalone Version │ │ ├── R2_CryoStandaloneBeta.stl │ │ ├── R2_CryoStandaloneGamma.stl │ │ ├── R2_NarrowServerSingle.stl │ │ └── R2_ServerStandalone.stl ├── floor │ ├── .gitkeep │ ├── R2_Floor-Tile1.stl │ ├── R2_Floor-Tile2.stl │ ├── R2_Floor-Tile3.stl │ ├── R2_Floor-Tile4.stl │ ├── R2_Floor-Tile5.stl │ ├── R2_Floor-Tile6s.stl │ ├── R2_Floor-all.stl │ └── Sign Magnet Indent Version │ │ ├── R2_Floor-Tile1Mag.stl │ │ └── R2_Floor-Tile2Mag.stl └── wall │ ├── .gitkeep │ ├── R2_Hex_Nut.stl │ ├── R2_Screw.stl │ ├── R2_Wall-Back+13.stl │ ├── R2_Wall-Back-SolidForStaticModels.stl │ ├── R2_Wall-Back.stl │ ├── R2_Wall-Base.stl │ └── R2_Wall-Lid.stl ├── LICENSE ├── README.md └── artwork ├── RasQberry2exploded.png └── RasQberry2model.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/.gitignore -------------------------------------------------------------------------------- /3D Model/RTE/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3D Model/RTE/R2_NarrowServerSingle.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/RTE/R2_NarrowServerSingle.stl -------------------------------------------------------------------------------- /3D Model/RTE/R2_NarrowServerSingleLid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/RTE/R2_NarrowServerSingleLid.stl -------------------------------------------------------------------------------- /3D Model/RTE/R2_NarrowServerSingle_repaired.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/RTE/R2_NarrowServerSingle_repaired.stl -------------------------------------------------------------------------------- /3D Model/cryostat/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3D Model/cryostat/R2_ChandelierSingle.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_ChandelierSingle.stl -------------------------------------------------------------------------------- /3D Model/cryostat/R2_CryoLid-Simple.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_CryoLid-Simple.stl -------------------------------------------------------------------------------- /3D Model/cryostat/R2_NarrowServerSingleLid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_NarrowServerSingleLid.stl -------------------------------------------------------------------------------- /3D Model/cryostat/R2_NarrowServerSingle_repaired.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_NarrowServerSingle_repaired.stl -------------------------------------------------------------------------------- /3D Model/cryostat/R2_NarrowYCryoConjoined.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_NarrowYCryoConjoined.stl -------------------------------------------------------------------------------- /3D Model/cryostat/R2_NarrowYCryoConjoined_repaired.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_NarrowYCryoConjoined_repaired.stl -------------------------------------------------------------------------------- /3D Model/cryostat/R2_NewDoor.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_NewDoor.stl -------------------------------------------------------------------------------- /3D Model/cryostat/R2_ScrewOctopusAlignment2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/R2_ScrewOctopusAlignment2.stl -------------------------------------------------------------------------------- /3D Model/cryostat/Standalone Version/R2_CryoStandaloneBeta.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/Standalone Version/R2_CryoStandaloneBeta.stl -------------------------------------------------------------------------------- /3D Model/cryostat/Standalone Version/R2_CryoStandaloneGamma.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/Standalone Version/R2_CryoStandaloneGamma.stl -------------------------------------------------------------------------------- /3D Model/cryostat/Standalone Version/R2_NarrowServerSingle.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/Standalone Version/R2_NarrowServerSingle.stl -------------------------------------------------------------------------------- /3D Model/cryostat/Standalone Version/R2_ServerStandalone.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/cryostat/Standalone Version/R2_ServerStandalone.stl -------------------------------------------------------------------------------- /3D Model/floor/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3D Model/floor/R2_Floor-Tile1.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/R2_Floor-Tile1.stl -------------------------------------------------------------------------------- /3D Model/floor/R2_Floor-Tile2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/R2_Floor-Tile2.stl -------------------------------------------------------------------------------- /3D Model/floor/R2_Floor-Tile3.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/R2_Floor-Tile3.stl -------------------------------------------------------------------------------- /3D Model/floor/R2_Floor-Tile4.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/R2_Floor-Tile4.stl -------------------------------------------------------------------------------- /3D Model/floor/R2_Floor-Tile5.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/R2_Floor-Tile5.stl -------------------------------------------------------------------------------- /3D Model/floor/R2_Floor-Tile6s.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/R2_Floor-Tile6s.stl -------------------------------------------------------------------------------- /3D Model/floor/R2_Floor-all.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/R2_Floor-all.stl -------------------------------------------------------------------------------- /3D Model/floor/Sign Magnet Indent Version/R2_Floor-Tile1Mag.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/Sign Magnet Indent Version/R2_Floor-Tile1Mag.stl -------------------------------------------------------------------------------- /3D Model/floor/Sign Magnet Indent Version/R2_Floor-Tile2Mag.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/floor/Sign Magnet Indent Version/R2_Floor-Tile2Mag.stl -------------------------------------------------------------------------------- /3D Model/wall/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /3D Model/wall/R2_Hex_Nut.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/wall/R2_Hex_Nut.stl -------------------------------------------------------------------------------- /3D Model/wall/R2_Screw.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/wall/R2_Screw.stl -------------------------------------------------------------------------------- /3D Model/wall/R2_Wall-Back+13.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/wall/R2_Wall-Back+13.stl -------------------------------------------------------------------------------- /3D Model/wall/R2_Wall-Back-SolidForStaticModels.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/wall/R2_Wall-Back-SolidForStaticModels.stl -------------------------------------------------------------------------------- /3D Model/wall/R2_Wall-Back.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/wall/R2_Wall-Back.stl -------------------------------------------------------------------------------- /3D Model/wall/R2_Wall-Base.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/wall/R2_Wall-Base.stl -------------------------------------------------------------------------------- /3D Model/wall/R2_Wall-Lid.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/3D Model/wall/R2_Wall-Lid.stl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/README.md -------------------------------------------------------------------------------- /artwork/RasQberry2exploded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/artwork/RasQberry2exploded.png -------------------------------------------------------------------------------- /artwork/RasQberry2model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JanLahmann/RasQberry-Two-3Dmodel/HEAD/artwork/RasQberry2model.png --------------------------------------------------------------------------------