From c7c13e18cafbd44d15e44b281ce1c1f4a75bbb1d Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 17 Jul 2022 01:30:37 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20stepper=20drivers=20in=20d?= =?UTF-8?q?efault?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/default/Configuration.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/default/Configuration.h b/config/default/Configuration.h index d96e232a4d..3364842c31 100644 --- a/config/default/Configuration.h +++ b/config/default/Configuration.h @@ -196,11 +196,9 @@ #endif #ifdef J_DRIVER_TYPE #define AXIS5_NAME 'B' // :['B', 'C', 'U', 'V', 'W'] - #define AXIS5_ROTATES #endif #ifdef K_DRIVER_TYPE #define AXIS6_NAME 'C' // :['C', 'U', 'V', 'W'] - #define AXIS6_ROTATES #endif // @section extruder @@ -973,7 +971,6 @@ // ends are controlled by parallel axes (Y, J). Joints are directly mapped to axes (no kinematics). //#define FOAMCUTTER_XYUV - //=========================================================================== //============================== Endstop Settings =========================== //===========================================================================