• Online only
Smooth plate, shield 6919430060961 agtech
  • Smooth plate, shield 6919430060961 agtech
  • Smooth plate, shield 6919430060961 agtech
  • Smooth plate, shield 6919430060961 agtech

Smooth plate, shield 6919430060961 agtech

15012704128411
£45.62
Quantity
5 Items

Description
Talrz smooth shield 69194300609 61 AGTECH Smooth plate, disc 6919430060961 AGTECH <, QUALITY IS PROVIDED BY GRANITE PARTS GERMANY<p><p/> Brand: AGTECH / GRANIT PARTS GERMANY<p><p/> Article number: 6919430060961<p><p/> Comparison numbers: 9430060961<p><p/> Technical parameters:<p><p/> Thickness: 3.2mm, External diameter: 300mm, Internal diameter: 86mm, holes: 6mm<p><p/> About the product:<p><p/> AGTECH brand discs are made of high-quality steel alloys, which reduces their wear during operation. A properly profiled surface contributes to effective work, regardless of soil conditions. We also recommend using dedicated mounting screws and hubs, which can be found in our extensive range.<p><p/> About the manufacturer:<p><p/> AGTECH is a leading manufacturer of spare parts for Polish agricultural machines and equipment. for agricultural machines and equipment. AGTECH offers a wide range of technological solutions for the agricultural parts market, constantly focusing on expanding the range and improving the quality of the offered products.<p><p/><img class= t.classList.toggle('selected', i === idx)); // read correct data-attribute const newSrc = thumbnails[idx].getAttribute('data-image-large-src'); mainImage.src = newSrc; currentIndex = idx; } // 3) left arrow click arrowLeft?.addEventListener('click', () => { const prev = (currentIndex - 1 + thumbnails.length) % thumbnails.length; updateMainImage(prev); }); // 4) right arrow click arrowRight?.addEventListener('click', () => { const next = (currentIndex + 1) % thumbnails.length; updateMainImage(next); }); // 5) Left/Right key on the keyboard document.addEventListener('keydown', (event) => { if (event.key === 'ArrowLeft') { const prevKey = (currentIndex === 0) ? thumbnails.length - 1 : currentIndex - 1; updateMainImage(prevKey); } else if (event.key === 'ArrowRight') { const nextKey = (currentIndex === thumbnails.length - 1) ? 0 : currentIndex + 1; updateMainImage(nextKey); } }); // 6) initialize first image updateMainImage(0); })();