This product is expected to ship within 4 business days. var delay = Number("4"); if(delay < 7) { var today = new Date(); var day = today.getDay(); if(day == 5 || day == 6 || day == 0) { delay += 2; } if(delay == 1) { delay = "This product is in-stock and expected to ship tomorrow"; } else { delay = "This product is expected to ship within " + delay + " business days"; } var span = document.getElementById("business_days"); span.innerHTML = delay; } function checkInStock() { try{ var buttons = document.querySelector(".product-form__cart-buttons"); if(buttons) { var soldOut = buttons.querySelector('[data-label="Sold Out"]'); var leadtime = document.getElementById("leadtime-div"); if(soldOut) { leadtime.style.display = "none"; } else { leadtime.style.display = ""; } } return true; } catch (e) { try{ var leadtime = document.getElementById("leadtime-div"); leadtime.style.display = ""; } catch(e) { } return false; } } checkInStock(); var target = document.querySelector(".product-form__cart-buttons"); if(target) { var observer = new MutationObserver(function() { checkInStock(); }); observer.observe(target, { childList: true, subtree: true, attributes: true }); } Reaching over to your computer every time you need to adjust the machine position gets old fast. The Jog Pendant puts jogging controls in your hand. Features Jog in predefined increments using the jog wheel Single button jogging with the "Continuous Jog" buttons for continuous motion without needing to spin the jog wheel. Feedhold and Start buttons to control the machine. Electronic E-stop button to stop the machine. (This is software-controlled, so this is not a replacement for the physical E-stop on your machine.) Removable cable, so you can get a different length if needed. What's Included Jog Pendant 2 Meter USB cable Compatibility The Jog Pendant is compatible with all Carbide 3D machines running the latest version of Carbide Motion. You will need an extra USB port on your computer to use the Jog Pendant. Installation The Jog Pendant is easy to install. Simply plug the pendant into the USB port on your computer running Carbide Motion and you're ready to go. FAQ Does it work with my machine? If you have a Carbide 3D Shapeoko or Nomad running Carbide Motion Build 651 or later, then it will work with the Jog Pendant.