HELP!!, Error:Apos y steps
Hello, Im trying to migrate from marlin, but after flashing I get the next error, "Error:Apos y steps"
the condition for that warning is:
***------------------------------------------***
// A TOWER height
uint32_t temp = RMath::absLong(Printer::deltaAPosYSteps - cartesianPosSteps[Y_AXIS]);
uint32_t opt = Printer::deltaDiagonalStepsSquaredA.l;
if (temp > LIMIT)
RETURN_0("Apos y steps ");
***------------------------------------------***
One of the first tries I did I forgot to set my printer has a Delta, and went on configuring it has a Cartesian,
Does someone have any idea how to fix this?
Comments
18:47:09.716 : Error:Apos y steps
18:47:09.720 : Warning:Invalid delta coordinate - move ignored x:0 y:0 z:39600
18:47:09.724 : Warning:in queueDeltaMove to calculateDeltaSubSegments returns error.
18:47:09.724 : Warning:moveRelativeDistanceInSteps / queueDeltaMove returns error