Minor tweaks

This commit is contained in:
InsanityAutomation
2023-03-10 15:18:43 -05:00
parent 695b3fe303
commit b0c433e803
3 changed files with 8 additions and 7 deletions
+5 -5
View File
@@ -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
+1 -1
View File
@@ -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
+2 -1
View File
@@ -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