Skip to content

Commit de076de

Browse files
authored
Initial commit
0 parents  commit de076de

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.gitignore

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# For PCBs designed using KiCad: http://www.kicad-pcb.org/
2+
# Format documentation: http://kicad-pcb.org/help/file-formats/
3+
4+
# Temporary files
5+
*.000
6+
*.bak
7+
*.bck
8+
*.kicad_pcb-bak
9+
*~
10+
_autosave-*
11+
*.tmp
12+
*-cache.lib
13+
*-rescue.lib
14+
*-save.pro
15+
*-save.kicad_pcb
16+
17+
# Netlist files (exported from Eeschema)
18+
*.net
19+
20+
# Autorouter files (exported from Pcbnew)
21+
*.dsn
22+
*.ses
23+
24+
# Exported BOM files
25+
*.xml
26+
*.csv

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# 3D-Printer-Filament-Runout-Sensor
2+
This is a low filament detector for your 3d printer. When your filament runs out it will sound the alarm and flash the RGB LED giving you time to pause or reload your filament.

0 commit comments

Comments
 (0)