کمک درباره فریمور پرینتر سه بعدی
	
	
		سلام 
من با کامپایل فریمور مرلین مشکل دارم اردواینو IDE ارور کامپایلر میده 
 ارورها:
In file included from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:43:0,
                 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\fastio.h:4041:4: error: #error pins for this chip not defined in arduino.h! If you write an appropriate pin definition and have this firmware work on your chip, please submit a pull request
   #error pins for this chip not defined in arduino.h! If you write an appropriate pin definition and have this firmware work on your chip, please submit a pull request
    ^
In file included from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\pins_RAMPS_14_EFB.h:31:0,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\pins.h:59,
from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Conditionals.h:270,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Configuration_adv.h:688,
from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Configuration.h:1129,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:44,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\pins_RAMPS_14.h:48:4: error: #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
   #error Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
    ^
In file included from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:64:0,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h: In member function 'uint8_t MarlinSerial::available()':
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:116:21: error: 'rx_buffer' was not declared in this scope
uint8_t h = rx_buffer.head;
                     ^
In file included from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Configuration.h:42:0,
from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:44,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h: In member function 'void MarlinSerial::write(uint8_t)':
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:60:33: error: 'UCSRA' was not declared in this scope
 #define M_UCSRxA SERIAL_REGNAME(UCSR,SERIAL_PORT,A) // defines M_UCSRxA to be UCSRnA where n is the serial port number
                                 ^
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\macros.h:31:22: note: in definition of macro 'TEST'
 #define TEST(n,b) (((n)&_BV(b))!=0)
                      ^
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:51:52: note: in expansion of macro 'SERIAL_REGNAME_INTERNAL'
 #define SERIAL_REGNAME(registerbase,number,suffix) SERIAL_REGNAME_INTERNAL(registerbase,number,suffix  )
                                                    ^
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:60:18: note: in expansion of macro 'SERIAL_REGNAME'
 #define M_UCSRxA SERIAL_REGNAME(UCSR,SERIAL_PORT,A) // defines M_UCSRxA to be UCSRnA where n is the serial port number
                  ^
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:123:20: note: in expansion of macro 'M_UCSRxA'
 while (!TEST(M_UCSRxA, M_UDREx))
                    ^
In file included from e:\program files\arduino\hardware\tools\avr\avr\include\avr\i  o.h:99:0,
 from e:\program files\arduino\hardware\tools\avr\avr\include\avr\p  gmspace.h:88,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:38,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:65:32: error: 'UDRE' was not declared in this scope
 #define M_UDREx SERIAL_REGNAME(UDRE,SERIAL_PORT,)
                                ^
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:123:15: note: in expansion of macro 'TEST'
  while (!TEST(M_UCSRxA, M_UDREx))
               ^
                              ^
In file included from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:64:0,
from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:66:31: error: 'UDR' was not declared in this scope
 #define M_UDRx SERIAL_REGNAME(UDR,SERIAL_PORT,)
                               ^
In file included from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Configuration.h:42:0,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:44,
from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h: In member function 'void MarlinSerial::checkRx()':
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:60:33: error: 'UCSRA' was not declared in this scope
 #define M_UCSRxA SERIAL_REGNAME(UCSR,SERIAL_PORT,A) // defines M_UCSRxA to be UCSRnA where n is the serial port number
            
  
                ^
                          ^
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:66:31: error: 'UDR' was not declared in this scope
 #define M_UDRx SERIAL_REGNAME(UDR,SERIAL_PORT,)
                               ^ ^
In file included from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\Marlin.h:64:0,
 from C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\blinkm.cpp:28:
C:\Users\HAMEDH~1\AppData\Local\Temp\build20374727  19083124242.tmp\MarlinSerial.h:132:23: error: 'rx_buffer' was not declared in this scope
           uint8_t h = rx_buffer.head;
                       ^
Error compiling.
لطفا کمک کنید