estructurando el contenido
@ -0,0 +1 @@
|
||||
construir/petalot
|
@ -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.
|
||||
|
@ -0,0 +1 @@
|
||||
Subproject commit 4920d81e586912a859d5a55dda85b51840922bc7
|
@ -0,0 +1 @@
|
||||
This thing was created by Thingiverse user Damilola_abass, and is licensed under cc.
|
@ -0,0 +1 @@
|
||||
Clip for cloth by Damilola_abass on Thingiverse: https://www.thingiverse.com/thing:5420769
|
After Width: | Height: | Size: 154 KiB |
@ -0,0 +1,2 @@
|
||||
linear_extrude (5)
|
||||
import("C:/Users/m00/Desktop/Clamp.svg");
|
After Width: | Height: | Size: 43 KiB |
@ -0,0 +1 @@
|
||||
This thing was created by Thingiverse user ociotec, and is licensed under cc-nc-nd.
|
@ -0,0 +1 @@
|
||||
Mecano parts by ociotec on Thingiverse: https://www.thingiverse.com/thing:2942694
|
After Width: | Height: | Size: 70 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 43 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 85 KiB |
After Width: | Height: | Size: 103 KiB |
After Width: | Height: | Size: 83 KiB |
After Width: | Height: | Size: 83 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 76 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 55 KiB |
After Width: | Height: | Size: 41 KiB |
@ -0,0 +1,2 @@
|
||||
linear_extrude(5)
|
||||
import("C:/Users/m00/Desktop/Sin título-1.svg");
|
@ -1 +0,0 @@
|
||||
prueba git
|
@ -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
|