File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Grbl includes full acceleration management with look ahead. That means the contr
2727***
2828
2929_ ** Master Branch:** _
30- * [ Grbl v0.9i Atmega328p 16mhz 115200baud with generic defaults] ( http://bit.ly/1EiviDk ) _ (2015-05-29 )_
31- * [ Grbl v0.9i Atmega328p 16mhz 115200baud with ShapeOko2 defaults] ( http://bit.ly/1NYIfKl ) _ (2015-05-29 )_
30+ * [ Grbl v0.9i Atmega328p 16mhz 115200baud with generic defaults] ( http://bit.ly/1EiviDk ) _ (2015-06-18 )_
31+ * [ Grbl v0.9i Atmega328p 16mhz 115200baud with ShapeOko2 defaults] ( http://bit.ly/1NYIfKl ) _ (2015-06-18 )_
3232 - ** IMPORTANT INFO WHEN UPGRADING TO GRBL v0.9i:**
3333 - Baudrate is now ** 115200** (Up from 9600).
3434 - Homing cycle updated. Located based on switch trigger, rather than release point.
Original file line number Diff line number Diff line change 1+ ----------------
2+ Date: 2015-06-18
3+ Author: Sonny Jeon
4+ Subject: Added restore settings defaults command.
5+
6+ - New restore setting defaults command. Only wipes ‘$$’ setting in
7+ EEPROM and reloads them based on the defaults used when Grbl was
8+ compiled. Used with a `$RST` command
9+
10+ NOTE: `$RST` is intentionally not listed in the Grbl ‘$’ help message.
11+
12+
113----------------
214Date: 2015-05-29
315Author: Sonny Jeon
You can’t perform that action at this time.
0 commit comments