This product is expected to ship within 1 business days. var delay = Number("1"); 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 }); } The Joinery Stop is a convenient way to create a repeatable stop mounted to the front of the machine for positioning your work. It is designed to be used with the Shapeoko 5.1 Pro with Leg Kit, and can be easily installed and removed as needed. What's Included: Joinery Stop Qty 4, M6 x 18mm Socket Head Cap Screws (F-clamps shown in the image are not included.) Compatibility: Shapeoko 5.1 Pro with Leg Kit NOTE: This is only a stop for your work. For clamping, we recommend standard F-style clamps or similar to hold your stock against the front baseframe member.