Skip to content

Commit 2ef50f6

Browse files
committed
🔧 Minimal Config.h
1 parent 60439de commit 2ef50f6

File tree

8 files changed

+4526
-6
lines changed

8 files changed

+4526
-6
lines changed

Marlin/Configuration_adv.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@
4747
* 2 = config.ini - File format for PlatformIO preprocessing.
4848
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
4949
* 4 = schema.yml - The entire configuration schema.
50+
* 5 = Config.h - Minimal configuration by popular demand.
5051
*/
51-
//#define CONFIG_EXPORT 2 // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml']
52+
//#define CONFIG_EXPORT 105 // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml', 5:'Config.h']
5253

5354
//===========================================================================
5455
//============================= Thermal Settings ============================

0 commit comments

Comments
 (0)