About the product The QUICKSET GT gang tool holder is a high quality and cost effective way to maximize production on your CNC or Manual Lathe. Made to fit the Dovetail, wedge type, BXA quick change tool posts. The easy to set up design enables single tool position to become gang tooling capable. Streamlining machine setups and boosting production. Increase Tool Capacity by drilling, tapping, boring, reaming, and more, on a single tool position. Reducing cycle time and set-ups. Specifications Tool Positions: 3 Centerline Height: Adjustable Center-Center distance. 1.375" (34.925 mm) Bore Size: .625" (15.875 mm) 2 blind bores. Ideal for holding our straight shank ER16 collet chucks or any other tool with a short 5/8" round shank. 1 through bore. Ideal for holding our straight shank ER16 collet chucks or any other tool with a 5/8" round shank. Overall Dimensions: Length: 5.125" (130.175 mm) Width: 2.000" (50.80 mm) Height (excluding thread rod): 1.75" (44.45 mm) Weight: 3.78 lbs. or 1.72 kg, (Weight includes 3 collet chucks) What’s Included The Holder Three (3) ER16 Collet Chucks. (additional available) One (1) Hex Key Four (4) Set Screws pre-installed One (1) Thread Rod pre-installed One (1) Height Adjuster Nut pre-installed One (1) Lock Nut pre-installed One (1) Tooth Lock Washer pre-installed /* Dividers like your screenshot */ .accordion .acc-item { margin: 0; border-bottom: 1px solid #e5e5e5; /* bottom divider */ } .accordion .acc-item:first-of-type { border-top: 1px solid #e5e5e5; /* top divider */ } /* Row header */ .accordion summary { display: flex; align-items: center; justify-content: space-between; /* title left, icon right */ gap: 1rem; padding: 0.875rem 0; cursor: pointer; font-weight: 500; list-style: none; /* hide Firefox marker */ } .accordion summary::-webkit-details-marker { display: none; } /* hide Chrome/Safari marker */ /* Explicit indicator element to avoid theme collisions */ .accordion .acc-indicator::before { content: "+"; font-size: 1.25rem; line-height: 1; display: inline-block; } .accordion .acc-item[open] > summary .acc-indicator::before { content: "–"; } /* Body spacing */ .accordion .acc-content { padding: 0 0 0.875rem 0; } .accordion .acc-content p { margin: 0.5rem 0; } (function () { function initAccordions(root) { (root || document).querySelectorAll('.accordion').forEach(function (acc) { const items = acc.querySelectorAll('details.acc-item'); if (!items.length) return; // Ensure only the first is open on init items.forEach(function (it, idx) { if (idx === 0) it.setAttribute('open', ''); else it.removeAttribute('open'); }); // Close siblings when one opens items.forEach(function (it) { it.addEventListener('toggle', function () { if (!it.open) return; items.forEach(function (other) { if (other !== it) other.removeAttribute('open'); }); }); }); }); } // Run immediately initAccordions(document); // Also run on DOMContentLoaded document.addEventListener('DOMContentLoaded', function () { initAccordions(document); }); // Shopify dynamic sections support document.addEventListener('shopify:section:load', function (evt) { initAccordions(evt.target || document); }); })();