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…
取消
儲存