GOTOOLS
MARKEN MAFELL
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/mafell","name":"MAFELL"}}]
}
Produktbeschreibung: Mafell Akku-Handkreissäge-Set K 65 18M BL inkl. Power-Set 3 (2x 18 M 144 LiHD Akku + APS M+ Ladegerät) zum günstigen Vorteilspreis Mafell Akku-Handkreissäge K 65 18M BL Mit der kompakten und extrem leistungsfähigen Handkreissäge K 65 cc erzielen Sie Schnitte bis zu 67 Millimetern Schnitttiefe in absoluter Topqualität Und das mit dem besten Leistungsgewicht ihrer Klasse Sie bietet alle Gewichts- und Handhabungsvorteile einer 55er-Maschine mit der Schnitttiefe einer 65er-Maschine Es ist kein Abschrauben des Spaltkeils mehr nötig - der FLIPPKEIL bietet Ihnen beim Eintauchen optimalen Benutzerkomfort und Anwendersicherheit
Mafell Power-Set 3: 2x 18 M 144 LiHD + APS M+ Mafell Power-Set, bestehend aus 2 x LiHD Akkupacks 18 V/ 144 Wh und dem passenden Ladegerät APS M+
Technische Daten: Mafell Akku-Handkreissäge K 65 18M BL Schnitttiefe: 0 - 67 mm Schnitttiefe bei 45°: 0 - 53 mm Schwenkbereich: 0 - 45 ° Nennleerlaufdrehzahl: 2450 - 5450 1/min Gewicht: 4,4 kg Akku: 18 V, 99 Wh, Li-Ion
Mafell Power-Set 3: 2x 18 M 144 LiHD + APS M+ Mafell Power-Set, bestehend aus 2 x LiHD Akkupacks 18 V/ 144 Wh und dem passenden Ladegerät APS M+
Lieferumfang: Mafell Akku-Handkreissäge K 65 18M BL PURE (91D802) beinhaltet: 1x Mafell Akku-Handkreissäge K 65 18M BL 1x Sägeblatt-HM 185 x 1,2/1,8 x 20 mm, Z16, WZ, Battery ideal, für Längsschnitte in Holz; Best. Nr. 092494 1x Sechskantschlüssel 5 mm; Best. Nr. 093034 1x Parallelanschlag 1x Spänebeutel; Best. Nr. 206921Mafell Power-Set 3: 2x 18 M 144 LiHD + APS M+ (209598) beinhaltet: 2x Mafell LIHD 18V / 144 Wh Akku 1x Mafell Ladegerät APS M+
Mafell Akku-Handkreissäge K 65 18M BL PURE , 67 mm Schnittiefe, 2x 18 M 144 LiHD + APS M+ im T-MAX Artikel-Nr.: 91D804+PS3 EAN: 4250845571098 Hersteller: MAFELL
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", "c4892cddd4ef71d3a4544589b591f84c");
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", "c4892cddd4ef71d3a4544589b591f84c");
}
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
});