From 5b27ea3d8c60d0577d7ff00a536850b215e141b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Poulhi=C3=A8s?= Date: Fri, 16 Jun 2017 21:11:35 +0200 Subject: [PATCH] README + tasks --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1973b0 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# Electronic +- [ ] prototype on breadboard: + - [ ] power motor and arduino from 12V + - [ ] use button and endstop to do a reset +- [ ] finish PCB design +- [ ] create PCB (engrave, drill, solder) +- [ ] test PCB + +# 3D printing + +## gears +- [ ] remodel gears +- [ ] print gears +- [ ] test gears + +## laser +- [ ] remodel laser holder +- [ ] print laser holder +- [ ] test laser holder + +## rod holder +- [ ] remodel rod holder +- [ ] print rod holder +- [ ] test rod holder + +## model a box +- [ ] model a box +- [ ] print box +- [ ] assemble/test box + +# Mecanics +- [ ] plan for assembly +- [ ] assemble + +# Software +- [ ] first proto that only drive the gear +- [ ] second proto that can do reset + +# general +- [ ] test \ No newline at end of file