Apply #pragma once to configuration files
This commit is contained in:
		| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1831,5 +1830,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1831,5 +1830,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2051,5 +2050,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2033,5 +2032,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2033,5 +2032,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2186,5 +2185,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1829,5 +1828,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2040,5 +2039,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2032,5 +2031,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1807,5 +1806,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1829,5 +1828,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2019,5 +2018,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1837,5 +1836,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2019,5 +2018,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2030,5 +2029,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2041,5 +2040,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1833,5 +1832,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2032,5 +2031,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -44,8 +45,6 @@ | ||||
|  * CR10_STOCKDISPLAY (RAMPS-compatible with single 10-pin plug) | ||||
|  */ | ||||
|  | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2050,5 +2049,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2041,5 +2040,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2035,5 +2034,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2035,5 +2034,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2041,5 +2040,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2037,5 +2036,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2013,5 +2012,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2013,5 +2012,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2037,5 +2036,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1838,5 +1837,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2137,5 +2136,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1834,5 +1833,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| //#define ROXYs_TRex         // Turn this on to get customizations only available on Roxy's T-Rex 2+ | ||||
|                              // Marlin controlled heat bed, Max7219 debug LED's, less bright LED light level | ||||
| @@ -38,8 +39,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2078,5 +2077,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1840,5 +1839,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2064,5 +2063,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1840,5 +1839,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2055,5 +2054,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2038,5 +2037,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1816,5 +1815,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2047,5 +2046,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2046,5 +2045,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2035,5 +2034,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * JGAurora A5 configuration | ||||
| @@ -40,8 +41,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2042,5 +2041,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2051,5 +2050,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Maylan M150 Configuration | ||||
| @@ -40,8 +41,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2059,5 +2058,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2030,5 +2029,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2035,5 +2034,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2035,5 +2034,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1838,5 +1837,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2080,5 +2079,3 @@ Black rubber belt(MXL), 18 - tooth aluminium pulley : 87.489 step per mm (Huxley | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2044,5 +2043,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2033,5 +2032,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2062,5 +2061,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| /** | ||||
| @@ -2087,5 +2086,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2035,5 +2034,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration_adv.h | ||||
| @@ -30,8 +31,6 @@ | ||||
|  * Basic settings can be found in Configuration.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H | ||||
| #define CONFIGURATION_ADV_H_VERSION 020000 | ||||
|  | ||||
| // @section temperature | ||||
| @@ -1830,5 +1829,3 @@ | ||||
|  | ||||
| // Enable Marlin dev mode which adds some special commands | ||||
| //#define MARLIN_DEV_MODE | ||||
|  | ||||
| #endif // CONFIGURATION_ADV_H | ||||
|   | ||||
| @@ -19,6 +19,7 @@ | ||||
|  * along with this program.  If not, see <http://www.gnu.org/licenses/>. | ||||
|  * | ||||
|  */ | ||||
| #pragma once | ||||
|  | ||||
| /** | ||||
|  * Configuration.h | ||||
| @@ -35,8 +36,6 @@ | ||||
|  * Advanced settings can be found in Configuration_adv.h | ||||
|  * | ||||
|  */ | ||||
| #ifndef CONFIGURATION_H | ||||
| #define CONFIGURATION_H | ||||
| #define CONFIGURATION_H_VERSION 020000 | ||||
|  | ||||
| //=========================================================================== | ||||
| @@ -2031,5 +2030,3 @@ | ||||
|  | ||||
| // Allow servo angle to be edited and saved to EEPROM | ||||
| //#define EDITABLE_SERVO_ANGLES | ||||
|  | ||||
| #endif // CONFIGURATION_H | ||||
|   | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user