Ender 3 - restore CONFIG_EXPORT to default value

This commit is contained in:
2025-02-11 19:37:36 +01:00
parent 6fe60b2402
commit 09d27b4852

View File

@@ -50,7 +50,7 @@
* 3 = schema.json - The entire configuration schema. (13 = pattern groups)
* 4 = schema.yml - The entire configuration schema.
*/
#define CONFIG_EXPORT 2 // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml']
//#define CONFIG_EXPORT 2 // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml']
//===========================================================================
//============================= Thermal Settings ============================