Skip to content

Commit

Permalink
🚸 Reduce CTC A13 build size
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Jun 25, 2024
1 parent 0b6a671 commit 1e3160f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/examples/CTC/A13/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
// @section info

// Author info of this build printed to the host during boot and M115
#define STRING_CONFIG_H_AUTHOR "(thisiskeithb, Ender-3)" // Who made the changes.
#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
//#define CUSTOM_VERSION_FILE Version.h // Path from the root directory (no quotes)

// @section machine
Expand Down
4 changes: 2 additions & 2 deletions config/examples/CTC/A13/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@
#endif

#if HAS_MARLINUI_U8GLIB
#define CUSTOM_STATUS_SCREEN_IMAGE // Show the bitmap in Marlin/_Statusscreen.h on the status screen.
//#define CUSTOM_STATUS_SCREEN_IMAGE // Show the bitmap in Marlin/_Statusscreen.h on the status screen.
#endif

//#define SOUND_MENU_ITEM // Add a mute option to the LCD menu
Expand Down Expand Up @@ -2500,7 +2500,7 @@
//
// G2/G3 Arc Support
//
#define ARC_SUPPORT // Requires ~3226 bytes
//#define ARC_SUPPORT // Requires ~3226 bytes
#if ENABLED(ARC_SUPPORT)
#define MIN_ARC_SEGMENT_MM 0.1 // (mm) Minimum length of each arc segment
#define MAX_ARC_SEGMENT_MM 1.0 // (mm) Maximum length of each arc segment
Expand Down

0 comments on commit 1e3160f

Please sign in to comment.