Skip to content

Commit 5edf078

Browse files
committed
Minor bug fix and CPU pin map update.
- 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!
1 parent 92ac0f9 commit 5edf078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu_map.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
//----------------------------------------------------------------------------------------
146146

147-
#ifdef CPU_MAP_ATMEGA328P_NEW // (Arduino Uno) New test pinout configuration. Still subject to change!
147+
#ifdef CPU_MAP_ATMEGA328P_NEW // (Arduino Uno) New test pinout configuration. Still subject to change. Not finalized!
148148

149149
// Define serial port pins and interrupt vectors.
150150
#define SERIAL_RX USART_RX_vect

0 commit comments

Comments
 (0)