Produktbeschreibung:Mit dem leistungsstarken Schlagschrauber SR 800-18 werden dank eines optimalen Schwerpunkts im Griff auch schwere Schraubanwendungen in Holz und Beton mühelos gemeistertMit voller Kraft und der automatischen Drehzahlanpassung sorgt er für effizientes und materialschonendes ArbeitenDer Anwender im Fokus: Der SR 800-18 bietet mehr Kontrolle, mehr Balance und mehr Sicherheit. Der Schwerpunkt liegt genau in der Griffmitte und ist somit optimal für müheloses Arbeiten geeignetDie automatische Drehzahlanpassung ASC reguliert 2 Funktionsarten.Festziehen: ASC verhindert ein Überdrehen der Schraube oder Mutter durch automatische Abschaltung.Lösen: Die Drehzahl wird nach dem Lösen automatisch reduziert, damit Schrauben oder Muttern nicht herunterfallenDie weiterentwickelten PowerTanks unserer Akku-Geräte sind mit einer hochentwickelten prozessorgesteuerten Akku-Technik ausgestattetDer Vorteil: Alle relevanten Parameter der einzelnen Akku-Zellen wie Ladezustand und Temperatur werden permanent überwacht.Technische Daten:Schlagzahl max.: 3300 1/minNennleerlaufdrehzahl: 0 - 2.575 1/minGewicht (inkl. Akku): 3 kgNennspannung: 18 VDrehmomentstufen: 6 + ASCAbmessung (L x B x H): 178 x 80 x 221 mmSchalldruckpegel dB(A): 99Schallleistungspegel (LwA) dB(A): 107Schraubengröße metrisch max.: M27Anzugsdrehmoment max.: 800 NmLösedrehmoment max.: 1200 NmWerkzeugaufnahme: 1/2 VierkantVibrationen: 10,7 m/sLieferumfang:1x Mafell Akku-Schlagschrauber SR 800-181x Gürtelclip1x Transport- und Aufbewahrungsbox MAX3(ohne Akku und Ladegerät)
Mafell Akku-Schlagschrauber SR 800-18 PURE ohne Akku und Ladegerät im MAX3
- Artikel-Nr.: 91F702
- EAN: 4032689268019
- Hersteller: MAFELL

451,07 €
UVP 474,81 €
inkl. MwSt., ggf. zzgl. Versandkosten
Inhalt
1 Stück
Auf Lager
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.plentyone.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", "0927cecac4784dbbe75b64ddd54dec5a");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.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", "0927cecac4784dbbe75b64ddd54dec5a");
}
Weitere Modelle
Ähnliche Artikel
$(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
});



























