New GCode Parser - Configuration

This commit is contained in:
Scott Lahteine
2017-05-20 03:03:00 -05:00
parent 2dfb7c212c
commit 002a06c507
23 changed files with 115 additions and 0 deletions

View File

@ -1219,4 +1219,9 @@
*/
#define PROPORTIONAL_FONT_RATIO 1.0
/**
* Spend 28 bytes of SRAM to optimize the GCode parser
*/
#define FASTER_GCODE_PARSER
#endif // CONFIGURATION_ADV_H