Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
smoothieboard-v1 [2017/01/25 18:35] arthur |
smoothieboard-v1 [2018/09/18 20:25] (current) 51.6.19.46 old revision restored (2018/05/29 00:28) |
||
---|---|---|---|
Line 6: | Line 6: | ||
Smoothieboard is an [[http://www.oshwa.org/definition/|Open-Source Hardware]] CNC controller designed by the Smoothie community to run the [[http://smoothieware.org|Smoothieware]] firmware. | Smoothieboard is an [[http://www.oshwa.org/definition/|Open-Source Hardware]] CNC controller designed by the Smoothie community to run the [[http://smoothieware.org|Smoothieware]] firmware. | ||
- | It's main design goals are : | + | Its main design goals are : |
* Uses as powerful hardware as possible at the time | * Uses as powerful hardware as possible at the time | ||
* Can control several machine types ( 3D printers, lasers, CNC mills/routers ) | * Can control several machine types ( 3D printers, lasers, CNC mills/routers ) | ||
* Easy to setup and use | * Easy to setup and use | ||
- | * Easy to do weird, new and exiting things with | + | * Easy to do weird, new and exciting things with |
* Easy to develop for | * Easy to develop for | ||
Line 26: | Line 26: | ||
</col> | </col> | ||
<col md="4"> | <col md="4"> | ||
- | [[image https://raw.githubusercontent.com/Bouni/smoothieboard-graphics/master/smoothieboard-fritzing.png width="100%"]] | + | <html> |
+ | <img src="https://raw.githubusercontent.com/Bouni/smoothieboard-graphics/master/smoothieboard-fritzing.png" width="100%"> | ||
+ | </html> | ||
</col> | </col> | ||
</grid> | </grid> | ||
Line 51: | Line 53: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image http://mbed.org/media/uploads/synvox/lpc1768_mbed_pinout.gif width="100%"]] | + | <html><img src="http://mbed.org/media/uploads/synvox/lpc1768_mbed_pinout.gif" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 61: | Line 63: | ||
<col md="9"> | <col md="9"> | ||
- | The USB interface connects to a host ( your computer ), and can be used :Â | + | The USB interface connects to a host ( your computer ), and can be used : |
- | * Via it's USB/MSD ( Mass storage ) interface to directly access the SD card in the board ( read, edit, copy/paste files ) | + | * Via its USB/MSD ( Mass storage ) interface to directly access the SD card in the board ( read, edit, copy/paste files ) |
- | * Via it's USB/CDC ( Serial ) interface to send commands ( like [[http://smoothieware.org/supported-g-codes|Gcodes]] ) for execution, for example using host [[software]] | + | * Via its USB/CDC ( Serial ) interface to send commands ( like [[http://smoothieware.org/supported-g-codes|Gcodes]] ) for execution, for example using host [[software]] |
This allows for pretty neat things like : | This allows for pretty neat things like : | ||
Line 76: | Line 78: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image https://images-na.ssl-images-amazon.com/images/G/01/aplusautomation/vendorimagesUSB2HABX.Main._CB348978884_.jpg width="100%"]] | + | <html><img src="https://images-na.ssl-images-amazon.com/images/G/01/aplusautomation/vendorimagesUSB2HABX.Main._CB348978884_.jpg" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 96: | Line 98: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image https://assets.vg247.com/current//2016/09/ethernet-cable.jpg width="100%"]] | + | <html><img src="https://assets.vg247.com/current//2016/09/ethernet-cable.jpg" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 121: | Line 123: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image https://www.parallax.com/sites/default/files/styles/full-size-product/public/32319a.png?itok=LJuaeoxH width="100%"]] | + | <html><img src="https://www.parallax.com/sites/default/files/styles/full-size-product/public/32319a.png?itok=LJuaeoxH" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 142: | Line 144: | ||
* Great heat-sinking allowing use of their full 2A current rating, for more torque/speed | * Great heat-sinking allowing use of their full 2A current rating, for more torque/speed | ||
- | The Smoothieboard 3XÂ has 3 drivers, the 4X has 4 drivers, and the 5XÂ has 5Â drivers, thus their names. | + | The Smoothieboard 3X has 3 drivers, the 4X has 4 drivers, and the 5X has 5 drivers, thus their names. |
See [[/currentcontrol|Current Control]] | See [[/currentcontrol|Current Control]] | ||
Line 148: | Line 150: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image http://www.image.micros.com.pl/_icon_auto/tssop24.jpg width="100%"]] | + | <html><img src="http://www.image.micros.com.pl/_icon_auto/tssop24.jpg" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 174: | Line 176: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image https://cdn.sparkfun.com//assets/parts/4/5/5/5/10213-01.jpg width="100%"]] | + | <html><img src="https://cdn.sparkfun.com//assets/parts/4/5/5/5/10213-01.jpg" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 180: | Line 182: | ||
== Temperature reading | == Temperature reading | ||
- | |||
<grid> | <grid> | ||
<col md="9"> | <col md="9"> | ||
Line 186: | Line 187: | ||
All v1 boards come with 4 temperature reading inputs. | All v1 boards come with 4 temperature reading inputs. | ||
- | These can be used to read the resistance of thermistors in your hotend or heated bed, inferring from it it's current temperature, and from this the [[/temperature-control|temperature control]] module can regulate the temperature by choosing whether to heat it or not. | + | These can be used to read the resistance of thermistors in your hotend or heated bed, inferring from it its current temperature, and from this the [[/temperature-control|temperature control]] module can regulate the temperature by choosing whether to heat it or not. |
See [[/temperature-control|Temperature Control]]. | See [[/temperature-control|Temperature Control]]. | ||
Line 192: | Line 193: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image https://thatscienceguy.files.wordpress.com/2011/03/1024px-magnox_reactor_schematic_int-svg.png width="100%"]] | + | <html><img src="https://thatscienceguy.files.wordpress.com/2011/03/1024px-magnox_reactor_schematic_int-svg.png" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 208: | Line 209: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image http://www.parkerhydraulics.co.uk/wp-content/uploads/2013/09/MV-Limit-Switches.png width="100%"]] | + | <html><img src="http://www.parkerhydraulics.co.uk/wp-content/uploads/2013/09/MV-Limit-Switches.png" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 220: | Line 221: | ||
Smoothieboard has a main power input that supports from 12 to 24V. | Smoothieboard has a main power input that supports from 12 to 24V. | ||
- | Each mosfet pair must also be powered via it's own, separate input, supporting from 12 to 24V. | + | Each mosfet pair must also be powered via its own, separate input, supporting from 12 to 24V. |
The board's logic power can be provided via USB, via the 5V power input, or by adding the [[/voltageregulator|voltage regulator]] to the board. The board will automatically select the best power input amongst those you provide. | The board's logic power can be provided via USB, via the 5V power input, or by adding the [[/voltageregulator|voltage regulator]] to the board. The board will automatically select the best power input amongst those you provide. | ||
Line 228: | Line 229: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image http://opensourceecology.org/w/images/d/d8/UPS.png width="100%"]] | + | <html><img src="http://opensourceecology.org/w/images/d/d8/UPS.png" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 246: | Line 247: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image http://arthurwolf.github.io/smoothieboard-graphics/smoothieboard-wiring.svg width="100%"]] | + | <html><img src="http://arthurwolf.github.io/smoothieboard-graphics/smoothieboard-wiring.svg" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
Line 268: | Line 269: | ||
</col> | </col> | ||
<col md="3"> | <col md="3"> | ||
- | [[image https://olimex.files.wordpress.com/2012/05/oshw-logo.png width="100%"]] | + | <html><img src="https://olimex.files.wordpress.com/2012/05/oshw-logo.png" width="100%"></html> |
</col> | </col> | ||
</grid> | </grid> | ||
~~CLEARFIX~~ | ~~CLEARFIX~~ |