You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,24 @@
1
-
##Da Vinci Firmware based on Repetier (0.92.3)
1
+
##Da Vinci Firmware based on Repetier (0.92.10) Alpha
2
2
============================
3
3
4
-
[](https://gitter.im/luc-github/Repetier-Firmware-0.92?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5
-
Ide 1.6.5 and module Due 1.6.4 : [](https://travis-ci.org/luc-github/Repetier-Firmware-0.92)
4
+
[](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, 2.0 dual fans and also AiO (NB:scanner function is not supported so AiO will work like an 1.0A)
9
11
If you change the board, currently DUE based are supported with RADDS, as well as Graphical screen and LCD with encoder, there are some sample configuration files provided for RADDS/DUE/GLCD using 1/128 step drivers.
10
12
11
13
YOU MIGHT DAMAGE YOUR PRINTER OR VOID YOUR WARRANTY, DO IT ON YOUR OWN RISK. When it is possible on 1.0/2.0, currently on 1.0A/2.0A and AiO there is no way to revert to stock fw so be sure of what you are doing.
12
14
13
15
***
14
-
###Support for 1.0A/2.0A/AiO(no scanner) is implemented and need feedback.
15
-
16
-
###:boom:New alpha version based on 0.92.10 is ready for test [here](https://github.com/luc-github/Repetier-Firmware-0.92/tree/devt)
17
-
* Multilangue :globe_with_meridians:
18
-
* AiO support for scanner :camera:
19
-
* Better auto leveling :tractor:
16
+
AiO scanner support is present in FW but scanner software support is currently basic, [horus](https://github.com/bqlabs/horus) is a good candidat, feel free to help [here](https://github.com/luc-github/Repetier-Firmware-0.92/issues/156)
20
17
21
18
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).
22
19
***
23
20
24
-
Here are just a few of the benifits of using this firmware:
21
+
Here are just a few of the benefits of using this firmware:
25
22
26
23
* It works with host software such as [repetier host](http://repetier.com) and [OctoPrint](http://octoprint.org/) giving you full control of your hardware.
27
24
* It works stand alone if you use a WIFI SD Card.
@@ -35,16 +32,16 @@ The previous version (based on repetier v0.91) can be found [here](https://githu
35
32
36
33
***
37
34
##Current Status
38
-
####Beta - so far so good
35
+
####Alpha - so far so good
39
36
40
37
***
41
38
##Installation
42
39
1. With the machine off remove the back panel and short the jumper JP1 or J37 depending on model. Some Boards do not have jumper pins exposed but can still be shorted with a conductive wire.
43
-
2. Turn the machine on and wait a few seconds then turn it off again. The machine will have been flashed removing the current stock firmware and allowing it to be detected as a normal arduino DUE. NOTE: Windows users may need to install drivers to detect the board. Consult the Voltivo forums.
44
-
Note : points 1 and 2 are only needed to wipe the stock fw or a corrupted fw, for update they are not necessary.
45
-
3. Use an arduino IDE supporting arduino DUE, [version 1.5.8+ or 1.6.5](http://arduino.cc/en/Main/OldSoftwareReleases), 1.6.0+ bring several issues, but 1.6.5 seems working well with Due 1.6.4 module for board manager.
46
-
4. Update arduino files (variants.cpp and USBCore.cpp) with the one(s) present in src\ArduinoDUE\AdditionalArduinoFiles\1.5.8. or in src\ArduinoDUE\AdditionalArduinoFiles\1.6.5 according your IDE version
47
-
NOTE: You do not need to compile arduino from source these files are in the arduino directory structure. On Mac you will need to right click on the Arduino.app to Show Package Contents.
40
+
2. Turn the machine on and wait a few seconds then turn it off again. The machine will have been flashed removing the current stock firmware and allowing it to be detected as a normal arduino DUE. NOTE: Windows users may need to install drivers to detect the board. Consult the Voltivo forums.
41
+
Note : points 1 and 2 are only needed to wipe the stock fw or a corrupted fw, for update they are not necessary.
42
+
3. Use an arduino IDE supporting arduino DUE, [1.6.9](http://arduino.cc/en/Main/OldSoftwareReleases)with Due 1.6.8 module from board manager.
43
+
4. Update variants.cpp arduino file with the one present in src\ArduinoDUE\AdditionalArduinoFile according your IDE version
44
+
NOTE: You do not need to compile arduino from source these files are in the arduino directory structure (click on preferences.txt in Files/Preferences dialog box).
48
45
5. Open the project file named repetier.ino located in src\ArduinoDUE\Repetier directory in the arduino IDE.
49
46
6. Modify the DAVINCI define in Configuration.h file to match your targeted Da Vinci. See below.
50
47
7. Under the tools menu select the board type as Arduino DUE (Native USB Port) and the proper port you have connected to the printer. NOTE: You can usually find this out by looking at the tools -> port menu both before and after plugging in the printer to your computer's USB.
@@ -58,14 +55,14 @@ If done correctly you will see the arduino sketch compile successfully and outpu
58
55
For information on upgrading from or reverting to stock FW and other procedures please check [Da Vinci Voltivo forum](http://voltivo.com/forum/davinci).
59
56
<h4>:warning:There is no known way to revert to stock FW on 1.0A/2.0A/AiO until today.</h4>
60
57
61
-
Do not forget to modify the Configuration.h to match your targeted Da Vinci: 1.0, 2.0 SF or 2.0.
58
+
Do not forget to modify the configuration.h to match your targeted Da Vinci: 1.0, 2.0 SF or 2.0.
62
59
for basic installation just change :
63
60
'<code>#define DAVINCI 1 // "1" For DAVINCI 1.0, "2" For DAVINCI 2.0 with 1 FAN, "3" For DAVINCI 2.0 with 2 FANS, 4 For AiO (no scanner)</code>'
64
61
0 for not Davinci board (like DUE/RADDS)
65
62
1 for DaVinci 1.0 (1Fan, 1 Extruder)
66
63
2 for DaVinci 2.0 SF (1Fan, 2 Extruders)
67
64
3 for DaVinci 2.0 (2Fans, 2 Extruders)
68
-
4 for DaVinci AiO (no scanner)
65
+
4 for DaVinci AiO
69
66
70
67
Support for 1.0A and 2.0A: need to change <CODE>#define MODEL 0</CODE> to <CODE>#define MODEL 1</CODE>
71
68
@@ -78,13 +75,18 @@ Or a great video done by Daniel Gonos: https://www.youtube.com/watch?v=rjuCvlnpB
Do not ask help on repetier github they do not support this FW / printer - please use this [github for issues](https://github.com/luc-github/Repetier-Firmware-0.92/issues)
*[Documentation](https://github.com/luc-github/Repetier-Firmware-0.92/wiki) TBD - feel free to help
83
84
84
85
***
85
86
##Implemented
86
-
* Standard GCODE commands
87
-
* Single/Dual extruders support (DaVinci 1.0(a)/2.0(a) and AiO without scanner)
87
+
* 0.92.10 [Repetier](https://github.com/repetier/Repetier-Firmware) based
88
+
* Standard GCODE commands
89
+
* Single/Dual extruders support (DaVinci 1.0/2.0 all generations but AiO)
88
90
* Single Fan / Dual fans support according printer configuration
89
91
* Repurpose of second fan usage to be controlled by M106/M107 commands on Da Vinci 2.0
90
92
* Sound and Lights management, including powersaving function (light can be managed remotely by GCODE)
@@ -104,7 +106,8 @@ Or a great video done by Daniel Gonos: https://www.youtube.com/watch?v=rjuCvlnpB
104
106
* Several fixes from original FW
105
107
* Watchdog
106
108
* Basic Wifi support for module ESP8266 (https://github.com/luc-github/ESP8266/blob/master/README.md#result-of-esp12e-on-davinci)
107
-
* Customized thermistor tables for bed and extruder(s) as Davinci board do not follow design of others 3D printer boards so standard tables do not work properly [check here](http://voltivo.com/forum/davinci-firmware/438-repetier-91-e3d-v6-extruder#3631)
109
+
* Customized thermistor tables for bed and extruder(s) as Davinci boards do not follow design of others 3D printer boards so standard tables do not work properly [check here](http://voltivo.com/forum/davinci-firmware/438-repetier-91-e3d-v6-extruder#3631)
110
+
* Multilanguage at runtime (EN/FR/GE/NL/SW) more to come if get help : check [here](https://github.com/luc-github/Repetier-Firmware-0.92/issues/123)
108
111
* More to come ....
109
112
110
113
***
@@ -119,7 +122,4 @@ If not, you should have "Watchdog feature was not compiled into this version!" i
Every support is welcome: [<imgsrc="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG_global.gif"border="0"alt="PayPal – The safer, easier way to pay online.">](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VT5LV38N4U3VQ)
125
-
Especially if need to buy new printer to add FW support.
0 commit comments