Added a new pic of 0.50

Added an index page to the documentation
This commit is contained in:
Pontus Borg
2021-01-21 03:46:28 +01:00
parent 4f0eeed5f1
commit dc59bbd1cd
3 changed files with 18 additions and 2 deletions

View File

@@ -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

BIN
doc/050_small.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

16
doc/index.md Normal file
View File

@@ -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)