diff --git a/g2core/g2core.cppproj b/g2core/g2core.cppproj index 0b608521..876b4307 100644 --- a/g2core/g2core.cppproj +++ b/g2core/g2core.cppproj @@ -68,7 +68,7 @@ - 2000000 + 10000000 SWD @@ -102,7 +102,7 @@ true J41800019454 0x284E0A60 - 2000000 + 10000000 diff --git a/g2core/plan_line.cpp b/g2core/plan_line.cpp index 1d23863e..4d147206 100644 --- a/g2core/plan_line.cpp +++ b/g2core/plan_line.cpp @@ -190,7 +190,7 @@ stat_t mp_aline(GCodeState_t* _gm) // copy rotation axes for ABC (no changes) target_rotated[AXIS_A] = _gm->target[AXIS_A]; target_rotated[AXIS_B] = _gm->target[AXIS_B]; - target_rotated[AXIS_B] = _gm->target[AXIS_C]; + target_rotated[AXIS_C] = _gm->target[AXIS_C]; for (uint8_t axis = 0; axis < AXES; axis++) { axis_length[axis] = target_rotated[axis] - mp->position[axis]; diff --git a/g2core/settings/settings_default.h b/g2core/settings/settings_default.h index 00cd7777..c97979f8 100644 --- a/g2core/settings/settings_default.h +++ b/g2core/settings/settings_default.h @@ -582,7 +582,7 @@ #define V_LATCH_BACKOFF 4.0 #endif #ifndef V_ZERO_BACKOFF -#define Y_ZERO_BACKOFF 2.0 +#define V_ZERO_BACKOFF 2.0 #endif // W AXIS