Produktbeschreibung:Die Idee eine neue Tauchsäge zu entwickeln ist nicht neuNeu war es aber, alle Bestandteile einer Maschine so zu konzipieren, dass ein einzigartiges Präzisionsprodukt entstandDie Tauchsäge MT 55 18M bl mit dem Saug-Spann-System Aerofix F-AF 1 sorgt für perfekte Schnitte bei einfachster HandhabungDie Vorritzfunktion ist mit einem Handgriff aktiviertDamit sägt die MT 55 18M bl so saubere Sichtkanten wie eine stationäre Maschine und das auch bei abgenutztem SpanreißschutzJetzt sind Schnitttiefen (ohne Schiene) bis 57 mm möglichDurch das innovative Schwenksystem sind selbst bei Schrägschnitten kaum Grenzen gesetzt.Technische Daten:Schnitttiefe: 0 - 57 mmSchnitttiefe bei 45°: 0 - 40,5 mmSchwenkbereich: -1 - +48 °Nennleerlaufdrehzahl: 2660 - 5930 1/minGewicht: 4,5 kgAkku: 18 V, 99 Wh, LiHDLieferumfang:1x Mafell Akku-Tauchsäge MT 55 18 M 1x Sechskantschlüssel 5 mm; Best. Nr. 0930341x Spänebeutel; Best. Nr. 2069211x Sägeblatt-HM 162 x 1,2/1,8 x 20 mm, Z 48, WZ, für universellen Einsatz in Plattenwerkstoffen1x Positionsanzeiger MT-PA; Best. Nr. 2053981x Parallelanschlag; Best. Nr. 203214(ohne Akku und Ladegerät)
Zubehörempfehlungen
Weiteres Zubehör
Mafell Akku-Tauchsäge MT 55 18 M BLPURE ohne Akku und Ladegerät im T-MAX
- Artikel-Nr.: 91E002
- EAN: 4032689249834
- Hersteller: MAFELL

924,63 €
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", "8691c5d308f73a751738944bc24ad402");
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", "8691c5d308f73a751738944bc24ad402");
}
Ä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
});
























