diff --git a/README.md b/README.md index 1d2cba1..155dff4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A very small 3D printer board for use on a direct drive toolhead. It is designed to be used with Klipper firmware. Klipper has the awesome feature to be able to use multiple MCUs connected to the host over a (relatively) high latency connection. Using CAN bus it is possible to chain many boards using just a pair of twisted wires and power. A good solution for multiple head 3D printers. -![Image of Board](doc/044stack.jpg) +![Image of Board](050_small.jpg) Features: * CAN bus. @@ -11,7 +11,7 @@ Features: * One big MOSFET for the hotend heater * Thermistor input * Support for an endstop (or filament runout sensnor) -* STM32F103 72Mhz MCU +* STM32F103 72Mhz 32bit ARM MCU * USB, for flashing firmware Main power is 12-24V. 24V is preferred to keep the currents low diff --git a/doc/050_small.jpg b/doc/050_small.jpg new file mode 100644 index 0000000..aa16dc0 Binary files /dev/null and b/doc/050_small.jpg differ diff --git a/doc/index.md b/doc/index.md new file mode 100644 index 0000000..aa8467b --- /dev/null +++ b/doc/index.md @@ -0,0 +1,16 @@ + + +# Huvud 3D Printer toolhead board +A very small 3D printer board for use on a direct drive toolhead. It is designed to be used with Klipper firmware. +Klipper has the awesome feature to be able to use multiple MCUs connected to the host over a (relatively) high latency connection. Using CAN bus it is possible to chain many boards using just a pair of twisted wires and power. A good solution for multiple head 3D printers. + +![Image of Board](050_small.jpg) + +### Documentation + +* [Pinout and hook up](doc/pinout.md) +* [Klipper configuration](doc/klipper.md) +* [CAN bus](doc/canbus.md) +* [Prototype versions of the board](doc/versions.md) + +