Compare commits
2 Commits
1.1.x
...
bugfix-1.1
Author | SHA1 | Date | |
---|---|---|---|
|
2b4c269991 | ||
|
b7806f863b |
@@ -61,10 +61,14 @@
|
|||||||
#define THERMISTOR_NAME "Unknown"
|
#define THERMISTOR_NAME "Unknown"
|
||||||
#elif THERMISTOR_ID == 13
|
#elif THERMISTOR_ID == 13
|
||||||
#define THERMISTOR_NAME "Hisens"
|
#define THERMISTOR_NAME "Hisens"
|
||||||
|
#elif THERMISTOR_ID == 15
|
||||||
|
#define THERMISTOR_NAME "Hisens +"
|
||||||
#elif THERMISTOR_ID == 20
|
#elif THERMISTOR_ID == 20
|
||||||
#define THERMISTOR_NAME "PT100 UltiMB"
|
#define THERMISTOR_NAME "PT100 UltiMB"
|
||||||
#elif THERMISTOR_ID == 60
|
#elif THERMISTOR_ID == 60
|
||||||
#define THERMISTOR_NAME "Makers Tool"
|
#define THERMISTOR_NAME "Makers Tool"
|
||||||
|
#elif THERMISTOR_ID == 66
|
||||||
|
#define THERMISTOR_NAME "Makers Tool +"
|
||||||
#elif THERMISTOR_ID == 70
|
#elif THERMISTOR_ID == 70
|
||||||
#define THERMISTOR_NAME "Hephestos 2"
|
#define THERMISTOR_NAME "Hephestos 2"
|
||||||
#elif THERMISTOR_ID == 75
|
#elif THERMISTOR_ID == 75
|
||||||
|
@@ -34,7 +34,7 @@ lib_deps =
|
|||||||
Adafruit NeoPixel@1.1.3
|
Adafruit NeoPixel@1.1.3
|
||||||
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.zip
|
||||||
https://github.com/ameyer/Arduino-L6470/archive/master.zip
|
https://github.com/ameyer/Arduino-L6470/archive/master.zip
|
||||||
https://github.com/trinamic/TMC26XStepper/archive/c1921b4.zip
|
https://github.com/MarlinFirmware/TMC26XStepper/archive/0.1.1.zip
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# #
|
# #
|
||||||
@@ -112,6 +112,7 @@ build_flags = ${common.build_flags}
|
|||||||
upload_speed = 57600
|
upload_speed = 57600
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||||
|
|
||||||
#
|
#
|
||||||
# Melzi and clones (Optiboot bootloader)
|
# Melzi and clones (Optiboot bootloader)
|
||||||
@@ -124,6 +125,7 @@ build_flags = ${common.build_flags}
|
|||||||
upload_speed = 115200
|
upload_speed = 115200
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||||
|
|
||||||
#
|
#
|
||||||
# RAMBo
|
# RAMBo
|
||||||
@@ -147,6 +149,7 @@ board = sanguino_atmega644p
|
|||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||||
|
|
||||||
#
|
#
|
||||||
# Sanguinololu (ATmega1284p)
|
# Sanguinololu (ATmega1284p)
|
||||||
@@ -158,6 +161,7 @@ board = sanguino_atmega1284p
|
|||||||
build_flags = ${common.build_flags}
|
build_flags = ${common.build_flags}
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
monitor_speed = 250000
|
monitor_speed = 250000
|
||||||
|
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||||
|
|
||||||
#
|
#
|
||||||
# Teensy++ 2.0
|
# Teensy++ 2.0
|
||||||
|
Reference in New Issue
Block a user