Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
dd00f8b1a8 | ||
|
b0a091e632 | ||
|
4dd14704dc | ||
|
02dcc0b80e |
@@ -35,7 +35,7 @@
|
||||
/**
|
||||
* Marlin release version identifier
|
||||
*/
|
||||
#define SHORT_BUILD_VERSION "1.1.9.1"
|
||||
#define SHORT_BUILD_VERSION "1.1.9.2"
|
||||
|
||||
/**
|
||||
* Verbose version identifier which should contain a reference to the location
|
||||
@@ -48,7 +48,7 @@
|
||||
* here we define this default string as the date where the latest release
|
||||
* version was tagged.
|
||||
*/
|
||||
#define STRING_DISTRIBUTION_DATE "2020-06-20"
|
||||
#define STRING_DISTRIBUTION_DATE "2023-07-18"
|
||||
|
||||
/**
|
||||
* Required minimum Configuration.h and Configuration_adv.h file versions.
|
||||
|
@@ -16,16 +16,11 @@
|
||||
#
|
||||
|
||||
[platformio]
|
||||
src_dir = Marlin
|
||||
build_dir = .pioenvs
|
||||
lib_dir = .piolib
|
||||
libdeps_dir = .piolibdeps
|
||||
env_default = megaatmega2560
|
||||
src_dir = Marlin
|
||||
default_envs = megaatmega2560
|
||||
|
||||
[common]
|
||||
build_flags = -fmax-errors=5
|
||||
-g
|
||||
-ggdb
|
||||
build_flags = -fmax-errors=5 -g -fmerge-all-constants
|
||||
lib_deps =
|
||||
https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||
LiquidCrystal_I2C@1.1.2
|
||||
@@ -34,7 +29,7 @@ lib_deps =
|
||||
Adafruit NeoPixel@1.1.3
|
||||
https://github.com/lincomatic/LiquidTWI2/archive/30aa480.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 +107,7 @@ build_flags = ${common.build_flags}
|
||||
upload_speed = 57600
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# Melzi and clones (Optiboot bootloader)
|
||||
@@ -124,6 +120,7 @@ build_flags = ${common.build_flags}
|
||||
upload_speed = 115200
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# RAMBo
|
||||
@@ -147,6 +144,7 @@ board = sanguino_atmega644p
|
||||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# Sanguinololu (ATmega1284p)
|
||||
@@ -158,6 +156,7 @@ board = sanguino_atmega1284p
|
||||
build_flags = ${common.build_flags}
|
||||
lib_deps = ${common.lib_deps}
|
||||
monitor_speed = 250000
|
||||
platform_packages = toolchain-atmelavr@1.50400.190710
|
||||
|
||||
#
|
||||
# Teensy++ 2.0
|
||||
|
Reference in New Issue
Block a user