diff --git a/docs/scripts/klipper_corexy_solver.js b/docs/scripts/klipper_corexy_solver.js index 620b503..f9a8f01 100644 --- a/docs/scripts/klipper_corexy_solver.js +++ b/docs/scripts/klipper_corexy_solver.js @@ -59,7 +59,7 @@ function applyLogic() { case 'rear-left': case 'front-right': case 'left-rear': - nowWhatText.innerHTML = createResponse('white', '

Your steppers are swapped.

You need to swap the A & B connectors, otherwise known as X & Y.

SWAP DONE?

Redo the homing on X/Y as they\'re likely still wrong.

'); + nowWhatText.innerHTML = createResponse('white', '

Your steppers are swapped.

Turn off the machine

You need to swap the A & B connectors, otherwise known as X & Y.

SWAP DONE?

Redo the homing on X/Y as they\'re likely still wrong.

'); return; case 'right-rear': nowWhatText.innerHTML = createResponse('lightgreen', 'Your config seems good!
Issues? Contact us on Discord.');