From 3081be8e7646328fea7c5e85529526184d395fd0 Mon Sep 17 00:00:00 2001 From: Sonny Jeon Date: Mon, 28 Jul 2014 06:55:43 -0600 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8465638..b3716ef 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,16 @@ _**Master Branch:**_ - 2013-04-05: Line buffer increased and overflow feedback added. _**Edge/Development Branch:**_ -* [Grbl v0.9f Build 2014-07-07](http://bit.ly/UcljPG) : Edge Branch +* [Grbl v0.9g Build 2014-07-28](http://bit.ly/UFvD2T) : Edge Branch - **BETA!** Bugs may exist. Please let us know of any bugs so we can quickly fix them and push this to master! - - **IMPORTANT:** Baudrate is now 115200 (Up from 9600). Settings WILL be overwritten. Please make sure you have a backup. + - **IMPORTANT:** Baudrate is now 115200 (Up from 9600). Settings WILL be overwritten. Please make sure you have a backup. Also, settings have been renumbered and some have changed how they work. See our Wiki for details. - New super smooth stepping algorithm and (4x) planner optimizations and speed. - Stability and robustness updates that allow you now put the pedal to the metal (up to 10x speed.) - Independent axes settings and dynamic scaling for acceleration, max velocity, and travel. - - Automatic arc segment scaling by tolerance setting, leading to much faster feedrates about them. + - Automatic arc segment scaling by tolerance setting, leading to an order of magnitude faster feedrates about them. - Completely overhauled g-code parser with 100%* g-code compliance and error checking. - Grbl SIMULATOR: Directly compile a virtual Grbl into an executable that doesn't require an Arduino! - - Other stuff: Soft limits, probing, tool length offsets, CPU pin mapping, updated homing routine. + - Other stuff: Soft limits, probing, tool length offsets, status reporting mask and new data, CPU pin mapping, updated homing routine. - Optional features: Limit pin sharing, variable spindle speed output, line number tracking, real-time feed rate reporting, and more!