Fabacademy/machine making: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
* [http://makeyourbot.org/mantis9-build http://makeyourbot.org/mantis9-build] | * [http://makeyourbot.org/mantis9-build http://makeyourbot.org/mantis9-build] | ||
Spindle making | ==Spindle making== | ||
* For the spindle making we used the low cost spindle 1.0 http://makeyourbot.org/low-cost-spindle-1-0 | * For the spindle making we used the low cost spindle 1.0 http://makeyourbot.org/low-cost-spindle-1-0 | ||
[[Image:2010_05_03_123_spindle_minni.JPG|thumb|400 px|Spindle]] | |||
The 3 axis motor | The 3 axis motor | ||
*This is the motor we use for the | *This is the motor we use for the 3 axis sleds [http://www.alltronics.com/cgi-bin/category.cgi?item=24M014] | ||
==Board making== | ==Board making== | ||
Line 22: | Line 23: | ||
[[Image:2010_05_03_125_machine_crop_mnni.JPG|thumb|400 px|Machine]] | [[Image:2010_05_03_125_machine_crop_mnni.JPG|thumb|400 px|Machine]] | ||
[[Image:2010_05_03_124_machine_crop_minni.JPG|thumb|400 px|Machine]] | [[Image:2010_05_03_124_machine_crop_minni.JPG|thumb|400 px|Machine]] | ||
[[Image:2010_05_03_119_cables_minni.JPG|thumb|400 px|Cables]] | [[Image:2010_05_03_119_cables_minni.JPG|thumb|400 px|Cables]] | ||
[[Image:2010_05_03_116_xyz_motor_minni.JPG|thumb|400 px|XYZ_board]] | [[Image:2010_05_03_116_xyz_motor_minni.JPG|thumb|400 px|XYZ_board]] |
Revision as of 14:12, 3 May 2010
We made Mantis 9,1:
Here are instructions and the second link is videos of step by step in making the Mantis 9,1
- http://makeyourbot.org/mantis9.1 (this site has also the design file and the build templates.)
- http://makeyourbot.org/mantis9-build (this has the videos you will need step by step in the making.)
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
- Triplestepper, controller [2]
You'll need to make four different types of circuit boards:
- QTY 1 Fabnet Adaptor Board (076-000a) [3]
- QTY 1 Stepper Motor Controller (076-001) [4]
- QTY 1 H-Bridge (076-004) [5]
- QTY 3 D.Carr Driver Boards A3982-1.0 [6]
FabNet
serialport = self.open_serial_port(fabnet_port, 38400, 0.2) -> serialport = self.open_serial_port(fabnet_port, 19200, 0.2)
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.