|
@ -19,6 +19,7 @@ |
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
* 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+
|
|
|
//#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
|
|
|
// 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 |
|
|
* Advanced settings can be found in Configuration_adv.h |
|
|
* |
|
|
* |
|
|
*/ |
|
|
*/ |
|
|
#ifndef CONFIGURATION_H |
|
|
|
|
|
#define CONFIGURATION_H |
|
|
|
|
|
#define CONFIGURATION_H_VERSION 020000 |
|
|
#define CONFIGURATION_H_VERSION 020000 |
|
|
|
|
|
|
|
|
//===========================================================================
|
|
|
//===========================================================================
|
|
@ -2078,5 +2077,3 @@ |
|
|
|
|
|
|
|
|
// Allow servo angle to be edited and saved to EEPROM
|
|
|
// Allow servo angle to be edited and saved to EEPROM
|
|
|
//#define EDITABLE_SERVO_ANGLES
|
|
|
//#define EDITABLE_SERVO_ANGLES
|
|
|
|
|
|
|
|
|
#endif // CONFIGURATION_H
|
|
|
|
|
|