瀏覽代碼

Fysetc Cheetah updates (#14800)

George Fu 5 年之前
父節點
當前提交
f89eb8bf35

+ 2
- 0
Marlin/src/pins/stm32/pins_FYSETC_CHEETAH_V12.h 查看文件

36
 #undef RGB_LED_G_PIN
36
 #undef RGB_LED_G_PIN
37
 #undef RGB_LED_B_PIN
37
 #undef RGB_LED_B_PIN
38
 
38
 
39
+#define FAN1_PIN          PB0 // Fan1
40
+
39
 #if HAS_TMC220x
41
 #if HAS_TMC220x
40
 
42
 
41
   /**
43
   /**

+ 1
- 1
config/examples/FYSETC/Cheetah 1.2/BLTouch/Configuration.h 查看文件

2148
  * LED Type. Enable only one of the following two options.
2148
  * LED Type. Enable only one of the following two options.
2149
  *
2149
  *
2150
  */
2150
  */
2151
-#define RGB_LED
2151
+//#define RGB_LED
2152
 //#define RGBW_LED
2152
 //#define RGBW_LED
2153
 
2153
 
2154
 #if EITHER(RGB_LED, RGBW_LED)
2154
 #if EITHER(RGB_LED, RGBW_LED)

+ 1
- 1
config/examples/FYSETC/Cheetah 1.2/base/Configuration.h 查看文件

2147
  * LED Type. Enable only one of the following two options.
2147
  * LED Type. Enable only one of the following two options.
2148
  *
2148
  *
2149
  */
2149
  */
2150
-#define RGB_LED
2150
+//#define RGB_LED
2151
 //#define RGBW_LED
2151
 //#define RGBW_LED
2152
 
2152
 
2153
 #if EITHER(RGB_LED, RGBW_LED)
2153
 #if EITHER(RGB_LED, RGBW_LED)

+ 7
- 6
platformio.ini 查看文件

36
   https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
36
   https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
37
   https://github.com/ameyer/Arduino-L6470/archive/dev.zip
37
   https://github.com/ameyer/Arduino-L6470/archive/dev.zip
38
   https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
38
   https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
39
-  https://github.com/mikeshub/SailfishLCD.git
40
-  https://github.com/mikeshub/SailfishRGB_LED.git
41
-  https://github.com/mikeshub/SlowSoftI2CMaster.git
39
+  SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
40
+  SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
41
+  SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
42
 
42
 
43
 #################################
43
 #################################
44
 #                               #
44
 #                               #
167
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
167
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
168
   TMCStepper@<1.0.0
168
   TMCStepper@<1.0.0
169
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
169
   Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
170
-  https://github.com/mikeshub/SailfishLCD.git
170
+  SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
171
 
171
 
172
 [env:LPC1769]
172
 [env:LPC1769]
173
 platform          = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
173
 platform          = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
291
   -DDEBUG_LEVEL=0
291
   -DDEBUG_LEVEL=0
292
 build_unflags = -std=gnu++11
292
 build_unflags = -std=gnu++11
293
 lib_deps      = ${common.lib_deps}
293
 lib_deps      = ${common.lib_deps}
294
+  SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
294
 lib_ignore    =
295
 lib_ignore    =
295
   c1921b4
296
   c1921b4
296
   libf3c
297
   libf3c
595
 monitor_speed = 115200
596
 monitor_speed = 115200
596
 upload_port = /dev/ttyUSB0
597
 upload_port = /dev/ttyUSB0
597
 lib_deps =
598
 lib_deps =
598
-  https://github.com/me-no-dev/AsyncTCP.git
599
-  https://github.com/me-no-dev/ESPAsyncWebServer.git
599
+  AsyncTCP=https://github.com/me-no-dev/AsyncTCP/archive/master.zip
600
+  ESPAsyncWebServer=https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
600
 lib_ignore  =
601
 lib_ignore  =
601
   LiquidCrystal_I2C
602
   LiquidCrystal_I2C
602
   LiquidCrystal
603
   LiquidCrystal

Loading…
取消
儲存