<font face="Arial, Verdana">
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?
</font>
<font face="Arial, Verdana">
</font>
<font face="Arial, Verdana">My configuration.h</font>