Update README.md

Add comment for AiO
Sample-DUE-RADDS-GLCD
Luc 2015-06-13 21:13:27 +08:00
rodzic 42d659cd12
commit 1266480826
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -3,10 +3,12 @@
[![Join the chat at https://gitter.im/luc-github/Repetier-Firmware-0.92](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/luc-github/Repetier-Firmware-0.92?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
This firmware is based on the popular repetier firmware and modified to work with first generation Da Vinci 1.0, 2.0 single fan and 2.0.
This firmware is based on the popular repetier firmware and modified to work with first generation Da Vinci 1.0, 2.0 single fan and 2.0., per feedback it seems also working on AiO but scanner function is not support so it will work like a 1.0A
YOU MIGHT DAMAGE YOUR PRINTER OR VOID YOUR WARRANTY, DO IT ON YOUR OWN RISK.
***
###Support for 1.0A/2.0A is implemented and need feedback
###Support for 1.0A/2.0A is implemented and need feedback AiO need settings tunning
The board can be easily exposed by removing the back panel of the printer secured by two torx screws. Supported boards have a jumper labeled JP1, second generation boards have a jumper labeled J37. More info can be found on the [Voltivo forum](http://voltivo.com/forum/davinci-peersupport/340-new-kind-of-mainboard-no-j1-erase-jumper).
***
@ -55,7 +57,7 @@ for basic installation just change :
2 for DaVinci 2.0 SF (1Fan, 2 Extruders)
3 for DaVinci 2.0 (2Fans, 2 Extruders)
Support for 1.0A and 2.0A: need to change <CODE>#define MODEL 0</CODE> to <CODE>#define MODEL 1</CODE>
Support for 1.0A and 2.0A and AiO: need to change <CODE>#define MODEL 0</CODE> to <CODE>#define MODEL 1</CODE>
To repurpose the main Extruder cooling fan to be controlled VIA G-Code instructions M106/M107:
Set REPURPOSE_FAN_TO_COOL_EXTRUSIONS to 1, do not forget to add a fan with power source to cool extruder permanently if you use this option.