yeyeto2788 / 3d_designs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Designs

Repository to hold all 3D designs to 3D print or laser cut.


Repository structure

Click to expand!
./
├── README.md
├── air_assist_hose_adapter
│   ├── Images
│   ├── STEP
│   ├── STL
│   └── air_assist_hose_adapter.FCStd
├── docs
│   └── images
├── glass_holder
│   ├── Images
│   ├── STEP
│   ├── STL
│   └── glass_holder.FCStd
├── hole_jig
│   ├── Images
│   ├── PDF
│   ├── STEP
│   ├── STL
│   └── hole_jig.FCStd
├── laser_cutter_door_latch
│   ├── Images
│   ├── STEP
│   ├── STL
│   └── laser_cutter_door_latch.FCStd
├── laser_cutter_enclosure
│   ├── Images
│   ├── PDF
│   └── laser_cutter_enclosure.FCStd
├── notebook_cover
│   ├── Images
│   ├── PDF
│   ├── STEP
│   ├── STL
│   └── notebook_cover.FCStd
├── paper_briquette_maker
│   ├── Images
│   ├── PDF
│   ├── STEP
│   ├── STL
│   └── paper_briquette_maker.FCStd
├── parametric_box
│   ├── Images
│   ├── PDF
│   ├── STEP
│   ├── STL
│   └── parametric_box.FCStd
├── pulpropeller
│   ├── Images
│   ├── PDF
│   ├── STEP
│   ├── STL
│   └── pulpropeller.FCStd
└── soldering_iron_stand
    ├── Images
    ├── STL
    ├── SVG
    ├── exported_parts.FCStd
    └── soldering_iron_stand.FCStd

FreeCAD version

Click to expand!
OS: Ubuntu Core 20 (ubuntu:GNOME/ubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24276 (Git)
Build type: Unknown
Branch: releases/FreeCAD-0-19
Hash: a88db11e0a908f6e38f92bfc5187b13ebe470438
Python version: 3.8.5
Qt version: 5.12.8
Coin version: 4.0.0
OCC version: 7.5.0
Locale: English/United States (en_US)

Designs

air_assist_hose_adapter

Air assist hose adapter

glass_holder

Glass holder

hole_jig

hole jig

Tool to make holes at a certain distance.

laser_cutter_door_latch

Door latch

Latch for top door on the laser engraver enclosure.

laser_cutter_enclosure

Laser engraver enclosure

Enclosure for the laser engraver/cutter.

notebook_cover

notebook_cover

Notebook sleeve with pen holder

paper_briquette_maker

paper_briquette_maker

Pieces to press paper pulp so a paper briquette can be made. 80mm PVC pipe it is needed so it serve as a container while pressing down to get the water out.

parametric_box

parametric_box

Parametric box for electronic projects, it uses an spreadsheet to change the size of it.

pulpropeller

pulpropeller

Device to shred paper soaked in water so it gets converted into pulp. It uses a 5mm rod to keep everything in place while mixing.

soldering_iron_stand

Soldering iron stand

Laser cut soldering iron stand made with 5mm plywood.


Notes:

  • Generate repository structure:
    tree -v -L 2 -I *.FCStd1 ./
    
  • Grab images
    tree -i | grep -i PerspectiveCamera_ViewAxo_640_480.jpg
    
  • Remove backup files from repository:
    rm */*.FCStd[0-9]
    

About