estructurando el contenido

This commit is contained in:
Maurice Haedo Sanabria 2023-05-28 22:30:38 -07:00
parent 3a528ade9e
commit f7747aaa6a
73 changed files with 5526629 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
construir/petalot

View File

@ -0,0 +1,10 @@
pirometro
termocupla tipo k
relay de 5v
motor con reductor
control de velocidad para el motor,.
fuente 12 v 5 amp
hotend preparado
piezas imprimibles.

1
construir/petalot Submodule

@ -0,0 +1 @@
Subproject commit 4920d81e586912a859d5a55dda85b51840922bc7

Binary file not shown.

Binary file not shown.

BIN
fabricar/clamp/Clamp.svg Normal file

Binary file not shown.

View File

@ -0,0 +1 @@
This thing was created by Thingiverse user Damilola_abass, and is licensed under cc.

View File

@ -0,0 +1 @@
Clip for cloth by Damilola_abass on Thingiverse: https://www.thingiverse.com/thing:5420769

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View File

@ -0,0 +1,2 @@
linear_extrude (5)
import("C:/Users/m00/Desktop/Clamp.svg");

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -0,0 +1 @@
This thing was created by Thingiverse user ociotec, and is licensed under cc-nc-nd.

View File

@ -0,0 +1 @@
Mecano parts by ociotec on Thingiverse: https://www.thingiverse.com/thing:2942694

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,2 @@
linear_extrude(5)
import("C:/Users/m00/Desktop/Sin título-1.svg");

Binary file not shown.

Binary file not shown.

Binary file not shown.

1376972
fabricar/trophy/2023--trophy.stl Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

0
necesidades.txt Normal file
View File

View File

@ -1 +0,0 @@
prueba git

32
workflow.txt Normal file
View File

@ -0,0 +1,32 @@
git pull
git add ./
git commit -m "comentario"
git push
---
git pull --descargar archivos y actualizar local
git add ./ --aplicar cambios
git commit -m " comentario" --comentar y confirmar cambios
git push ----subir archivos y actualizar remoto
---
Este es un ejemplo de cómo puede lucir el archivo .gitignore :
# Ignora archivos del sistema Mac
.DS_store
# Ignora la carpeta node_modules
node_modules
# Ignora todos los archivos de texto
*.txt
# Ignora los archivos relacionados a API keys
.env
# Ignora archivos de configuración SASS
.sass-cache