Fabacademy/machine making: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 26: | Line 26: | ||
[[Image:2010_05_03_110_076_004_minni.JPG|thumb|400 px|076-_004_board]] | [[Image:2010_05_03_110_076_004_minni.JPG|thumb|400 px|076-_004_board]] | ||
[[Image:2010_05_03_109_076_001_minni.JPG|thumb|400 px|076-_001_board]] | [[Image:2010_05_03_109_076_001_minni.JPG|thumb|400 px|076-_001_board]] | ||
You'll need to make four different types of circuit boards: | You'll need to make four different types of circuit boards: | ||
Line 37: | Line 33: | ||
*QTY 1 H-Bridge (076-004) [http://mtm.cba.mit.edu/fabinabox/dev/hbridge/overview.html] | *QTY 1 H-Bridge (076-004) [http://mtm.cba.mit.edu/fabinabox/dev/hbridge/overview.html] | ||
*QTY 3 D.Carr Driver Boards A3982-1.0 [http://makeyourbot.org/a3982-1-0] | *QTY 3 D.Carr Driver Boards A3982-1.0 [http://makeyourbot.org/a3982-1-0] | ||
*QTY 1 3 axis parallel port interface 1.0 [http://makeyourbot.org/3axisparallel-1-0] | |||
==FabNet== | ==FabNet== | ||
serialport = self.open_serial_port(fabnet_port, 38400, 0.2) -> serialport = self.open_serial_port(fabnet_port, 19200, 0.2) | serialport = self.open_serial_port(fabnet_port, 38400, 0.2) -> serialport = self.open_serial_port(fabnet_port, 19200, 0.2) | ||
==Software== | |||
*[http://makeyourbot.org/emc EMC] | |||
* [http://makeyourbot.org/cad-py cad.py] | |||
==Questions and thoughts == | ==Questions and thoughts == |
Revision as of 14:37, 3 May 2010
We made Mantis 9,1:
Here are instructions and step by step instructions in making the Mantis 9.1
We did have inventory.
Spindle making
- For the spindle making we used the low cost spindle 1.0 http://makeyourbot.org/low-cost-spindle-1-0
The 3 axis motor
- This is the motor we use for the 3 axis sleds [1]
Board making
You'll need to make four different types of circuit boards:
- QTY 1 Fabnet Adaptor Board (076-000a) [2]
- QTY 1 Stepper Motor Controller (076-001) [3]
- QTY 1 H-Bridge (076-004) [4]
- QTY 3 D.Carr Driver Boards A3982-1.0 [5]
- QTY 1 3 axis parallel port interface 1.0 [6]
FabNet
serialport = self.open_serial_port(fabnet_port, 38400, 0.2) -> serialport = self.open_serial_port(fabnet_port, 19200, 0.2)
Software
Questions and thoughts
- How do we combine
- before making the spindle ->
- On the Fab Net, suggestion, to help debugging, it would be good to have leds on transmit and receive, to be able to see if we are transmitting information or not.