From 2f6c72697ef26451866b36809ca30a9194574db6 Mon Sep 17 00:00:00 2001 From: Emperor Date: Sat, 25 Jul 2020 23:34:54 +0200 Subject: [PATCH] Set New Version 1.0.7 --- Marlin/Version.h | 12 ++++++------ README.md | 13 ++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/Marlin/Version.h b/Marlin/Version.h index 4d48917..0059d1d 100644 --- a/Marlin/Version.h +++ b/Marlin/Version.h @@ -16,7 +16,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see . + * along with this program. If not, see . * */ #pragma once @@ -28,7 +28,7 @@ /** * Marlin release version identifier */ -#define SHORT_BUILD_VERSION "MKS Robin Nano 1.0.6" +#define SHORT_BUILD_VERSION "MKS Robin Nano 1.0.7" /** * Verbose version identifier which should contain a reference to the location @@ -41,7 +41,7 @@ * here we define this default string as the date where the latest release * version was tagged. */ -#define STRING_DISTRIBUTION_DATE "20.06.2020" +#define STRING_DISTRIBUTION_DATE "25.07.2020" /** * Defines a generic printer name to be output to the LCD after booting Marlin. @@ -71,6 +71,6 @@ * Set the vendor info the serial USB interface, if changable * Currently only supported by DUE platform */ -//#define USB_DEVICE_VENDOR_ID 0x0000 -//#define USB_DEVICE_PRODUCT_ID 0x0000 -//#define USB_DEVICE_MANUFACTURE_NAME WEBSITE_URL \ No newline at end of file +//#define USB_DEVICE_VENDOR_ID 0x0000 +//#define USB_DEVICE_PRODUCT_ID 0x0000 +//#define USB_DEVICE_MANUFACTURE_NAME WEBSITE_URL diff --git a/README.md b/README.md index 9ede50d..3f8de3a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To build Marlin 2.0 you'll need [PlatformIO](http://docs.platformio.org/en/lates Fast Config Switch Sapphire Pro/Plus/Bluer|True|- UI Type|-|Classic Marlin TFT Color Selection|True|- - EEPROM|True|SDCARD EEPROM EMULATION + EEPROM|True|- G0 Support|True|- G2/G3 Arc Support|True|- Classic Jerk|True|15 @@ -38,7 +38,7 @@ To build Marlin 2.0 you'll need [PlatformIO](http://docs.platformio.org/en/lates Mesh Bed Leveling|True|- Filament sensor|True|- TMC UART|-|Ready - TMC SPI|-|in progress + TMC SPI|-|Ready TMC 2209 HW Serial|-|Ready Neopixel|-|Ready Cancel Objects|True|- @@ -53,21 +53,20 @@ To build Marlin 2.0 you'll need [PlatformIO](http://docs.platformio.org/en/lates Memory consumption|Value --------------------|------------------------------------------- - RAM: |47.8% (used 36944 bytes from 65536 bytes) - Flash: |43.2% (used 223380 bytes from 524288 bytes) + RAM: [==== ] 44.8% (used 29368 bytes from 65536 bytes) + Flash: [==== ] 44.9% (used 235476 bytes from 524288 bytes) ## UI Preview -## Submitting Changes - -- Please submit your questions and concerns to the [Issue Queue](https://github.com/le3tspeak/Marlin-2.0.X-MKS-Robin-Nano/issues). ## Changelog Version|Changes & Fixes -------|------- +1.0.7 + -|Major Update 1.0.6 -|Add Z2 & E1 HARDWARE_SERIAL -|Add Multi-hotend option