Link al video
- FreeCAD
- Installation
- GIT/cloud repository setup
- Fork FreeCAD skeleton
- Run setup_tool freecad script
- Directory tree explanation
- FreeCAD Basic usage. Feature editing
- Sketches
- Constraints
- fully constraint
- Pads/Pockets
- Fillets/Chanfers
- How to use the assembly4 add-on to make assemblies
- Two Examples:
- Mounting a Realsense to 2020 alu profiles
- Mounting a Hokuyo Lidar to our humanoid robot
- How to generate a STL for 3D printing
- How to generate a SVG for laser cutting (acrilic)
- Para impresión 3D
- Modificación de STLs
- Montaje del laser hokuyo. (Step files)
- Abrazadera para seek thermal. (STL files)
- How to import and modify STL
- Select Mesh design workbench
- "Split selected mesh into its components"
- Select the component that is the actual object to be converted to solid
- Delete other "parasite" components
- "Checks whether the mesh is a solid"
- Use "Close holes interactively" to fix
- Simplify mesh
- In FreeCAD:
- Meshes -> Decimation -> 30%-50%
- Reapply until you reach 10000 faces
- In MeshLab: Better results
- Filters -> Selection -> Select All
- Filters -> Remeshing, Simplification, Reconstruction -> Simplification: Quadric Edge Collapse Decimation.
- "Target number of faces: 10000" (to your "taste")
- Part workbench
- "Create shape from mesh"
- "Convert to solid"
- or "Shape builder" -> "Solid from shell"
En la siguiente página del wiki:
arcoslab_git_workflow
- Revisar la sección de configuración incial
- Revisar la sección para FreeCAD
- Tener una instalación de Ubuntu Focal o Debian Unstable
- Tener conocimientos previos básicos en el uso de la consola de Linux
- Instalar los siguientes paquetes previamente, para acelerar la ejecución del video tutorial:
sudo apt-get install meshlab
- Necesitan tener permisos de "Reporter" en el namespace "arcoslab/shared" del gitlab del ARCOS-Lab
- Necesitan tener permisos de "Maintainer" en el namespace "arcoslab/shared/submodules" del gitlab del ARCOS-Lab
- Necesitan tener permisos de "Owner" en el namespace "arcoslab/masters" o "arcoslab/licenciatura" o "arcoslab/bach" para realizar el "forking" a ese namespace nuevo.
- No nos hacemos responsables por perdida de datos.