Produktbeschreibung:Als weltweit erste Unterflur-Zugsäge ist die ERIKA seit ihrer Einführung zum Inbegriff des mobilen Sägens gewordenNach fast 40 Jahren Erfahrung hat die aktuelle Generation heute alles an Bord, was die Anwender von einer modernen Unterflur-Zugsäge erwartenDer integrierte Quickstand stellt die ERIKA innerhalb von Sekunden auf 4 stabile AluminiumbeineSchützende Gummistopper an den Füßen vermeiden zudem ein Verrutschen oder AneckenDer einzigartige Staubkanal bündelt den Sägestaub und führt ihn sicher nach hinten abDank dieser Neuentwicklung wird Ihr Absauggerät noch effektiver genutzt. . Ergebnis: Sauberes Arbeiten auf einer sauberen Baustelle!Die Bedienung der ERIKA lässt keine Fragen offenKlar konzipierte Bedienelemente sind alle logisch an der Vorderseite der Maschine angebracht!Dank der Regelelektronik E-control und dem entsprechenden Original-MAFELL-Sägeblatt ist es möglich, neben Holz auch andere Werkstoffe wie Kunststoffe oder Alu-Profilen zu verarbeitenWeitere Pluspunkte für die ERIKA 85: Extrem stabiles Tischprofil, Schwenkbereich von -3° bis 48°, ein absenkbarer Spaltkeil und die max. Schnittlänge von 430 mm.Technische Daten:Schnitthöhe: - 1 - 85 mmSchnitthöhe bei 45°: - 1 -59 mmSchwenkbereich: -3 - 48 °Zuglänge: 430 mmArbeitsfläche Tischplatte: 525 x 915 mmArbeitshöhe ohne stationärer Einrichtung: 415 mmArbeitshöhe mit stationärer Einrichtung: 891 mmNennleerlaufdrehzahl: 2.050 - 4.300 1/minNennaufnahme: 2.500 WAbsauganschluss Ø: 58 mmGewicht (inkl. Multifunktionsanschlag MFA): 40 kgSchnittgeschwindigkeit: 26,8 - 56,3 m/sUniversal-Motor: 230 V / 50 HzLieferumfang:1x Mafell Unterflur-Zugsäge ERIKA 851x Sägeblatt-HM 250 x 2,8 x 30 mm, Z 40, WZ für universellen Einsatz in Holz; Best. Nr. 0924651x Anbausatz Räder; Best. Nr. 2028891x Schiebestock; Best. Nr. 0349011x Sechskantschlüssel 6 mm; Best. Nr. 0930811x Absaugset mit 2 Stutzen; Best. Nr. 0936701x Klemmstück; Best. Nr. 0382941x Quickstand1x Anschlussleitung 4 m1x Multifunktionsanschlag MFA mit zuschaltbarer Winkelrastung; Best. Nr. 207910
Mafell Unterflur-Zugsäge ERIKA 85
- Artikel-Nr.: 971901
- EAN: 4032689211732
- Hersteller: MAFELL

3.582,55 €
UVP 3.771,11 €
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);
Versand auf Palette mit Spedition 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", "cbc8722f6276356a4af1ee4402e0b7f4");
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", "cbc8722f6276356a4af1ee4402e0b7f4");
}
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
});



























