✦ Verified product
#302 0.50" V-Bit Cutter - 60° - (Qty 2)
USD 70.00
Carbide 3D
Verified independent store
→
These V-bits are perfect for V-carving or engraving projects. .c-pill { display: inline-block; padding: 0.5rem 1rem; border-radius: 1rem; background-color: #f5f5f5; color: #333; fo
nt-size: 1.0rem; font-weight: 600; margin-top: .25rem; margin-bottom: .25rem; margin-left: 1.0rem; margin-right: 0rem; } .c-cutter-row { margin-top: 3em; } .aluminum { background-color: #39b151; color: #fff; } .plastic { background-color: #fff237; color: black; } .wood { background-color: #2b95d8; color: white; } .brass { background-color: #e5212d; color: white; } .copper { background-color: #ed8230; color: white; } tr:nth-child(even) {background: #DDD} tr:nth-child(odd) {background: #FFF} th { text-decoration: bold; text-align: center; font-size: 1.0em; } td { padding-left: 2em; padding-right: 2em; } table { display: inline-block; } .c-enabled { } .c-disabled { color: #ccc; } .unitsRow { margin-top: 1.5em; margin-bottom: 1.5em; //text-align: center; display: flex; justify-content: center; align-items: center; } .unitsRow span { margin-left: .75em; margin-right: .75em; cursor: pointer; vertical-align: middle; font-size: .75em; } .switch { position: relative; display: inline-block; width: 44px; height: 24px; cursor: pointer; padding: 0px; background-color: #ccc; border-radius: 34px; } .slider { border-radius: 20px; width: 20px; height: 20px; margin: 2px !important; position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; -webkit-transition: .4s; transition: .4s; } .slider.round:before { border-radius: 50%; } .selected { transform: translateX(20px); } Materials to Cut: Wood Applications: Engraving V-Carving Woodworking function convert(val, isMM) { if(isMM) { val *= 1000*25.4; val = Math.floor(val + .5); val /= 1000; } return val.toFixed(isMM ? 2 : 3); } Specifications Inch Metric Shape V-bit Shank Diameter Flute Diameter Corner Radius Overall Length Taper Angle 30 degrees Included Angle 60 degrees Number of Flutes 2 Material HSS core with brazed carbide flutes Coating None Country of Origin USA // 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 === "302-v-bit-cutter-60"); if(isActive) { var button = createButton(item.name); div.appendChild(button); } else { var a = createLink(item.name, item.url); div.appendChild(a); } } } addVariant('Origin', [{"name":"USA","url":"302-v-bit-cutter-60"},{"name":"China","url":"302e-v-bit-cutter-60"}]);