Commit 967340be authored by MagoKimbra's avatar MagoKimbra

Fix

parent b6a29ec4
......@@ -68,7 +68,7 @@
***********************************************************************/
// This define the moltiplicator axis from X to Y or Z in COREXY or
// COREXZ. Normally is equal 1.
#define COREX_MOLTILICATOR 1
#define COREX_MOLTIPLICATOR 1
/***********************************************************************\
********************** Do not touch this section **********************
......
......@@ -523,7 +523,7 @@ float junction_deviation = 0.1;
de = target[E_AXIS] - position[E_AXIS];
#if ENABLED(COREXY) || ENABLED(COREXZ)
int MX = COREX_MOLTILICATOR;
int MX = COREX_MOLTIPLICATOR;
#endif
#if ENABLED(PREVENT_DANGEROUS_EXTRUDE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment