diff --git a/config/default/Configuration_adv.h b/config/default/Configuration_adv.h index 716534ea6c..f5139d629a 100644 --- a/config/default/Configuration_adv.h +++ b/config/default/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h index ada5fa5869..ff5fac7d7d 100644 --- a/config/examples/3DFabXYZ/Migbot/Configuration_adv.h +++ b/config/examples/3DFabXYZ/Migbot/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/ADIMLab/Gantry v1/Configuration_adv.h b/config/examples/ADIMLab/Gantry v1/Configuration_adv.h index bdf623f25b..e81100ae07 100644 --- a/config/examples/ADIMLab/Gantry v1/Configuration_adv.h +++ b/config/examples/ADIMLab/Gantry v1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/ADIMLab/Gantry v2/Configuration_adv.h b/config/examples/ADIMLab/Gantry v2/Configuration_adv.h index 2a1e9a1d31..18f2359445 100644 --- a/config/examples/ADIMLab/Gantry v2/Configuration_adv.h +++ b/config/examples/ADIMLab/Gantry v2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Alfawise/U20-bltouch/Configuration_adv.h b/config/examples/Alfawise/U20-bltouch/Configuration_adv.h index 4f1fa7d379..108c1a5c01 100644 --- a/config/examples/Alfawise/U20-bltouch/Configuration_adv.h +++ b/config/examples/Alfawise/U20-bltouch/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Alfawise/U20/Configuration_adv.h b/config/examples/Alfawise/U20/Configuration_adv.h index 62dfcbcd22..1a4d653216 100644 --- a/config/examples/Alfawise/U20/Configuration_adv.h +++ b/config/examples/Alfawise/U20/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/AliExpress/UM2pExt/Configuration_adv.h b/config/examples/AliExpress/UM2pExt/Configuration_adv.h index 32a0b9a870..8a34b5ad29 100644 --- a/config/examples/AliExpress/UM2pExt/Configuration_adv.h +++ b/config/examples/AliExpress/UM2pExt/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/A2/Configuration_adv.h b/config/examples/Anet/A2/Configuration_adv.h index 8d80da3737..eaaf8069d7 100644 --- a/config/examples/Anet/A2/Configuration_adv.h +++ b/config/examples/Anet/A2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/A2plus/Configuration_adv.h b/config/examples/Anet/A2plus/Configuration_adv.h index 8d80da3737..eaaf8069d7 100644 --- a/config/examples/Anet/A2plus/Configuration_adv.h +++ b/config/examples/Anet/A2plus/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/A6/Configuration_adv.h b/config/examples/Anet/A6/Configuration_adv.h index 425dbf4de9..d7639b3090 100644 --- a/config/examples/Anet/A6/Configuration_adv.h +++ b/config/examples/Anet/A6/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/A8/Configuration_adv.h b/config/examples/Anet/A8/Configuration_adv.h index b6341fc3e2..c2e4aadb63 100644 --- a/config/examples/Anet/A8/Configuration_adv.h +++ b/config/examples/Anet/A8/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/A8plus/Configuration_adv.h b/config/examples/Anet/A8plus/Configuration_adv.h index 3d1abb212f..988c2dd588 100644 --- a/config/examples/Anet/A8plus/Configuration_adv.h +++ b/config/examples/Anet/A8plus/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/A9/Configuration_adv.h b/config/examples/Anet/A9/Configuration_adv.h index 6d629dfa96..6c009a8ed8 100644 --- a/config/examples/Anet/A9/Configuration_adv.h +++ b/config/examples/Anet/A9/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/E10/Configuration_adv.h b/config/examples/Anet/E10/Configuration_adv.h index 24a24874e3..897cd6b9c5 100644 --- a/config/examples/Anet/E10/Configuration_adv.h +++ b/config/examples/Anet/E10/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h b/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h index 9960739872..6424d13163 100644 --- a/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h +++ b/config/examples/Anet/E16/BTT SKR 1.3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/E16/Stock/Configuration_adv.h b/config/examples/Anet/E16/Stock/Configuration_adv.h index 3d0b730c0d..708a296e28 100644 --- a/config/examples/Anet/E16/Stock/Configuration_adv.h +++ b/config/examples/Anet/E16/Stock/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/ET4+/Configuration_adv.h b/config/examples/Anet/ET4+/Configuration_adv.h index d4f43e70af..276cea6734 100644 --- a/config/examples/Anet/ET4+/Configuration_adv.h +++ b/config/examples/Anet/ET4+/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/ET4-Pro/Configuration_adv.h b/config/examples/Anet/ET4-Pro/Configuration_adv.h index d4f43e70af..276cea6734 100644 --- a/config/examples/Anet/ET4-Pro/Configuration_adv.h +++ b/config/examples/Anet/ET4-Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/ET4/Configuration_adv.h b/config/examples/Anet/ET4/Configuration_adv.h index 5b50e32b05..4eb5fc8718 100644 --- a/config/examples/Anet/ET4/Configuration_adv.h +++ b/config/examples/Anet/ET4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/ET4X/Configuration_adv.h b/config/examples/Anet/ET4X/Configuration_adv.h index 5b50e32b05..4eb5fc8718 100644 --- a/config/examples/Anet/ET4X/Configuration_adv.h +++ b/config/examples/Anet/ET4X/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/ET5-Pro/Configuration_adv.h b/config/examples/Anet/ET5-Pro/Configuration_adv.h index 4fe13428a7..abb5dce3a1 100644 --- a/config/examples/Anet/ET5-Pro/Configuration_adv.h +++ b/config/examples/Anet/ET5-Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/ET5/Configuration_adv.h b/config/examples/Anet/ET5/Configuration_adv.h index 4fe13428a7..abb5dce3a1 100644 --- a/config/examples/Anet/ET5/Configuration_adv.h +++ b/config/examples/Anet/ET5/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Anet/ET5X/Configuration_adv.h b/config/examples/Anet/ET5X/Configuration_adv.h index 4fe13428a7..abb5dce3a1 100644 --- a/config/examples/Anet/ET5X/Configuration_adv.h +++ b/config/examples/Anet/ET5X/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/AnyCubic/Chiron/Configuration_adv.h b/config/examples/AnyCubic/Chiron/Configuration_adv.h index 1abb043cac..d0579de327 100644 --- a/config/examples/AnyCubic/Chiron/Configuration_adv.h +++ b/config/examples/AnyCubic/Chiron/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h index 63a4aa5ba9..d8f3e6ae47 100644 --- a/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero 2.0/Anycubic V1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h index 0c7a3b5213..b30afd4737 100644 --- a/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero/Anycubic V1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h index 78b9cb8b69..92ea1c3a37 100644 --- a/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h +++ b/config/examples/AnyCubic/Mega Zero/BigTreeTech SKR Mini MZ V1.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/AnyCubic/i3 Mega/Configuration_adv.h b/config/examples/AnyCubic/i3 Mega/Configuration_adv.h index c613cfabcf..042a45e7fa 100644 --- a/config/examples/AnyCubic/i3 Mega/Configuration_adv.h +++ b/config/examples/AnyCubic/i3 Mega/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/AnyCubic/i3/Configuration_adv.h b/config/examples/AnyCubic/i3/Configuration_adv.h index 3dfb2307eb..d6cf44259a 100644 --- a/config/examples/AnyCubic/i3/Configuration_adv.h +++ b/config/examples/AnyCubic/i3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/ArmEd/Configuration_adv.h b/config/examples/ArmEd/Configuration_adv.h index 35ad8af1e4..b6f562d41a 100644 --- a/config/examples/ArmEd/Configuration_adv.h +++ b/config/examples/ArmEd/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Artillery/Genius Pro/Configuration_adv.h b/config/examples/Artillery/Genius Pro/Configuration_adv.h index 650d5eb1bb..2d5effefb4 100644 --- a/config/examples/Artillery/Genius Pro/Configuration_adv.h +++ b/config/examples/Artillery/Genius Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h b/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h index c693d52326..f73c461cab 100644 --- a/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h +++ b/config/examples/Artillery/Genius/BLTouch/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Artillery/Genius/V1/Configuration_adv.h b/config/examples/Artillery/Genius/V1/Configuration_adv.h index 9464501f1e..06d21ffa43 100644 --- a/config/examples/Artillery/Genius/V1/Configuration_adv.h +++ b/config/examples/Artillery/Genius/V1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Artillery/Hornet/Configuration_adv.h b/config/examples/Artillery/Hornet/Configuration_adv.h index f0411005e9..ef5bcc870d 100644 --- a/config/examples/Artillery/Hornet/Configuration_adv.h +++ b/config/examples/Artillery/Hornet/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h index 51eb79d12a..f08ead08ca 100644 --- a/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X1/0.9 BMG - E3D V6/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h b/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h index 9464501f1e..06d21ffa43 100644 --- a/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X1/V1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Artillery/Sidewinder X2/Configuration_adv.h b/config/examples/Artillery/Sidewinder X2/Configuration_adv.h index 2c139d2d2f..a46b94aee6 100644 --- a/config/examples/Artillery/Sidewinder X2/Configuration_adv.h +++ b/config/examples/Artillery/Sidewinder X2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h index bc16743284..6071703c0a 100644 --- a/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/cyclops/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BIBO/TouchX/default/Configuration_adv.h b/config/examples/BIBO/TouchX/default/Configuration_adv.h index 4f32de64ff..6fe70467ea 100644 --- a/config/examples/BIBO/TouchX/default/Configuration_adv.h +++ b/config/examples/BIBO/TouchX/default/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BIQU/B1 - SKR 1.4/Configuration_adv.h b/config/examples/BIQU/B1 - SKR 1.4/Configuration_adv.h index 5a17ea648a..288a36e15f 100644 --- a/config/examples/BIQU/B1 - SKR 1.4/Configuration_adv.h +++ b/config/examples/BIQU/B1 - SKR 1.4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BIQU/B1 - SKR 2/Configuration_adv.h b/config/examples/BIQU/B1 - SKR 2/Configuration_adv.h index 3ac7250013..c2727d6f92 100644 --- a/config/examples/BIQU/B1 - SKR 2/Configuration_adv.h +++ b/config/examples/BIQU/B1 - SKR 2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h index 39eed6c0df..c84d581423 100644 --- a/config/examples/BIQU/B1 SE Plus/Configuration_adv.h +++ b/config/examples/BIQU/B1 SE Plus/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BIQU/BX/Configuration_adv.h b/config/examples/BIQU/BX/Configuration_adv.h index 702b7c97f0..25db948962 100644 --- a/config/examples/BIQU/BX/Configuration_adv.h +++ b/config/examples/BIQU/BX/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BIQU/Thunder Standard/Configuration_adv.h b/config/examples/BIQU/Thunder Standard/Configuration_adv.h index 5d28b6ebb6..dd604c8d2f 100644 --- a/config/examples/BIQU/Thunder Standard/Configuration_adv.h +++ b/config/examples/BIQU/Thunder Standard/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BQ/Hephestos/Configuration_adv.h b/config/examples/BQ/Hephestos/Configuration_adv.h index 7f94e36b00..0812b7f565 100644 --- a/config/examples/BQ/Hephestos/Configuration_adv.h +++ b/config/examples/BQ/Hephestos/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BQ/Hephestos_2/Configuration_adv.h b/config/examples/BQ/Hephestos_2/Configuration_adv.h index 8102c1daf1..3199b1c0f7 100644 --- a/config/examples/BQ/Hephestos_2/Configuration_adv.h +++ b/config/examples/BQ/Hephestos_2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/BQ/WITBOX/Configuration_adv.h b/config/examples/BQ/WITBOX/Configuration_adv.h index 7f94e36b00..0812b7f565 100644 --- a/config/examples/BQ/WITBOX/Configuration_adv.h +++ b/config/examples/BQ/WITBOX/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/CTC/A13/Configuration_adv.h b/config/examples/CTC/A13/Configuration_adv.h index 0d5f12893e..394ff71cc3 100644 --- a/config/examples/CTC/A13/Configuration_adv.h +++ b/config/examples/CTC/A13/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/CTC/Bizer/Configuration_adv.h b/config/examples/CTC/Bizer/Configuration_adv.h index c61b91e8ef..d8b02ae50d 100644 --- a/config/examples/CTC/Bizer/Configuration_adv.h +++ b/config/examples/CTC/Bizer/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Cartesio/Configuration_adv.h b/config/examples/Cartesio/Configuration_adv.h index e005ab590c..a6456cc48b 100644 --- a/config/examples/Cartesio/Configuration_adv.h +++ b/config/examples/Cartesio/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 58d5097049..44d408167c 100644 --- a/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h index 943cefd595..f37a2f6524 100644 --- a/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h index f347ee3591..062d24c1d6 100644 --- a/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/CR-10 Mini/MEEB-3DP/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h index 4a5801f73b..5696f9d12b 100644 --- a/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S4/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h index f5ce9e1129..5a4a6f1ef2 100644 --- a/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/BigTreeTech SKR Mini E3 1.2 with TFT35 E3 V3.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h index 4a5801f73b..5696f9d12b 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h index 66655e6402..c6c99b22a4 100644 --- a/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h +++ b/config/examples/Creality/CR-10 S5/CrealityV2.2-BLTouch/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 V2/Configuration_adv.h b/config/examples/Creality/CR-10 V2/Configuration_adv.h index 26338258fe..cc6060931e 100644 --- a/config/examples/Creality/CR-10 V2/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10 V3/Configuration_adv.h b/config/examples/Creality/CR-10 V3/Configuration_adv.h index cfdf8426ff..d325d4211f 100644 --- a/config/examples/Creality/CR-10 V3/Configuration_adv.h +++ b/config/examples/Creality/CR-10 V3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 0ea3e182aa..19eac55c2e 100644 --- a/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h index e50544cf5a..01efd0aab2 100644 --- a/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h index eb91035491..5c7521772e 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 1.4 Turbo TMC2209/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h index 904fd26146..652c9fbd51 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR 2.0 TMC2209/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 660cb7cfe5..023ce98430 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h index 8039125bd2..4e240ad6de 100644 --- a/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/BigTreeTech SKR Pro v1.2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h b/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h index cc4c19ebfb..aa006c3d4d 100644 --- a/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/CR-10S/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-20 Pro/Configuration_adv.h b/config/examples/Creality/CR-20 Pro/Configuration_adv.h index 9829adc680..503e6b968f 100644 --- a/config/examples/Creality/CR-20 Pro/Configuration_adv.h +++ b/config/examples/Creality/CR-20 Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-20/Configuration_adv.h b/config/examples/Creality/CR-20/Configuration_adv.h index 0815d79100..c2778ceaab 100644 --- a/config/examples/Creality/CR-20/Configuration_adv.h +++ b/config/examples/Creality/CR-20/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h b/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h index e260b43b11..3340a44144 100644 --- a/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h +++ b/config/examples/Creality/CR-30 PrintMill/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-6 SE/Configuration_adv.h b/config/examples/Creality/CR-6 SE/Configuration_adv.h index 3a7dcb5514..41b588764b 100644 --- a/config/examples/Creality/CR-6 SE/Configuration_adv.h +++ b/config/examples/Creality/CR-6 SE/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/CR-8/Configuration_adv.h b/config/examples/Creality/CR-8/Configuration_adv.h index 36ea686434..dd839ec91c 100644 --- a/config/examples/Creality/CR-8/Configuration_adv.h +++ b/config/examples/Creality/CR-8/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h index c4108fa71a..b15c8f7682 100644 --- a/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h +++ b/config/examples/Creality/Ender-2 Pro/CrealityV423/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-2/Configuration_adv.h b/config/examples/Creality/Ender-2/Configuration_adv.h index 23a8bcdb20..14e5964aae 100644 --- a/config/examples/Creality/Ender-2/Configuration_adv.h +++ b/config/examples/Creality/Ender-2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Max/Configuration_adv.h b/config/examples/Creality/Ender-3 Max/Configuration_adv.h index a2c9e5276c..dbc550fcf7 100644 --- a/config/examples/Creality/Ender-3 Max/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Max/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h index 4ce0e2e188..28916f02d9 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR 1.4 Turbo/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h index 18ba64bd8e..70dd2d5e83 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index ce5425fed7..32de8a4655 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 0069b18005..f56de10e35 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 949b87c8b2..695c403cb9 100644 --- a/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h index ce7f9be226..d532b8ea1b 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h index 6fb98746d4..0a37ef4b6e 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV422/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h index 2873d1df12..b3478e70c0 100644 --- a/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 Pro/CrealityV427/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h index 6f5f4f5aa6..589f6c8b0f 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1/STM32F1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h index 8800c86c52..af1d67b03c 100644 --- a/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 S1/STM32F4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h index e580cfd206..1d61d719bf 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/CrealityUI/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h index bd5fe505b7..648a341059 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR E3 Turbo/MarlinUI/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h index ef33607d7a..62b8b09e1d 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/CrealityUI/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h index 11dc3728aa..e4c206fded 100644 --- a/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/BigTreeTech SKR Mini E3 v3/MarlinUI/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h index d1b2ff76f7..36359753e4 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/CrealityUI/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h index 4191f8c69a..a088b03320 100644 --- a/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h +++ b/config/examples/Creality/Ender-3 V2/CrealityV422/MarlinUI/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h index 1859e91c81..fdc6c5d57e 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech E3 RRF/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h index 48d2de0c4c..8c4c9c00ae 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR 1.4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h index 944804f7f5..170361e261 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/2-into-1 Hotend/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h index 6e96b301d1..2f3733c7e6 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Dual Z/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h index 944804f7f5..170361e261 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3 Turbo/Single Extruder/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h index d22afbe727..ac9fa24c55 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR E3-DIP V1.1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h index 4329763f71..bc8320a887 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index c965d6e039..34d940b8ce 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index f8a2927c9d..3bc4bb6c09 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index b23410171b..c69f502d87 100644 --- a/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h index 83241fb847..479f2729ce 100644 --- a/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h index 0918080dbb..dafef6eaa6 100644 --- a/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV422/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h index f3d9ac9c75..10e84dc996 100644 --- a/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/CrealityV427/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h index 06b8c6ef33..05a0504574 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/BLTouch/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h index 06b8c6ef33..05a0504574 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 1.2/base/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h index ff6f2c45b4..84ff9b88be 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h index 06b8c6ef33..05a0504574 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/BLTouch/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h index 06b8c6ef33..05a0504574 100644 --- a/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/FYSETC Cheetah/base/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h index 1e6ee7d340..f166aab593 100644 --- a/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MEEB-3DP/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h index d84b34b84f..7aae126ff3 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h index 19157870a5..3c072e0bbe 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3/V1.1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h index 7554b9881d..c400b879e5 100644 --- a/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/MKS Robin E3P/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h index aa96b05046..6f2850fc06 100644 --- a/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h +++ b/config/examples/Creality/Ender-3/TH3D EZBoard Lite V2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-4/Configuration_adv.h b/config/examples/Creality/Ender-4/Configuration_adv.h index 1ccafb6ac2..a6ef15579e 100644 --- a/config/examples/Creality/Ender-4/Configuration_adv.h +++ b/config/examples/Creality/Ender-4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5 Plus/Configuration_adv.h b/config/examples/Creality/Ender-5 Plus/Configuration_adv.h index 10cc3541f7..638a6fffa3 100644 --- a/config/examples/Creality/Ender-5 Plus/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Plus/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h index c95facc8bd..5ff5153c3f 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index 495116be41..00c6aabb6e 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h index 934fee19f4..109927bb87 100644 --- a/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/BigTreeTech SKR Mini E3 2.0 with BLTouch/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h index 16852a3c4f..adb1d7a6db 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h index ad6f4360ed..241957de6f 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV422/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h index b3def86e3b..b326033f9a 100644 --- a/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-5 Pro/CrealityV427/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h index c95facc8bd..5ff5153c3f 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo with BLTouch/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h index e5a2eb8df6..54a6b9dff7 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h index c965d6e039..34d940b8ce 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 1.2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index c8f22ee93f..ec1b13a22a 100644 --- a/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h b/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h index 30478992c4..ca7061cab9 100644 --- a/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/CrealityV1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h b/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h index ef6ec70048..9504f6b83d 100644 --- a/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h +++ b/config/examples/Creality/Ender-5/CrealityV427/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Creality/Ender-6/Configuration_adv.h b/config/examples/Creality/Ender-6/Configuration_adv.h index 46ec4f11cd..9694c30dea 100644 --- a/config/examples/Creality/Ender-6/Configuration_adv.h +++ b/config/examples/Creality/Ender-6/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h b/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h index 8bc85a73f4..35d6077121 100644 --- a/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h +++ b/config/examples/Dagoma/Disco Ultimate/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Daycom/3DP-100/Configuration_adv.h b/config/examples/Daycom/3DP-100/Configuration_adv.h index a9ad360d27..75bd27bea0 100644 --- a/config/examples/Daycom/3DP-100/Configuration_adv.h +++ b/config/examples/Daycom/3DP-100/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h b/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h index 9229c63896..7cc545fec1 100644 --- a/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h +++ b/config/examples/EXP3D/Imprimante multifonction/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h b/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h index 8d19c4d698..826868750d 100644 --- a/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h +++ b/config/examples/EasyThreeD/ET4000PLUS/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Einstart-S/Configuration_adv.h b/config/examples/Einstart-S/Configuration_adv.h index e4d79a936a..6aa5a6faca 100644 --- a/config/examples/Einstart-S/Configuration_adv.h +++ b/config/examples/Einstart-S/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Elegoo/Neptune 2/Configuration_adv.h b/config/examples/Elegoo/Neptune 2/Configuration_adv.h index 12020895cc..3ca2e5ef09 100644 --- a/config/examples/Elegoo/Neptune 2/Configuration_adv.h +++ b/config/examples/Elegoo/Neptune 2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Eryone/Thinker SE/Configuration_adv.h b/config/examples/Eryone/Thinker SE/Configuration_adv.h index 5d203b3015..23f37ec8a1 100644 --- a/config/examples/Eryone/Thinker SE/Configuration_adv.h +++ b/config/examples/Eryone/Thinker SE/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Eryone/Thinker V2/Configuration_adv.h b/config/examples/Eryone/Thinker V2/Configuration_adv.h index 724e44b228..cdf6cfbb1b 100644 --- a/config/examples/Eryone/Thinker V2/Configuration_adv.h +++ b/config/examples/Eryone/Thinker V2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FYSETC/AIO_II/Configuration_adv.h b/config/examples/FYSETC/AIO_II/Configuration_adv.h index 93e477df30..a28fe72766 100644 --- a/config/examples/FYSETC/AIO_II/Configuration_adv.h +++ b/config/examples/FYSETC/AIO_II/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FYSETC/F6_13/Configuration_adv.h b/config/examples/FYSETC/F6_13/Configuration_adv.h index 90f75b5bc3..71c7128c6b 100644 --- a/config/examples/FYSETC/F6_13/Configuration_adv.h +++ b/config/examples/FYSETC/F6_13/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FYSETC/S6/Configuration_adv.h b/config/examples/FYSETC/S6/Configuration_adv.h index 13e2b78896..fc0ac7f93c 100644 --- a/config/examples/FYSETC/S6/Configuration_adv.h +++ b/config/examples/FYSETC/S6/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Felix/DUAL/Configuration_adv.h b/config/examples/Felix/DUAL/Configuration_adv.h index 664ee77159..92febeee28 100644 --- a/config/examples/Felix/DUAL/Configuration_adv.h +++ b/config/examples/Felix/DUAL/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Felix/Single/Configuration_adv.h b/config/examples/Felix/Single/Configuration_adv.h index 664ee77159..92febeee28 100644 --- a/config/examples/Felix/Single/Configuration_adv.h +++ b/config/examples/Felix/Single/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FlashForge/Creator 2X/Configuration_adv.h b/config/examples/FlashForge/Creator 2X/Configuration_adv.h index 3af2e8db19..0cc182f907 100644 --- a/config/examples/FlashForge/Creator 2X/Configuration_adv.h +++ b/config/examples/FlashForge/Creator 2X/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FlashForge/CreatorPro/Configuration_adv.h b/config/examples/FlashForge/CreatorPro/Configuration_adv.h index 0db82fafcf..42be51e700 100644 --- a/config/examples/FlashForge/CreatorPro/Configuration_adv.h +++ b/config/examples/FlashForge/CreatorPro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FlyingBear/P902/Configuration_adv.h b/config/examples/FlyingBear/P902/Configuration_adv.h index 98c07bd7ed..ab9396ba45 100644 --- a/config/examples/FlyingBear/P902/Configuration_adv.h +++ b/config/examples/FlyingBear/P902/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FlyingBear/P905H/Configuration_adv.h b/config/examples/FlyingBear/P905H/Configuration_adv.h index 39816e6dd5..4baceae227 100644 --- a/config/examples/FlyingBear/P905H/Configuration_adv.h +++ b/config/examples/FlyingBear/P905H/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FoamCutter/rcKeith/Configuration_adv.h b/config/examples/FoamCutter/rcKeith/Configuration_adv.h index 6a5aee5818..8c236a72e8 100644 --- a/config/examples/FoamCutter/rcKeith/Configuration_adv.h +++ b/config/examples/FoamCutter/rcKeith/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/FolgerTech/i3-2020/Configuration_adv.h b/config/examples/FolgerTech/i3-2020/Configuration_adv.h index 6ba8aaab34..8021231fac 100644 --- a/config/examples/FolgerTech/i3-2020/Configuration_adv.h +++ b/config/examples/FolgerTech/i3-2020/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Formbot/Raptor/Configuration_adv.h b/config/examples/Formbot/Raptor/Configuration_adv.h index 66d64c77ca..0c2eda0319 100644 --- a/config/examples/Formbot/Raptor/Configuration_adv.h +++ b/config/examples/Formbot/Raptor/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h index ac21b8606b..b2fa130c4d 100644 --- a/config/examples/Formbot/T_Rex_2+/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_2+/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Formbot/T_Rex_3/Configuration_adv.h b/config/examples/Formbot/T_Rex_3/Configuration_adv.h index 0ac48636d4..52d64c8441 100644 --- a/config/examples/Formbot/T_Rex_3/Configuration_adv.h +++ b/config/examples/Formbot/T_Rex_3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A10/Configuration_adv.h b/config/examples/Geeetech/A10/Configuration_adv.h index aca135ff58..feb02ca137 100644 --- a/config/examples/Geeetech/A10/Configuration_adv.h +++ b/config/examples/Geeetech/A10/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A10D/Configuration_adv.h b/config/examples/Geeetech/A10D/Configuration_adv.h index 70da639131..1d0f3dddd6 100644 --- a/config/examples/Geeetech/A10D/Configuration_adv.h +++ b/config/examples/Geeetech/A10D/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h b/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h index 33b7a7edaf..d08638eecf 100644 --- a/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/Stock LCD/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h index 33b7a7edaf..d08638eecf 100644 --- a/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h +++ b/config/examples/Geeetech/A10M/YHCB2004_V4.1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A10PRO/Configuration_adv.h b/config/examples/Geeetech/A10PRO/Configuration_adv.h index aca135ff58..feb02ca137 100644 --- a/config/examples/Geeetech/A10PRO/Configuration_adv.h +++ b/config/examples/Geeetech/A10PRO/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h b/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h index 33b7a7edaf..d08638eecf 100644 --- a/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h +++ b/config/examples/Geeetech/A10T/Stock LCD/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h index 33b7a7edaf..d08638eecf 100644 --- a/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h +++ b/config/examples/Geeetech/A10T/YHCB2004_V4.1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A20/Configuration_adv.h b/config/examples/Geeetech/A20/Configuration_adv.h index b761c5b1a0..a6fca6800d 100644 --- a/config/examples/Geeetech/A20/Configuration_adv.h +++ b/config/examples/Geeetech/A20/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A20M/Configuration_adv.h b/config/examples/Geeetech/A20M/Configuration_adv.h index b761c5b1a0..a6fca6800d 100644 --- a/config/examples/Geeetech/A20M/Configuration_adv.h +++ b/config/examples/Geeetech/A20M/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A20T/Configuration_adv.h b/config/examples/Geeetech/A20T/Configuration_adv.h index b761c5b1a0..a6fca6800d 100644 --- a/config/examples/Geeetech/A20T/Configuration_adv.h +++ b/config/examples/Geeetech/A20T/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A30/Configuration_adv.h b/config/examples/Geeetech/A30/Configuration_adv.h index eacb160fa1..759dca636e 100644 --- a/config/examples/Geeetech/A30/Configuration_adv.h +++ b/config/examples/Geeetech/A30/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A30M/Configuration_adv.h b/config/examples/Geeetech/A30M/Configuration_adv.h index eacb160fa1..759dca636e 100644 --- a/config/examples/Geeetech/A30M/Configuration_adv.h +++ b/config/examples/Geeetech/A30M/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/A30T/Configuration_adv.h b/config/examples/Geeetech/A30T/Configuration_adv.h index eacb160fa1..759dca636e 100644 --- a/config/examples/Geeetech/A30T/Configuration_adv.h +++ b/config/examples/Geeetech/A30T/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/D200/Configuration_adv.h b/config/examples/Geeetech/D200/Configuration_adv.h index a66e4b9ea8..8ff9d49449 100644 --- a/config/examples/Geeetech/D200/Configuration_adv.h +++ b/config/examples/Geeetech/D200/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/Duplicator5/Configuration_adv.h b/config/examples/Geeetech/Duplicator5/Configuration_adv.h index 13e2b78896..fc0ac7f93c 100644 --- a/config/examples/Geeetech/Duplicator5/Configuration_adv.h +++ b/config/examples/Geeetech/Duplicator5/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/E180/Configuration_adv.h b/config/examples/Geeetech/E180/Configuration_adv.h index eacb160fa1..759dca636e 100644 --- a/config/examples/Geeetech/E180/Configuration_adv.h +++ b/config/examples/Geeetech/E180/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/M201/Configuration_adv.h b/config/examples/Geeetech/M201/Configuration_adv.h index a66e4b9ea8..8ff9d49449 100644 --- a/config/examples/Geeetech/M201/Configuration_adv.h +++ b/config/examples/Geeetech/M201/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/MeCreator2/Configuration_adv.h b/config/examples/Geeetech/MeCreator2/Configuration_adv.h index dd38617255..2a149df341 100644 --- a/config/examples/Geeetech/MeCreator2/Configuration_adv.h +++ b/config/examples/Geeetech/MeCreator2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/Me_creator/Configuration_adv.h b/config/examples/Geeetech/Me_creator/Configuration_adv.h index 13e2b78896..fc0ac7f93c 100644 --- a/config/examples/Geeetech/Me_creator/Configuration_adv.h +++ b/config/examples/Geeetech/Me_creator/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/Me_ducer/Configuration_adv.h b/config/examples/Geeetech/Me_ducer/Configuration_adv.h index 8d5e51d55b..38dd65af3b 100644 --- a/config/examples/Geeetech/Me_ducer/Configuration_adv.h +++ b/config/examples/Geeetech/Me_ducer/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/PI3A PRO/Configuration_adv.h b/config/examples/Geeetech/PI3A PRO/Configuration_adv.h index b3f300d618..9c495e1370 100644 --- a/config/examples/Geeetech/PI3A PRO/Configuration_adv.h +++ b/config/examples/Geeetech/PI3A PRO/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h index aca135ff58..feb02ca137 100644 --- a/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro C/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h index aca135ff58..feb02ca137 100644 --- a/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h +++ b/config/examples/Geeetech/Prusa i3 Pro W/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/HMS434/Configuration_adv.h b/config/examples/HMS434/Configuration_adv.h index 88ccfb0c4f..15d896db30 100644 --- a/config/examples/HMS434/Configuration_adv.h +++ b/config/examples/HMS434/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Infitary/i3-M508/Configuration_adv.h b/config/examples/Infitary/i3-M508/Configuration_adv.h index 884245792e..ca8862f370 100644 --- a/config/examples/Infitary/i3-M508/Configuration_adv.h +++ b/config/examples/Infitary/i3-M508/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h b/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h index 3d77897bc0..cbb504bec7 100644 --- a/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h +++ b/config/examples/Intamsys/FunmatHT 4988/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/JGAurora/A1/Configuration_adv.h b/config/examples/JGAurora/A1/Configuration_adv.h index 813af0fbb2..8560a8b9bf 100644 --- a/config/examples/JGAurora/A1/Configuration_adv.h +++ b/config/examples/JGAurora/A1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/JGAurora/A5/Configuration_adv.h b/config/examples/JGAurora/A5/Configuration_adv.h index d972a86a60..6e56262a9c 100644 --- a/config/examples/JGAurora/A5/Configuration_adv.h +++ b/config/examples/JGAurora/A5/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/JGAurora/A5S/Configuration_adv.h b/config/examples/JGAurora/A5S/Configuration_adv.h index a91bc09b8b..fe1a7bb443 100644 --- a/config/examples/JGAurora/A5S/Configuration_adv.h +++ b/config/examples/JGAurora/A5S/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/JGAurora/Magic/Configuration_adv.h b/config/examples/JGAurora/Magic/Configuration_adv.h index 26b36bb1cd..a740a1e4b8 100644 --- a/config/examples/JGAurora/Magic/Configuration_adv.h +++ b/config/examples/JGAurora/Magic/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Kingroon/KP3/Configuration_adv.h b/config/examples/Kingroon/KP3/Configuration_adv.h index 1fbb13d636..4dd747a1de 100644 --- a/config/examples/Kingroon/KP3/Configuration_adv.h +++ b/config/examples/Kingroon/KP3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Labists/ET4/Configuration_adv.h b/config/examples/Labists/ET4/Configuration_adv.h index d4f43e70af..276cea6734 100644 --- a/config/examples/Labists/ET4/Configuration_adv.h +++ b/config/examples/Labists/ET4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h b/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h index 47d838df2f..aa30d3eb32 100644 --- a/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h +++ b/config/examples/LulzBot/Mini2/Teensy/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/LulzBot/TAZ4/Configuration_adv.h b/config/examples/LulzBot/TAZ4/Configuration_adv.h index 64b6f3b7fa..1d718a3de0 100644 --- a/config/examples/LulzBot/TAZ4/Configuration_adv.h +++ b/config/examples/LulzBot/TAZ4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/MBot/Cube/Configuration_adv.h b/config/examples/MBot/Cube/Configuration_adv.h index 54d8b93f4e..266a456ef9 100644 --- a/config/examples/MBot/Cube/Configuration_adv.h +++ b/config/examples/MBot/Cube/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h b/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h index 8aefc630a3..24816c203d 100644 --- a/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h +++ b/config/examples/MakerFarm/Pegasus 12/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/MakerParts/Configuration_adv.h b/config/examples/MakerParts/Configuration_adv.h index d1d56e409e..d64f085a29 100644 --- a/config/examples/MakerParts/Configuration_adv.h +++ b/config/examples/MakerParts/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Malyan/M150/Configuration_adv.h b/config/examples/Malyan/M150/Configuration_adv.h index 18a7f453d7..614c6ce9bf 100644 --- a/config/examples/Malyan/M150/Configuration_adv.h +++ b/config/examples/Malyan/M150/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Malyan/M200/Configuration_adv.h b/config/examples/Malyan/M200/Configuration_adv.h index 72f635afb3..d4b3bf1210 100644 --- a/config/examples/Malyan/M200/Configuration_adv.h +++ b/config/examples/Malyan/M200/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Micromake/C1/enhanced/Configuration_adv.h b/config/examples/Micromake/C1/enhanced/Configuration_adv.h index 5c2dde1021..1ff3c260f6 100644 --- a/config/examples/Micromake/C1/enhanced/Configuration_adv.h +++ b/config/examples/Micromake/C1/enhanced/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Mks/Sbase/Configuration_adv.h b/config/examples/Mks/Sbase/Configuration_adv.h index 54d10dfc24..6226230442 100644 --- a/config/examples/Mks/Sbase/Configuration_adv.h +++ b/config/examples/Mks/Sbase/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Modix/Big60/Configuration_adv.h b/config/examples/Modix/Big60/Configuration_adv.h index 373bd64ba2..e2c3345024 100644 --- a/config/examples/Modix/Big60/Configuration_adv.h +++ b/config/examples/Modix/Big60/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Nextion/Configuration_adv.h b/config/examples/Nextion/Configuration_adv.h index 580716ac23..27be696ef3 100644 --- a/config/examples/Nextion/Configuration_adv.h +++ b/config/examples/Nextion/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h index fe4e6ddec6..1dca1e0b16 100644 --- a/config/examples/Opulo/Lumen_REV3/Configuration_adv.h +++ b/config/examples/Opulo/Lumen_REV3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Ortur 4/Configuration_adv.h b/config/examples/Ortur 4/Configuration_adv.h index eb5514c380..b847c44416 100644 --- a/config/examples/Ortur 4/Configuration_adv.h +++ b/config/examples/Ortur 4/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Polargraph/Configuration_adv.h b/config/examples/Polargraph/Configuration_adv.h index b6c3dd05fd..36a652df85 100644 --- a/config/examples/Polargraph/Configuration_adv.h +++ b/config/examples/Polargraph/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Prusa/MK3/Configuration_adv.h b/config/examples/Prusa/MK3/Configuration_adv.h index f5f0f04f79..8ee26ca1ea 100644 --- a/config/examples/Prusa/MK3/Configuration_adv.h +++ b/config/examples/Prusa/MK3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h index 734a07fe63..a77bf28c51 100644 --- a/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h +++ b/config/examples/Prusa/MK3S-BigTreeTech-BTT002/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Qidi/Qidi 1/Configuration_adv.h b/config/examples/Qidi/Qidi 1/Configuration_adv.h index f2e7391cc9..455693d334 100644 --- a/config/examples/Qidi/Qidi 1/Configuration_adv.h +++ b/config/examples/Qidi/Qidi 1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Raiscube/A8r/Configuration_adv.h b/config/examples/Raiscube/A8r/Configuration_adv.h index 425dbf4de9..d7639b3090 100644 --- a/config/examples/Raiscube/A8r/Configuration_adv.h +++ b/config/examples/Raiscube/A8r/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/RapideLite/RL200/Configuration_adv.h b/config/examples/RapideLite/RL200/Configuration_adv.h index 13e2b78896..fc0ac7f93c 100644 --- a/config/examples/RapideLite/RL200/Configuration_adv.h +++ b/config/examples/RapideLite/RL200/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Renkforce/RF100/Configuration_adv.h b/config/examples/Renkforce/RF100/Configuration_adv.h index 624eef79f4..9ed777d847 100644 --- a/config/examples/Renkforce/RF100/Configuration_adv.h +++ b/config/examples/Renkforce/RF100/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Renkforce/RF100XL/Configuration_adv.h b/config/examples/Renkforce/RF100XL/Configuration_adv.h index 624eef79f4..9ed777d847 100644 --- a/config/examples/Renkforce/RF100XL/Configuration_adv.h +++ b/config/examples/Renkforce/RF100XL/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Renkforce/RF100v2/Configuration_adv.h b/config/examples/Renkforce/RF100v2/Configuration_adv.h index 624eef79f4..9ed777d847 100644 --- a/config/examples/Renkforce/RF100v2/Configuration_adv.h +++ b/config/examples/Renkforce/RF100v2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/RigidBot/Configuration_adv.h b/config/examples/RigidBot/Configuration_adv.h index 70cb4a8848..714ef5ef5d 100644 --- a/config/examples/RigidBot/Configuration_adv.h +++ b/config/examples/RigidBot/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/SCARA/MP_SCARA/Configuration_adv.h b/config/examples/SCARA/MP_SCARA/Configuration_adv.h index 43955f013c..be8d36108e 100644 --- a/config/examples/SCARA/MP_SCARA/Configuration_adv.h +++ b/config/examples/SCARA/MP_SCARA/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/SCARA/Morgan/Configuration_adv.h b/config/examples/SCARA/Morgan/Configuration_adv.h index c477d11c22..d71619d918 100644 --- a/config/examples/SCARA/Morgan/Configuration_adv.h +++ b/config/examples/SCARA/Morgan/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h index 019fb4273f..7c8ec3540d 100644 --- a/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h +++ b/config/examples/STM32/Black_STM32F407VET6/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Sanguinololu/Configuration_adv.h b/config/examples/Sanguinololu/Configuration_adv.h index f420d72223..bb0571903f 100644 --- a/config/examples/Sanguinololu/Configuration_adv.h +++ b/config/examples/Sanguinololu/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Simulator/Configuration_adv.h b/config/examples/Simulator/Configuration_adv.h index 1753a93258..8b45495c0b 100644 --- a/config/examples/Simulator/Configuration_adv.h +++ b/config/examples/Simulator/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h index f2ba99298c..6ac5603f4f 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR E3 Turbo/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h index 03d726c0fd..97f46898be 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 2.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h index 5328ba75c8..ff7deb534f 100644 --- a/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/BigTreeTech SKR Mini E3 3.0/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h b/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h index 690831d605..66b51f0dee 100644 --- a/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/CrealityV22/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h b/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h index 170d286a11..95df49c2db 100644 --- a/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h +++ b/config/examples/Sovol/SV-01/CrealityV221/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Sunlu/S8/Configuration_adv.h b/config/examples/Sunlu/S8/Configuration_adv.h index 427b34ed0d..ccac71923b 100644 --- a/config/examples/Sunlu/S8/Configuration_adv.h +++ b/config/examples/Sunlu/S8/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h b/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h index 98a4d44f22..62444c4432 100644 --- a/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h +++ b/config/examples/TPARA/AXEL_TPARA/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tevo/Michelangelo/Configuration_adv.h b/config/examples/Tevo/Michelangelo/Configuration_adv.h index 9a8ed09a85..7f3cf4965c 100644 --- a/config/examples/Tevo/Michelangelo/Configuration_adv.h +++ b/config/examples/Tevo/Michelangelo/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tevo/Nereus/Configuration_adv.h b/config/examples/Tevo/Nereus/Configuration_adv.h index f417a8d0dc..9a934dbab0 100644 --- a/config/examples/Tevo/Nereus/Configuration_adv.h +++ b/config/examples/Tevo/Nereus/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tevo/Tarantula Pro/Configuration_adv.h b/config/examples/Tevo/Tarantula Pro/Configuration_adv.h index f381abffb2..9aedbcd4bc 100644 --- a/config/examples/Tevo/Tarantula Pro/Configuration_adv.h +++ b/config/examples/Tevo/Tarantula Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h index 73358e3434..63d562d99c 100644 --- a/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V1 (MKS Base)/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h index 73358e3434..63d562d99c 100644 --- a/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h +++ b/config/examples/Tevo/Tornado/V2 (MKS GEN-L)/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/TinyBoy2/Configuration_adv.h b/config/examples/TinyBoy2/Configuration_adv.h index 9f3a5b0fee..bb6a4b920f 100644 --- a/config/examples/TinyBoy2/Configuration_adv.h +++ b/config/examples/TinyBoy2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tronxy/X3A/Configuration_adv.h b/config/examples/Tronxy/X3A/Configuration_adv.h index 0d45c06f61..d4bb427db9 100644 --- a/config/examples/Tronxy/X3A/Configuration_adv.h +++ b/config/examples/Tronxy/X3A/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tronxy/X5S-2E/Configuration_adv.h b/config/examples/Tronxy/X5S-2E/Configuration_adv.h index 9e957b309c..4c092710b0 100644 --- a/config/examples/Tronxy/X5S-2E/Configuration_adv.h +++ b/config/examples/Tronxy/X5S-2E/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tronxy/X5SA-2E/Configuration_adv.h b/config/examples/Tronxy/X5SA-2E/Configuration_adv.h index 20013575b4..3d0df37c03 100644 --- a/config/examples/Tronxy/X5SA-2E/Configuration_adv.h +++ b/config/examples/Tronxy/X5SA-2E/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Tronxy/X5SA/Configuration_adv.h b/config/examples/Tronxy/X5SA/Configuration_adv.h index d84bad70ca..c9fa9cd66a 100644 --- a/config/examples/Tronxy/X5SA/Configuration_adv.h +++ b/config/examples/Tronxy/X5SA/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Two Trees/BlueR Plus/Configuration_adv.h b/config/examples/Two Trees/BlueR Plus/Configuration_adv.h index bfe7c04be9..dd72556752 100644 --- a/config/examples/Two Trees/BlueR Plus/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR Plus/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h index 6ffab0d5e8..e18b3855a8 100644 --- a/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h index 6ffab0d5e8..e18b3855a8 100644 --- a/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h b/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h index 6ffab0d5e8..e18b3855a8 100644 --- a/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h +++ b/config/examples/Two Trees/BlueR/BlueR V3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h index f1dd6e0c5a..47f5c918ff 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2.1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h index 39ddfd6a35..89d8c8fd1b 100644 --- a/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Plus/Sapphire Plus V2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h b/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h index 42557bfdc4..1283cf33c8 100644 --- a/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h +++ b/config/examples/Two Trees/Sapphire Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/UltiMachine/Archim1/Configuration_adv.h b/config/examples/UltiMachine/Archim1/Configuration_adv.h index a7d3d9cb61..d713c6489e 100644 --- a/config/examples/UltiMachine/Archim1/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/UltiMachine/Archim2/Configuration_adv.h b/config/examples/UltiMachine/Archim2/Configuration_adv.h index be9dba56e8..e1e78e776d 100644 --- a/config/examples/UltiMachine/Archim2/Configuration_adv.h +++ b/config/examples/UltiMachine/Archim2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h index ec5a6b9b53..e7e49a911c 100644 --- a/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker 2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h index cf47aa8972..0960d3bf7a 100644 --- a/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original (1.5.7)/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h index 2cd07b6768..f3cf8ce058 100644 --- a/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h +++ b/config/examples/Ultimaker/Ultimaker Original Plus (2.1.1)/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/VORONDesign/Configuration_adv.h b/config/examples/VORONDesign/Configuration_adv.h index d07b1448ce..62aa7ef5ee 100644 --- a/config/examples/VORONDesign/Configuration_adv.h +++ b/config/examples/VORONDesign/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h b/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h index 462d35f2ea..8d7c101323 100644 --- a/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h +++ b/config/examples/Velleman/K8200 Upgraded/Configuration_adv.h @@ -44,9 +44,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -57,7 +57,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Velleman/K8200/Configuration_adv.h b/config/examples/Velleman/K8200/Configuration_adv.h index cb44c2adfa..05aa38e104 100644 --- a/config/examples/Velleman/K8200/Configuration_adv.h +++ b/config/examples/Velleman/K8200/Configuration_adv.h @@ -44,9 +44,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -57,7 +57,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h b/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h index a30ebe3797..29abe75ea4 100644 --- a/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Dual-head/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Velleman/K8400/Single-head/Configuration_adv.h b/config/examples/Velleman/K8400/Single-head/Configuration_adv.h index a30ebe3797..29abe75ea4 100644 --- a/config/examples/Velleman/K8400/Single-head/Configuration_adv.h +++ b/config/examples/Velleman/K8400/Single-head/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/WASP/PowerWASP/Configuration_adv.h b/config/examples/WASP/PowerWASP/Configuration_adv.h index f4f6b88f0e..db3b20a0ab 100644 --- a/config/examples/WASP/PowerWASP/Configuration_adv.h +++ b/config/examples/WASP/PowerWASP/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h b/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h index a5062d22aa..a3a9c5584a 100644 --- a/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 4S/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h index 8fd8c9dcfe..09be9ad7a3 100644 --- a/config/examples/Wanhao/Duplicator 6/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator 6/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h index 8bf14244a0..2d3df249c8 100644 --- a/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 2.1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h index ef84089020..5dc7cfada0 100644 --- a/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h +++ b/config/examples/Wanhao/Duplicator i3 Mini/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Weedo/Tina2/V2/Configuration_adv.h b/config/examples/Weedo/Tina2/V2/Configuration_adv.h index 30e6cc68a1..8a55c5205e 100644 --- a/config/examples/Weedo/Tina2/V2/Configuration_adv.h +++ b/config/examples/Weedo/Tina2/V2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Weedo/Tina2/V3/Configuration_adv.h b/config/examples/Weedo/Tina2/V3/Configuration_adv.h index 30e6cc68a1..8a55c5205e 100644 --- a/config/examples/Weedo/Tina2/V3/Configuration_adv.h +++ b/config/examples/Weedo/Tina2/V3/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Weistek/wt150/Configuration_adv.h b/config/examples/Weistek/wt150/Configuration_adv.h index 069e5d8558..5185bc9ffe 100644 --- a/config/examples/Weistek/wt150/Configuration_adv.h +++ b/config/examples/Weistek/wt150/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Zonestar/P802M/Configuration_adv.h b/config/examples/Zonestar/P802M/Configuration_adv.h index 0eea3ace77..90f81eb471 100644 --- a/config/examples/Zonestar/P802M/Configuration_adv.h +++ b/config/examples/Zonestar/P802M/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h index 527fb02e42..8330747dc5 100644 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (A4988)/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h index 951e07a18b..a6a0a1bbfd 100755 --- a/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h +++ b/config/examples/Zonestar/P802QR2/BigTreeTech SKR 1.4 Turbo (TMC2209)/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h index ff6898cfe8..7e0bc51fdd 100644 --- a/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel Linear Plus/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h index 19630bc9ee..b430b36b63 100644 --- a/config/examples/delta/Anycubic/Kossel/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Kossel/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Anycubic/Predator/Configuration_adv.h b/config/examples/delta/Anycubic/Predator/Configuration_adv.h index 21daa0cb6c..0eb3ec9d5d 100644 --- a/config/examples/delta/Anycubic/Predator/Configuration_adv.h +++ b/config/examples/delta/Anycubic/Predator/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h b/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h index 575c01b90e..c5bf9dc8fc 100644 --- a/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h +++ b/config/examples/delta/Dreammaker/Overlord/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h index 575c01b90e..c5bf9dc8fc 100644 --- a/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h +++ b/config/examples/delta/Dreammaker/Overlord_Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h index cad038938e..58ae03aab8 100644 --- a/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h +++ b/config/examples/delta/FLSUN/Q5-nano_v1/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h b/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h index 4a2255bb80..6731fcee1c 100644 --- a/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h +++ b/config/examples/delta/FLSUN/QQ-S/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h index 211f42d8e1..36e00a9796 100644 --- a/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h +++ b/config/examples/delta/FLSUN/QQS-Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h index 135dec8bcb..46635ed8f2 100644 --- a/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h +++ b/config/examples/delta/FLSUN/auto_calibrate/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/FLSUN/kossel/Configuration_adv.h b/config/examples/delta/FLSUN/kossel/Configuration_adv.h index 135dec8bcb..46635ed8f2 100644 --- a/config/examples/delta/FLSUN/kossel/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h index f826a5ebb6..32e3ff32ee 100644 --- a/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h +++ b/config/examples/delta/FLSUN/kossel_mini/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Geeetech/G2/Configuration_adv.h b/config/examples/delta/Geeetech/G2/Configuration_adv.h index 4164ea781c..1a00776599 100644 --- a/config/examples/delta/Geeetech/G2/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h b/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h index 4164ea781c..1a00776599 100644 --- a/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2Pro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Geeetech/G2S/Configuration_adv.h b/config/examples/delta/Geeetech/G2S/Configuration_adv.h index 4164ea781c..1a00776599 100644 --- a/config/examples/delta/Geeetech/G2S/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2S/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h b/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h index 4164ea781c..1a00776599 100644 --- a/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h +++ b/config/examples/delta/Geeetech/G2SPro/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h index 61976d7575..cad53d055e 100644 --- a/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h +++ b/config/examples/delta/Geeetech/Rostock 301/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h b/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h index 9f9d4acf12..8a369ffcb1 100644 --- a/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h +++ b/config/examples/delta/Hatchbox_Alpha/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/MKS/SBASE/Configuration_adv.h b/config/examples/delta/MKS/SBASE/Configuration_adv.h index 431f0a3845..a9bb4ca5e9 100644 --- a/config/examples/delta/MKS/SBASE/Configuration_adv.h +++ b/config/examples/delta/MKS/SBASE/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Malyan M300/Configuration_adv.h b/config/examples/delta/Malyan M300/Configuration_adv.h index 01055f4a0c..aa838bab88 100644 --- a/config/examples/delta/Malyan M300/Configuration_adv.h +++ b/config/examples/delta/Malyan M300/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Tevo Little Monster/Configuration_adv.h b/config/examples/delta/Tevo Little Monster/Configuration_adv.h index e0d6951b51..4a3e538ceb 100644 --- a/config/examples/delta/Tevo Little Monster/Configuration_adv.h +++ b/config/examples/delta/Tevo Little Monster/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/Velleman/K8800/Configuration_adv.h b/config/examples/delta/Velleman/K8800/Configuration_adv.h index 58456280ae..ec84d50ae9 100644 --- a/config/examples/delta/Velleman/K8800/Configuration_adv.h +++ b/config/examples/delta/Velleman/K8800/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/generic/Configuration_adv.h b/config/examples/delta/generic/Configuration_adv.h index f826a5ebb6..32e3ff32ee 100644 --- a/config/examples/delta/generic/Configuration_adv.h +++ b/config/examples/delta/generic/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/kossel_clear/Configuration_adv.h b/config/examples/delta/kossel_clear/Configuration_adv.h index c48b934f6f..cc0a24a0b3 100644 --- a/config/examples/delta/kossel_clear/Configuration_adv.h +++ b/config/examples/delta/kossel_clear/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/delta/kossel_xl/Configuration_adv.h b/config/examples/delta/kossel_xl/Configuration_adv.h index 982d4f9ba8..72106cda57 100644 --- a/config/examples/delta/kossel_xl/Configuration_adv.h +++ b/config/examples/delta/kossel_xl/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/gCreate/gMax1.5+/Configuration_adv.h b/config/examples/gCreate/gMax1.5+/Configuration_adv.h index 58a5f7b4ff..846b259098 100644 --- a/config/examples/gCreate/gMax1.5+/Configuration_adv.h +++ b/config/examples/gCreate/gMax1.5+/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h index 917c20c4ef..8e99ffdcef 100644 --- a/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h +++ b/config/examples/linear_axes/RAMPS 5 LINEAR_AXES/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/makibox/Configuration_adv.h b/config/examples/makibox/Configuration_adv.h index 385793e94c..027727e68d 100644 --- a/config/examples/makibox/Configuration_adv.h +++ b/config/examples/makibox/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================ diff --git a/config/examples/tvrrug/Round2/Configuration_adv.h b/config/examples/tvrrug/Round2/Configuration_adv.h index 05c84a3d94..7dfa41d6c7 100644 --- a/config/examples/tvrrug/Round2/Configuration_adv.h +++ b/config/examples/tvrrug/Round2/Configuration_adv.h @@ -35,9 +35,9 @@ // @section develop /** - * Configuration Dump to JSON and INI format + * Configuration Export to JSON and INI format * - * Dump the configuration as part of the build. (See signature.py) + * Export the configuration as part of the build. (See signature.py) * Output files are saved with the build (e.g., .pio/build/mega2560). * * See `build_all_examples --ini` as an example of config.ini archiving. @@ -48,7 +48,7 @@ * 3 = schema.json - The entire configuration schema. (13 = pattern groups) * 4 = schema.yml - The entire configuration schema. */ -//#define CONFIG_DUMP // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] +//#define CONFIG_EXPORT // :[1:'JSON', 2:'config.ini', 3:'schema.json', 4:'schema.yml'] //=========================================================================== //============================= Thermal Settings ============================