Skip to content

Commit

Permalink
Adding warning text to corexy solver page
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroGDesign committed Nov 22, 2023
1 parent 40697c5 commit c307656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripts/klipper_corexy_solver.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function applyLogic() {
case 'rear-left':
case 'front-right':
case 'left-rear':
nowWhatText.innerHTML = createResponse('white', '<h2>Your steppers are swapped.</h2>You need to swap the A & B connectors, otherwise known as X & Y.<h2>SWAP DONE?</h2><h3>Redo the homing on X/Y as they\'re likely still wrong.</h3>');
nowWhatText.innerHTML = createResponse('white', '<h2>Your steppers are swapped.</h2><h3><i class="bi bi-exclamation-triangle-fill"></i> Turn off the machine <i class="bi bi-exclamation-triangle-fill"></i></h3>You need to swap the A & B connectors, otherwise known as X & Y.<h2>SWAP DONE?</h2><h3>Redo the homing on X/Y as they\'re likely still wrong.</h3>');
return;
case 'right-rear':
nowWhatText.innerHTML = createResponse('lightgreen', 'Your config seems good!<br/>Issues? Contact us on Discord.');
Expand Down

0 comments on commit c307656

Please sign in to comment.