瀏覽代碼

Fysetc Cheetah updates (#14800)

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

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

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

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

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

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

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

+ 7
- 6
platformio.ini 查看文件

@@ -36,9 +36,9 @@ lib_deps =
36 36
   https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
37 37
   https://github.com/ameyer/Arduino-L6470/archive/dev.zip
38 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,7 +167,7 @@ lib_deps          = Servo
167 167
   U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
168 168
   TMCStepper@<1.0.0
169 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 172
 [env:LPC1769]
173 173
 platform          = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
@@ -291,6 +291,7 @@ build_flags   = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
291 291
   -DDEBUG_LEVEL=0
292 292
 build_unflags = -std=gnu++11
293 293
 lib_deps      = ${common.lib_deps}
294
+  SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
294 295
 lib_ignore    =
295 296
   c1921b4
296 297
   libf3c
@@ -595,8 +596,8 @@ upload_speed  = 115200
595 596
 monitor_speed = 115200
596 597
 upload_port = /dev/ttyUSB0
597 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 601
 lib_ignore  =
601 602
   LiquidCrystal_I2C
602 603
   LiquidCrystal

Loading…
取消
儲存