Scott Lahteine 10 년 전
부모
커밋
b51a583f08
6개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1
    1
      Marlin/pins_CHEAPTRONIC.h
  2. 1
    1
      Marlin/pins_GEN7_12.h
  3. 1
    1
      Marlin/pins_GEN7_14.h
  4. 1
    1
      Marlin/pins_MEGATRONICS_1.h
  5. 1
    1
      Marlin/pins_MEGATRONICS_2.h
  6. 1
    1
      Marlin/pins_SETHI.h

+ 1
- 1
Marlin/pins_CHEAPTRONIC.h 파일 보기

@@ -3,7 +3,7 @@
3 3
  */
4 4
 
5 5
 #ifndef __AVR_ATmega2560__
6
-  #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
6
+  #error Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
7 7
 #endif
8 8
 
9 9
 #define LARGE_FLASH        true

+ 1
- 1
Marlin/pins_GEN7_12.h 파일 보기

@@ -3,7 +3,7 @@
3 3
  */
4 4
 
5 5
 #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
6
-  #error Oops! Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu.
6
+  #error Oops!  Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu.
7 7
 #endif
8 8
 
9 9
 #ifndef GEN7_VERSION

+ 1
- 1
Marlin/pins_GEN7_14.h 파일 보기

@@ -5,7 +5,7 @@
5 5
 #define GEN7_VERSION 14 // v1.4
6 6
 
7 7
 #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
8
-  #error Oops! Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu.
8
+  #error Oops!  Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu.
9 9
 #endif
10 10
 
11 11
 //x axis pins

+ 1
- 1
Marlin/pins_MEGATRONICS_1.h 파일 보기

@@ -3,7 +3,7 @@
3 3
  */
4 4
 
5 5
 #ifndef __AVR_ATmega1281__
6
-  #error Oops! Make sure you have 'Minitronics ' selected from the 'Tools -> Boards' menu.
6
+  #error Oops!  Make sure you have 'Minitronics' selected from the 'Tools -> Boards' menu.
7 7
 #endif
8 8
 
9 9
 #define LARGE_FLASH        true

+ 1
- 1
Marlin/pins_MEGATRONICS_2.h 파일 보기

@@ -3,7 +3,7 @@
3 3
  */
4 4
 
5 5
 #ifndef __AVR_ATmega2560__
6
-  #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
6
+  #error Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
7 7
 #endif
8 8
 
9 9
 #define LARGE_FLASH        true

+ 1
- 1
Marlin/pins_SETHI.h 파일 보기

@@ -3,7 +3,7 @@
3 3
  */
4 4
 
5 5
 #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__)
6
-  #error Oops! Make sure you have 'Sethi 3D' selected from the 'Tools -> Boards' menu.
6
+  #error Oops!  Make sure you have 'Sethi 3D' selected from the 'Tools -> Boards' menu.
7 7
 #endif
8 8
 
9 9
 #ifndef GEN7_VERSION

Loading…
취소
저장