Skip to content

Commit a1d7816

Browse files
committed
Fix version for last release before 0.92.10
1 parent b5bbc65 commit a1d7816

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ArduinoDUE/Repetier/Configuration.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
// ################## EDIT THESE SETTINGS MANUALLY ################
2323

24-
#define DAVINCI 2 // "0" if not DAVINCI, "1" For DAVINCI 1.0, "2" For DAVINCI 2.0 with 1 FAN, "3" For DAVINCI 2.0 with 2 FAN, 4 for AiO (WITH NO SCANNER SUPPORT)
24+
#define DAVINCI 1 // "0" if not DAVINCI, "1" For DAVINCI 1.0, "2" For DAVINCI 2.0 with 1 FAN, "3" For DAVINCI 2.0 with 2 FAN, 4 for AiO (WITH NO SCANNER SUPPORT)
2525
#define MODEL 0//"0" for first generation (jumper JP1 to reset ) , "1" for new generation (jumper J37 to reset)
2626
#define REPURPOSE_FAN_TO_COOL_EXTRUSIONS 0 //Setting this to 1 will repurpose the main Extruder cooling fan to be controlled VIA M106/M107
2727
//Warning: for DaVinci 1.0 need to add a permanent fan with power supply to cool extruder
@@ -30,9 +30,9 @@
3030

3131
//Version
3232
#define VERSION_MAJOR "1"
33-
#define VERSION_MINOR_YEAR "15"
34-
#define VERSION_MINOR_MONTH "10"
35-
#define VERSION_MINOR_DAY "30"
33+
#define VERSION_MINOR_YEAR "16"
34+
#define VERSION_MINOR_MONTH "04"
35+
#define VERSION_MINOR_DAY "11"
3636
#define VERSION_BUILD "1"
3737

3838
//Davinci screen is not standard reprap it is WINSTAR 16x4

0 commit comments

Comments
 (0)