Produkteigenschaften:bestückt mit Bits mit Torsionszone Bitbestückung: Bits für Schlitzschrauben 5,5* / 6,5* / 5,5 *** Bits für Schrauben mit Kreuzschlitz (PH): 1* / 2* / 2* / 3* / 1** / 2** / 2** / 3** / 2*** Bits für Schrauben mit Kreuzschlitz (PZD): 1* / 2* / 2* / 3* / 1** / 2** / 2** / 3** / 2*** Bits für Schrauben mit Innen-TORX®-Profil: T 10* / 15* / 20* / 25* / 30* / 40* / 10** / 15** / 20** / 25** / 30** / 40** / 25*** Bits für Schrauben mit Innensechskant Profil: 3* / 4* / 5* mm * = 25 mm lang ** = 50 mm lang ***= 89 mm lang 1 extra schlanker Schnellwechsel Bithalter (L. 66,5 mm) je 1 Steckschlüsseleinsatz magnetisch für Bit-Handhalter und Maschinenbetrieb (konv. Akkuschrauber) Gr. 8 / 10 / 13 mm (L. 67 mm) 1 Adapter 6,3 mm (1/4")-Außensechskant auf 6,3 mm (1/4")-Vierkant L. 50 mm 1 Adapter 6,3 mm (1/4"-)Außensechskant auf 10 mm (3/8")-Vierkant L. 50 mmTechnische Daten:Inhalt: 42-teiligAusführung: mit SchnellwechselfutterBestückung: Schlitz/PH/PZD/TX/6Kt.Marke: GEDOREAntrieb: 1/4"Verpackung: in KunststoffboxAntrieb mm: 6,3mmLieferung in KunststoffboxLieferumfang:1x Gedore Bitsortiment 666-042 42-teilig Schlitz/PH/PZD/TX/6Kt.
- Hersteller
- GEDORE Werkzeugfabrik GmbH & Co. KG
-
Remscheider Str. 149,
42899 Remscheid,
Deutschland
- 02191/596900
Gedore Bitsortiment 666-042 42-teilig Schlitz/PH/PZD/TX/6Kt.
- Artikel-Nr.: 3100316
- EAN: 4010886952757
- Hersteller: GEDORE

const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung:"
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "1d2d44941d7fe3a58abb46b375a2428b");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "1d2d44941d7fe3a58abb46b375a2428b");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Makita Akku 40V BL4040 4,0 Ah 162,99 €
Makita Power Source Kit Li 40V 2x 4,0Ah und Ladegerät, 191L77-9 269,99 €
PerfectPro Baustellenradio SOLOWORKER mit integriertem Akku + Ladegerät 84,99 €
PerfectPro Baustellenradio ROCKBULL mit integriertem Akku + Ladegerät 239,99 €
Echter Werkzeugfan Vorteilskit 45-tlg. Sound & Work 69,99 €
Festool SORTAINER SYS 3-SORT/12 92,99 €
Milwaukee 170 x 500 x 386 mm PACKOUT Sortimentskasten 107,99 €
Festool Trinkflasche TFL-FT1 1L, 576982 8,99 €
Bosch Best of Cutting Set STARLOCK 30,49 €
Wera Bit-Check 30 Wood TORX HF, 30-tlg. mit Haltefunktion 26,49 €
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});