NOTE: This version of McFly has an 8mm shank and is only compatible with ER16/ER20 spindles with an 8mm collet. If you have a Carbide Compact Router or a 65mm VFD spindle, you will need the McFly with a 1/4" shank. The Carbide 3D McFly Cutter will make light work of any lumber thrown at it. The razor-sharp, indexable carbide tips are perfect for surfacing your wasteboard or finishing up that beautiful end grain cutting board you've been working on. Here are the Specs: Cutting Diameter: 1" (25.4mm) Cutting Length: 0.39" (10mm) Shank Diameter: #603E 8mm (suitable for ER16/ER20 Spindles with 8MM collet) What's Included: McFly cutter with 8mm shaft 4 Carbide Inserts Replacement carbide inserts are available separately here. This tool is designed for wood only, it is not for use on metals. It is only recommended for Shapeoko machines, not Nomads. Recommended Speeds and Feeds: Depth per pass: 0.02" RPM: 16,000 Feedrate: 60 in/min // find class product-block--price and insert a dive right before it // function createLink(name, url) // { // var a = document.createElement('a'); // a.style.border = '1px solid #007bff'; // a.style.backgroundColor = 'white'; // a.style.color = '#007bff'; // a.style.padding = '10px 15px'; // a.style.margin = '5px'; // a.style.cursor = 'pointer'; // a.style.textDecoration = 'none'; // a.href = url; // a.innerHTML = name; // return a; // } // function createButton(name) // { // var button = document.createElement('button'); // button.style.border = '1px solid #007bff'; // button.style.backgroundColor = '#007bff'; // button.style.color = 'white'; // button.style.padding = '10px 15px'; // button.style.margin = '5px'; // button.innerHTML = name; // return button; // } // function addVariant(name, info) // { // // Info is an array of objects with keys 'name' and 'url' and "active // /* // // Shank Size: // 8mm // 1/4" // // */ // var price = document.querySelector('.product-form__cart-buttons'); // var div = document.createElement('div'); // div.style.padding = '10px'; // div.style.display = 'inline-block'; // div.style.width = '100%'; // div.style.marginBottom = '1em'; // div.style.marginTop = '1em'; // div.style.fontWeight = 'bold'; // div.style.fontSize = '1.1em'; // //set the id of the div // div.id = 'variant-div'; // div.innerHTML = `${name}:`; // price.parentNode.insertBefore(div, price); // //loop through the info array // for (var i = 0; i < info.length; i++) // { // var item = info[i]; // if(item.active) // { // var button = createButton(item.name); // div.appendChild(button); // } // else // { // var a = createLink(item.name, item.url); // div.appendChild(a); // } // div.appendChild(button); // } // } // addVariant('Shank Size', [ // {name: '8mm', url: '/products/mcfly-cutter-8mm', active: true}, // {name: '1/4"', url: '/products/mcflycutter', active: false} // ]); // find class product-block--price and insert a dive right before it function createLink(name, url) { url = "/products/" + url; var a = document.createElement('a'); a.style.border = '1px solid #007bff'; a.style.backgroundColor = 'white'; a.style.color = '#007bff'; a.style.padding = '10px 15px'; a.style.margin = '5px'; a.style.cursor = 'pointer'; a.style.textDecoration = 'none'; a.href = url; a.innerHTML = name; return a; } function createButton(name) { var button = document.createElement('button'); button.style.border = '1px solid #007bff'; button.style.backgroundColor = '#007bff'; button.style.color = 'white'; button.style.padding = '10px 15px'; button.style.margin = '5px'; button.innerHTML = name; return button; } function addVariant(name, info) { // Info is an array of objects with keys 'name' and 'url' and "active var price = document.querySelector('.product-form__cart-buttons'); var div = document.createElement('div'); div.style.padding = '10px'; div.style.display = 'inline-block'; div.style.width = '100%'; div.style.marginBottom = '1em'; div.style.marginTop = '1em'; div.style.fontWeight = 'bold'; div.style.fontSize = '1.1em'; //set the id of the div div.id = 'variant-div'; div.innerHTML = `${name}:`; price.parentNode.insertBefore(div, price); //loop through the info array for (var i = 0; i < info.length; i++) { var item = info[i]; var isActive = (item.url === "mcfly-cutter-8mm"); if(isActive) { var button = createButton(item.name); div.appendChild(button); } else { var a = createLink(item.name, item.url); div.appendChild(a); } } } addVariant('Shank Size', [{"name":"8mm","url":"mcfly-cutter-8mm"},{"name":"1/4\"","url":"mcflycutter"}]);