From 5e72896875e2a004fd2ec9395a719d68e7f713f9 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Tue, 20 Oct 2020 14:43:20 +0200 Subject: [PATCH] Reset Speed changes and disable TMC timings --- Marlin/Configuration.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index ddd2273b..11dfaa0b 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -849,6 +849,7 @@ * TMC5130, TMC5130_STANDALONE, TMC5160, TMC5160_STANDALONE * :['A4988', 'A5984', 'DRV8825', 'LV8729', 'L6470', 'L6474', 'POWERSTEP01', 'TB6560', 'TB6600', 'TMC2100', 'TMC2130', 'TMC2130_STANDALONE', 'TMC2160', 'TMC2160_STANDALONE', 'TMC2208', 'TMC2208_STANDALONE', 'TMC2209', 'TMC2209_STANDALONE', 'TMC26X', 'TMC26X_STANDALONE', 'TMC2660', 'TMC2660_STANDALONE', 'TMC5130', 'TMC5130_STANDALONE', 'TMC5160', 'TMC5160_STANDALONE'] */ +/* #if ENABLED(KNUTWURST_TMC) #define X_DRIVER_TYPE TMC2208_STANDALONE #define Y_DRIVER_TYPE TMC2208_STANDALONE @@ -869,6 +870,7 @@ #endif #if DISABLED(KNUTWURST_TMC) +*/ #define X_DRIVER_TYPE A4988 #define Y_DRIVER_TYPE A4988 #define Z_DRIVER_TYPE A4988 @@ -885,7 +887,7 @@ //#define E5_DRIVER_TYPE A4988 //#define E6_DRIVER_TYPE A4988 //#define E7_DRIVER_TYPE A4988 -#endif +//#endif // Enable this feature if all enabled endstop pins are interrupt-capable. // This will remove the need to poll the interrupt pins, saving many CPU cycles. @@ -965,8 +967,8 @@ #endif #if ENABLED(KNUTWURST_MEGA_X) - //#define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis - #define DEFAULT_MAX_FEEDRATE { 400, 400, 18, 80 } // thanks to DanJunior78 + #define DEFAULT_MAX_FEEDRATE { 120, 120, 18, 80 } // thanks to Simon Geis + //#define DEFAULT_MAX_FEEDRATE { 400, 400, 18, 80 } // thanks to DanJunior78 #endif #if ENABLED(KNUTWURST_MEGA_P) @@ -990,8 +992,8 @@ #endif #if ENABLED(KNUTWURST_MEGA_X) - //#define DEFAULT_MAX_ACCELERATION { 400, 400, 60, 10000 } //Original Values - #define DEFAULT_MAX_ACCELERATION { 2000, 1500, 60, 10000 } + #define DEFAULT_MAX_ACCELERATION { 400, 400, 60, 10000 } //Original Values + //#define DEFAULT_MAX_ACCELERATION { 2000, 1500, 60, 10000 } #endif