From 5edf078065de9a5af058f75f17c822e3944698db Mon Sep 17 00:00:00 2001 From: Sonny Jeon Date: Fri, 5 Sep 2014 15:46:55 -0600 Subject: [PATCH] Minor bug fix and CPU pin map update. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Sometime I HATE github. This push is just here to be able to describe the last two pushes today that had a merging conflict and lost all of the commit comments before. - Setting $10 would cause $11 to be the same value. Missed a break statement in the switch-case. Oops! Now fixed. - CPU pin map for the future versions of Grbl introduced, but not yet finalized. Still working on it and it’s subject to change. - Added a new high-speed machining test g-code routine written by Todd Fleming. Mills a pocket at 15,000mm/min. Do not use when connected to your machine! You’ve been warned! --- cpu_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu_map.h b/cpu_map.h index 00b799f..e918fb2 100644 --- a/cpu_map.h +++ b/cpu_map.h @@ -144,7 +144,7 @@ //---------------------------------------------------------------------------------------- -#ifdef CPU_MAP_ATMEGA328P_NEW // (Arduino Uno) New test pinout configuration. Still subject to change! +#ifdef CPU_MAP_ATMEGA328P_NEW // (Arduino Uno) New test pinout configuration. Still subject to change. Not finalized! // Define serial port pins and interrupt vectors. #define SERIAL_RX USART_RX_vect