Produkteigenschaften:Vario (V)-Elektronik zum Arbeiten mit materialgerechten DrehzahlenStellrad zur Vorwahl der DrehzahlRechts-LinkslaufSpindel mit Innensechskant für Schrauber-Bits zum Arbeiten ohne BohrfutterMobile Werkstatt (78-teilig): 5 Holzbohrer (4/5/6/8/10mm), 5 Steinbohrer (5/6/7/8/10mm), 14 HSS-Bohrer (1,5/1,5/2/2/2,5/3/3/3,5/4/4,5/5/5,5/6/6,5mm), 20 Schrauberbits Länge 25mm (PH1/PH2/PH2/PH3/PZ1/PZ2/PZ2/PZ2/PZ3/H3/H4/H5/H6/T15/T20/T25/T30/S4/S5/S6), 10 Schrauberbits Länge 50mm (S4/S5/S6/PZ1/PZ2/PZ3/T15/T20/T25/T30), 10 Schrauberbits Länge 75mm (S4/S5/S6/PZ1/PZ2/PZ3/T15/T20/T25/T30), Bithalter (60mm), 8 Steckschlüssel (6/7/8/9/10/11/12/13mm), Holzsenker (12,7mm), Zentrierstift (5x100mm), Cuttermesser mit 2 Ersatzklingen, Maßband (3m/10"), Bleistift (HB)Technische Daten:Nennaufnahmeleistung 650 WGänge 1Bohrfutterspannweite 1.5 - 13 mmSpannhalsdurchmesser 43 mmBohrspindel mit Innensechskant 6.35 mmBohrspindelgewinde 1/2 " - 20 UNFBohrfutter Spannart SchnellspannbohrfutterGewicht ohne Netzkabel 1.8 kgKabellänge 2.5 mAbgabeleistung 320 WMax. Drehmoment 10 NmBohr-Ø Mauerwerk 16 mmBohr-Ø Beton 14 mmBohr-Ø Stahl 13 mmBohr-Ø Weichholz 30 mmDrehzahl bei Nennlast 1500 /minMax. Schlagzahl 44800 /minLieferumfang:1x Metabo Schlagbohrmaschine SBE 6501x Schnellspannbohrfutter Futuro Plus1x Zusatzhandgriff1x Bohrtiefenanschlag1x Kunststoffkoffer1x Zubehör-Set
- Hersteller
- Metabowerke GmbH
-
Metabo-Allee 1,
72622 Nürtingen,
Deutschland
- 07022/720
Metabo Schlagbohrmaschine SBE 650 Set (600742710) mit 78-teiliger Mobiler Werkstatt; Kunststoffkoffer
- Artikel-Nr.: 600742710
- EAN: 4061792249561
- Hersteller: METABO
Nicht lagernd
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", "df09f135c2258340f9142ac82667f7c9");
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", "df09f135c2258340f9142ac82667f7c9");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
$(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
});