Minor tweaks
This commit is contained in:
@@ -49,13 +49,13 @@
|
||||
//#define BED_AC
|
||||
|
||||
//#define HotendAllMetal
|
||||
//#define HotendMosquito // High Tenp Slice Thermistor
|
||||
//#define HotendMosquito // High Temp Slice Thermistor
|
||||
//#define HotendSemitec //E3D or SLice 300C Thermistor
|
||||
//#define HotendSlicePT1000
|
||||
//#define HotendCreality
|
||||
|
||||
//#define HighPoweredHeater
|
||||
#define ExtruderDDX //DDX kit with Linear Rail
|
||||
//#define ExtruderDDX //DDX kit with Linear Rail
|
||||
//#define ExtruderBMG
|
||||
|
||||
//#define FORCE_E_INVERT // Forces E to invert if you installed a DDX kit without the Tinymachines stepper reversal wire
|
||||
@@ -298,13 +298,13 @@
|
||||
*/
|
||||
#if ENABLED(X_2209_Uart)
|
||||
#define X_DRIVER_TYPE TMC2209
|
||||
#define X2_DRIVER_TYPE TMC2209
|
||||
//#define X2_DRIVER_TYPE TMC2209
|
||||
#elif ENABLED(X_2208)
|
||||
#define X_DRIVER_TYPE TMC2208_STANDALONE
|
||||
#define X2_DRIVER_TYPE TMC2208_STANDALONE
|
||||
//#define X2_DRIVER_TYPE TMC2208_STANDALONE
|
||||
#else
|
||||
#define X_DRIVER_TYPE A4988
|
||||
#define X2_DRIVER_TYPE A4988
|
||||
//#define X2_DRIVER_TYPE A4988
|
||||
#endif
|
||||
#if ENABLED(Y_2209_Uart)
|
||||
#define Y_DRIVER_TYPE TMC2209
|
||||
|
||||
@@ -3381,7 +3381,7 @@
|
||||
*/
|
||||
//#define SPINDLE_FEATURE
|
||||
#if ENABLED(RAPTOR2) && DISABLED(SKRBoard)
|
||||
#define LASER_FEATURE
|
||||
//#define LASER_FEATURE
|
||||
#endif
|
||||
#if EITHER(SPINDLE_FEATURE, LASER_FEATURE)
|
||||
#define SPINDLE_LASER_ACTIVE_STATE HIGH // Set to "HIGH" if SPINDLE_LASER_ENA_PIN is active HIGH
|
||||
|
||||
@@ -931,7 +931,8 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
|
||||
|
||||
#if HAS_FILAMENT_SENSOR
|
||||
case 412: M412(); break; // Alias to M591
|
||||
case 591: M591(); break; // M591 Configure filament runout detection
|
||||
case 591: M591(); break;
|
||||
#endif // M591 Configure filament runout detection
|
||||
#if HAS_SHAPING
|
||||
case 593: M593(); break; // M593: Set Input Shaping parameters
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user