Skip to content

Commit

Permalink
Set New Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
le3tspeak committed Jul 25, 2020
1 parent 7fe16bc commit 2f6c726
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Marlin/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#pragma once
Expand All @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -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
//#define USB_DEVICE_VENDOR_ID 0x0000
//#define USB_DEVICE_PRODUCT_ID 0x0000
//#define USB_DEVICE_MANUFACTURE_NAME WEBSITE_URL
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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|-
Expand All @@ -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
<img align="center" width=650 src="/docs/UI.png" />

## 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
Expand Down

0 comments on commit 2f6c726

Please sign in to comment.