mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-12-28 02:00:26 -07:00
Fix some 128K boards overflow (#294)
This commit is contained in:
parent
f8c5f90e11
commit
6f2ac1a555
2 changed files with 2 additions and 2 deletions
|
|
@ -1756,7 +1756,7 @@
|
|||
* just remove some extraneous menu items to recover space.
|
||||
*/
|
||||
//#define NO_LCD_MENUS
|
||||
//#define SLIM_LCD_MENUS
|
||||
#define SLIM_LCD_MENUS
|
||||
|
||||
//
|
||||
// ENCODER SETTINGS
|
||||
|
|
|
|||
|
|
@ -1796,7 +1796,7 @@
|
|||
//
|
||||
// G2/G3 Arc Support
|
||||
//
|
||||
#define ARC_SUPPORT // Disable this feature to save ~3226 bytes
|
||||
//#define ARC_SUPPORT // Disable this feature to save ~3226 bytes
|
||||
#if ENABLED(ARC_SUPPORT)
|
||||
#define MM_PER_ARC_SEGMENT 1 // (mm) Length (or minimum length) of each arc segment
|
||||
//#define ARC_SEGMENTS_PER_R 1 // Max segment length, MM_PER = Min
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue