Fysetc Cheetah updates (#14800)
This commit is contained in:
parent
4bd1e55093
commit
f89eb8bf35
@ -36,6 +36,8 @@
|
|||||||
#undef RGB_LED_G_PIN
|
#undef RGB_LED_G_PIN
|
||||||
#undef RGB_LED_B_PIN
|
#undef RGB_LED_B_PIN
|
||||||
|
|
||||||
|
#define FAN1_PIN PB0 // Fan1
|
||||||
|
|
||||||
#if HAS_TMC220x
|
#if HAS_TMC220x
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2148,7 +2148,7 @@
|
|||||||
* LED Type. Enable only one of the following two options.
|
* LED Type. Enable only one of the following two options.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define RGB_LED
|
//#define RGB_LED
|
||||||
//#define RGBW_LED
|
//#define RGBW_LED
|
||||||
|
|
||||||
#if EITHER(RGB_LED, RGBW_LED)
|
#if EITHER(RGB_LED, RGBW_LED)
|
||||||
|
@ -2147,7 +2147,7 @@
|
|||||||
* LED Type. Enable only one of the following two options.
|
* LED Type. Enable only one of the following two options.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#define RGB_LED
|
//#define RGB_LED
|
||||||
//#define RGBW_LED
|
//#define RGBW_LED
|
||||||
|
|
||||||
#if EITHER(RGB_LED, RGBW_LED)
|
#if EITHER(RGB_LED, RGBW_LED)
|
||||||
|
@ -36,9 +36,9 @@ lib_deps =
|
|||||||
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
||||||
https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|
https://github.com/ameyer/Arduino-L6470/archive/dev.zip
|
||||||
https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
|
https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
|
||||||
https://github.com/mikeshub/SailfishLCD.git
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
||||||
https://github.com/mikeshub/SailfishRGB_LED.git
|
SailfishRGB_LED=https://github.com/mikeshub/SailfishRGB_LED/archive/master.zip
|
||||||
https://github.com/mikeshub/SlowSoftI2CMaster.git
|
SlowSoftI2CMaster=https://github.com/mikeshub/SlowSoftI2CMaster/archive/master.zip
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# #
|
# #
|
||||||
@ -167,7 +167,7 @@ lib_deps = Servo
|
|||||||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||||
TMCStepper@<1.0.0
|
TMCStepper@<1.0.0
|
||||||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
||||||
https://github.com/mikeshub/SailfishLCD.git
|
SailfishLCD=https://github.com/mikeshub/SailfishLCD/archive/master.zip
|
||||||
|
|
||||||
[env:LPC1769]
|
[env:LPC1769]
|
||||||
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
|
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
|
|||||||
-DDEBUG_LEVEL=0
|
-DDEBUG_LEVEL=0
|
||||||
build_unflags = -std=gnu++11
|
build_unflags = -std=gnu++11
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
|
SoftwareSerialM=https://github.com/FYSETC/SoftwareSerialM/archive/master.zip
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
c1921b4
|
c1921b4
|
||||||
libf3c
|
libf3c
|
||||||
@ -595,8 +596,8 @@ upload_speed = 115200
|
|||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
upload_port = /dev/ttyUSB0
|
upload_port = /dev/ttyUSB0
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/me-no-dev/AsyncTCP.git
|
AsyncTCP=https://github.com/me-no-dev/AsyncTCP/archive/master.zip
|
||||||
https://github.com/me-no-dev/ESPAsyncWebServer.git
|
ESPAsyncWebServer=https://github.com/me-no-dev/ESPAsyncWebServer/archive/master.zip
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
LiquidCrystal_I2C
|
LiquidCrystal_I2C
|
||||||
LiquidCrystal
|
LiquidCrystal
|
||||||
|
Loading…
Reference in New Issue
Block a user