Then it's in your firmware.
And stable version 0.91 rv8 produces an error when compiling:
Arduino: 1.8.3 (Windows 7), Плата:"Arduino Due (Native USB Port)"
In file included from sketch\Configuration.h:42:0,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\pins.h:303:0: warning: "E1_PINS" redefined [enabled by default]
#define E1_PINS
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:124:0: note: this is the location of the previous definition
#define E1_PINS ORIG_E1_STEP_PIN,ORIG_E1_DIR_PIN,ORIG_E1_ENABLE_PIN,
^
In file included from sketch\Configuration.h:42:0,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\pins.h:307:0: warning: "E2_PINS" redefined [enabled by default]
#define E2_PINS
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:125:0: note: this is the location of the previous definition
#define E2_PINS ORIG_E2_STEP_PIN,ORIG_E2_DIR_PIN,ORIG_E2_ENABLE_PIN,
^
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\HAL.h:42:0: warning: "F_CPU" redefined [enabled by default]
#define F_CPU 21000000 // should be factor of F_CPU_TRUE
^
<command-line>:0:0: note: this is the location of the previous definition
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\HAL.h:61:0: warning: "PSTR" redefined [enabled by default]
#define PSTR(s) s
^
In file included from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/WString.h:29:0,
from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/Print.h:26,
from sketch\HAL.h:38,
from sketch\Repetier.h:264,
from sketch\Commands.cpp:22:
C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/avr/pgmspace.h:34:0: note: this is the location of the previous definition
#define PSTR(str) (str)
^
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\HAL.h:62:0: warning: "pgm_read_byte_near" redefined [enabled by default]
#define pgm_read_byte_near(x) ((int8_t)x)
^
In file included from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/WString.h:29:0,
from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/Print.h:26,
from sketch\HAL.h:38,
from sketch\Repetier.h:264,
from sketch\Commands.cpp:22:
C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/avr/pgmspace.h:108:0: note: this is the location of the previous definition
#define pgm_read_byte_near(addr) pgm_read_byte(addr)
^
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\HAL.h:63:0: warning: "pgm_read_byte" redefined [enabled by default]
#define pgm_read_byte(x) ((int8_t)x)
^
In file included from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/WString.h:29:0,
from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/Print.h:26,
from sketch\HAL.h:38,
from sketch\Repetier.h:264,
from sketch\Commands.cpp:22:
C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/avr/pgmspace.h:102:0: note: this is the location of the previous definition
#define pgm_read_byte(addr) (*(const unsigned char )(addr))
^
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\HAL.h:65:0: warning: "pgm_read_word" redefined [enabled by default]
#define pgm_read_word(addr) ((const unsigned int )(addr))
^
In file included from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/WString.h:29:0,
from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/Print.h:26,
from sketch\HAL.h:38,
from sketch\Repetier.h:264,
from sketch\Commands.cpp:22:
C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/avr/pgmspace.h:103:0: note: this is the location of the previous definition
#define pgm_read_word(addr) ((const unsigned short )(addr))
^
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\HAL.h:152:0: warning: "LOW" redefined [enabled by default]
#define LOW 0
^
In file included from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/Arduino.h:44:0,
from sketch\HAL.h:137,
from sketch\Repetier.h:264,
from sketch\Commands.cpp:22:
C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/wiring_constants.h:27:0: note: this is the location of the previous definition
#define LOW 0x0
^
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\HAL.h:153:0: warning: "HIGH" redefined [enabled by default]
#define HIGH 1
^
In file included from C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/Arduino.h:44:0,
from sketch\HAL.h:137,
from sketch\Repetier.h:264,
from sketch\Commands.cpp:22:
C:\Users\Cyber\AppData\Local\Arduino15\packages\arduino\hardware\sam\1.6.11\cores\arduino/wiring_constants.h:26:0: note: this is the location of the previous definition
#define HIGH 0x1
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:1096:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
#define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
^
sketch\uilang.h:1097:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
#define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
^
sketch\uilang.h:1098:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
#define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:68:0: warning: "UI_DISPLAY_CHARSET" redefined [enabled by default]
#define UI_DISPLAY_CHARSET 1
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:93:0: note: this is the location of the previous definition
#define UI_DISPLAY_CHARSET 0
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:146:0: warning: "UI_ANIMATION" redefined [enabled by default]
#define UI_ANIMATION false // Animations are too slow
^
In file included from sketch\Repetier.h:117:0,
from sketch\Commands.cpp:22:
sketch\Configuration.h:313:0: note: this is the location of the previous definition
#define UI_ANIMATION 0
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:150:0: warning: "UI_COLS" redefined [enabled by default]
#define UI_COLS (UI_LCD_WIDTH/UI_FONT_WIDTH)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:94:0: note: this is the location of the previous definition
#define UI_COLS 20
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:151:0: warning: "UI_ROWS" redefined [enabled by default]
#define UI_ROWS (UI_LCD_HEIGHT/UI_FONT_HEIGHT)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:95:0: note: this is the location of the previous definition
#define UI_ROWS 4
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:152:0: warning: "UI_DISPLAY_CHARSET" redefined [enabled by default]
#define UI_DISPLAY_CHARSET 3
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:68:0: note: this is the location of the previous definition
#define UI_DISPLAY_CHARSET 1
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:187:0: warning: "UI_DISPLAY_RS_PIN" redefined [enabled by default]
#define UI_DISPLAY_RS_PIN _BV(4)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:104:0: note: this is the location of the previous definition
#define UI_DISPLAY_RS_PIN 29
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:188:0: warning: "UI_DISPLAY_RW_PIN" redefined [enabled by default]
#define UI_DISPLAY_RW_PIN _BV(5)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:105:0: note: this is the location of the previous definition
#define UI_DISPLAY_RW_PIN -1
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:189:0: warning: "UI_DISPLAY_ENABLE_PIN" redefined [enabled by default]
#define UI_DISPLAY_ENABLE_PIN _BV(6)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:106:0: note: this is the location of the previous definition
#define UI_DISPLAY_ENABLE_PIN 27
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:190:0: warning: "UI_DISPLAY_D0_PIN" redefined [enabled by default]
#define UI_DISPLAY_D0_PIN _BV(0)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:107:0: note: this is the location of the previous definition
#define UI_DISPLAY_D0_PIN -1
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:191:0: warning: "UI_DISPLAY_D1_PIN" redefined [enabled by default]
#define UI_DISPLAY_D1_PIN _BV(1)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:108:0: note: this is the location of the previous definition
#define UI_DISPLAY_D1_PIN -1
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:192:0: warning: "UI_DISPLAY_D2_PIN" redefined [enabled by default]
#define UI_DISPLAY_D2_PIN _BV(2)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:109:0: note: this is the location of the previous definition
#define UI_DISPLAY_D2_PIN -1
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:193:0: warning: "UI_DISPLAY_D3_PIN" redefined [enabled by default]
#define UI_DISPLAY_D3_PIN _BV(3)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:110:0: note: this is the location of the previous definition
#define UI_DISPLAY_D3_PIN -1
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:194:0: warning: "UI_DISPLAY_D4_PIN" redefined [enabled by default]
#define UI_DISPLAY_D4_PIN _BV(0)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:111:0: note: this is the location of the previous definition
#define UI_DISPLAY_D4_PIN 26
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:195:0: warning: "UI_DISPLAY_D5_PIN" redefined [enabled by default]
#define UI_DISPLAY_D5_PIN _BV(1)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:112:0: note: this is the location of the previous definition
#define UI_DISPLAY_D5_PIN 25
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:196:0: warning: "UI_DISPLAY_D6_PIN" redefined [enabled by default]
#define UI_DISPLAY_D6_PIN _BV(2)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:113:0: note: this is the location of the previous definition
#define UI_DISPLAY_D6_PIN 24
^
In file included from sketch\ui.h:410:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uiconfig.h:197:0: warning: "UI_DISPLAY_D7_PIN" redefined [enabled by default]
#define UI_DISPLAY_D7_PIN BV(3)
^
In file included from sketch\pins.h:285:0,
from sketch\Configuration.h:42,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
sketch\userpins.h:114:0: note: this is the location of the previous definition
#define UI_DISPLAY_D7_PIN 23
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:64:0: warning: "CHAR_RIGHT" redefined [enabled by default]
#define CHAR_RIGHT 187 //>>
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:24:0: note: this is the location of the previous definition
#define CHAR_RIGHT '-'
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:65:0: warning: "CHAR_SELECTOR" redefined [enabled by default]
#define CHAR_SELECTOR 255 //'>'
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:25:0: note: this is the location of the previous definition
#define CHAR_SELECTOR '>'
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:66:0: warning: "CHAR_SELECTED" redefined [enabled by default]
#define CHAR_SELECTED 254 //''
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:26:0: note: this is the location of the previous definition
#define CHAR_SELECTED ''
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:67:0: warning: "STR_auml" redefined [enabled by default]
#define STR_auml "\344"
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:27:0: note: this is the location of the previous definition
#define STR_auml "ae"
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:68:0: warning: "STR_Auml" redefined [enabled by default]
#define STR_Auml "\304"
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:28:0: note: this is the location of the previous definition
#define STR_Auml "Ae"
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:69:0: warning: "STR_uuml" redefined [enabled by default]
#define STR_uuml "\374"
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:29:0: note: this is the location of the previous definition
#define STR_uuml "ue"
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:70:0: warning: "STR_Uuml" redefined [enabled by default]
#define STR_Uuml "\334"
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:30:0: note: this is the location of the previous definition
#define STR_Uuml "Ue"
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:71:0: warning: "STR_ouml" redefined [enabled by default]
#define STR_ouml "\366"
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:31:0: note: this is the location of the previous definition
#define STR_ouml "oe"
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:72:0: warning: "STR_Ouml" redefined [enabled by default]
#define STR_Ouml "\326"
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:32:0: note: this is the location of the previous definition
#define STR_Ouml "Oe"
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:73:0: warning: "STR_szlig" redefined [enabled by default]
#define STR_szlig "\337"
^
In file included from sketch\ui.h:192:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:33:0: note: this is the location of the previous definition
#define STR_szlig "ss"
^
In file included from sketch\ui.h:1141:0,
from sketch\Repetier.h:271,
from sketch\Commands.cpp:22:
sketch\uilang.h:1096:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
#define UI_TEXT_EXTR0_SELECT "%X0 V"STR_auml"lj Extr. 1"
^
sketch\uilang.h:1097:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
#define UI_TEXT_EXTR1_SELECT "%X1 V"STR_auml"lj Extr. 2"
^
sketch\uilang.h:1098:34: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]
#define UI_TEXT_EXTR3_SELECT "%X2 V"STR_auml"lj Extr. 3"
^
In file included from sketch\Configuration.h:42:0,
from sketch\Repetier.h:117,
from sketch\Commands.cpp:22:
pins.h:374: error: 'PS_ON_PIN' was not declared in this scope
#define SENSITIVE_PINS {0, 1, X_STEP_PIN, X_DIR_PIN, X_ENABLE_PIN, X_MIN_PIN, X_MAX_PIN, Y_STEP_PIN, Y_DIR_PIN, Y_ENABLE_PIN, Y_MIN_PIN, Y_MAX_PIN, Z_STEP_PIN, Z_DIR_PIN, Z_ENABLE_PIN, Z_MIN_PIN, Z_MAX_PIN, LED_PIN, PS_ON_PIN, <br/>
^
sketch\Commands.cpp:24:38: note: in expansion of macro 'SENSITIVE_PINS'
const int sensitive_pins[] PROGMEM = SENSITIVE_PINS; // Sensitive pin list for M42
^
In file included from sketch\Repetier.h:264:0,
from sketch\Commands.cpp:22:
sketch\Commands.cpp: In static member function 'static void Commands::executeGCode(GCode)':
Commands.cpp:1100: error: 'PS_ON_PIN' was not declared in this scope
SET_OUTPUT(PS_ON_PIN); //GND
^
sketch\HAL.h:149:57: note: in definition of macro 'SET_OUTPUT'
#define SET_OUTPUT(pin) PIO_Configure(g_APinDescription[pin].pPort, PIO_OUTPUT_1, <br/>
^
Commands.cpp:1101: error: 'setPowerOn' is not a member of 'Printer'
Printer::setPowerOn(true);
^
exit status 1
'PS_ON_PIN' was not declared in this scope
___________________________________________________________________________
But 0.92.9 without any problems, is poured into the controller and almost works as with Mega 2560.
The smooth printing of the circumference does not work and the extruder motor on the new R-H is not controlled.