Produktbeschreibung:Optimale Luftführung im Absaugkanal. Späne werden besser von Ihrem Absauggerät aufgenommenDas Super-Leichtgewicht fühlt sich mit 22,2 kg in jedem Stockwerk zu HauseOb im Keller oder unterm Dach - schnell und mühelos lässt sich die ERIKA 60 von einem Arbeitsplatz zum anderen tragenDie Bedienung der ERIKA 60 ist denkbar einfach. Klar konzipierte Bedienelemente sind alle logisch an der Vorderseite der Maschine angebrachtAchtung ERIKA-Nutzer: Alle Zubehörteile von den Vorgängermodellen ERIKA 55 und ERIKA 60 E sind auch an der neuen ERIKA 60 weiterhin zu verwenden.Technische Daten:Schnitthöhe: 2 - 61 mmSchnitthöhe bei 45°: 2 - 39 mmSchwenkbereich: -2 - 47 °Zuglänge: 215 mmArbeitsfläche Tischplatte: 412 x 544 mmNennleerlaufdrehzahl: 5500 1/minNennaufnahme: 1300 WArbeitshöhe ohne stationärer Einrichtung: 300 mmArbeitshöhe mit stationärer Einrichtung: 847 mmUniversal-Motor: 230 V / 50 HzGewicht: 22,2 kgLieferumfang:1x Mafell Unterflur-Zugsäge ERIKA 601x Sägeblatt-HM 190 x 1,2/2,0 x 30 mm, Z 36 ,WZ, für universellen Einsatz in Holz; Best. Nr. 0925501x Universalanschlag mit Anschlagschiene; Best. Nr. 2079141x Absaugschlauch mit 2 Stutzen; Best. Nr. 0936391x Klemmstück1x Schiebestock; Best. Nr. 0349011x Sechskantschlüssel 5 mm; Best. Nr. 0930341x Anschlussleitung 4 m
Mafell Unterflur-Zugsäge ERIKA 60
- Artikel-Nr.: 972101
- EAN: 4032689219080
- Hersteller: MAFELL

1.581,57 €
UVP 1.664,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", "cb61ef36d55e068dafc4674cfd5036fc");
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", "cb61ef36d55e068dafc4674cfd5036fc");
}
Ä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
});


























