This product is expected to ship within 5 business days. var delay = Number("5"); 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 Shapeoko 5.1 Pro Leg Kit turns your benchtop CNC router into a free-standing machine. These legs are made from 10 gauge powder-coated steel. Compatibility The Shapeoko 5.1 Pro 4x2 Leg Kit is only compatible with the Shapeoko 5.1 Pro, and only the 4x2 size. It is not compatible with other Shapeoko machines, including the Shapeoko 5 Pro. Not sure what version you have? Email a photo of your machine to [email protected] to see if it's compatible. If you're looking for the 4x4 Leg Kit, please see the Shapeoko 5.1 Pro 4x4 Leg Kit. NOTE: The 4x2 Leg Kit is not compatible with the 4x4 size of the Shapeoko 5.1 Pro. What's Included: Qty 4, Legs Qty 4, Leveling Feet and Mounting Hardware (M12 threads) Mounting Hardware Height Range The Shapeoko 5.1 Pro 4x2 Leg Kit uses threaded leveling feet to adjust for floors that are not perfectly level. With no leveling feet, the MDF surface of the table will be 35" (893mm) tall. With the leveling feet the MDF surface of the table will be 36" (945mm) tall. Can I Use Casters? Yes, you can swap out the leveling feet for casters if you'd like to make your machine more mobile. There are two requirements for the casters: They need to have M12 threaded studs to fit into the legs. They need to have a locking feature, or a foot that can lower during use. You do not want the machine to be able to roll around while it's cutting. Why is it Labeled "V1"? This is the first version of the leg kit that we've made and we know by now that there will be changes we'll want to make once we get customer feedback. We have no idea what those changes will be, but history tells us that this product will change over time.