Produktbeschreibung:Der Einhell Professional Akku-Winkelschleifer AXXIO 18/150 bewährt sich als Helfer bei Arbeiten in Werkstatt, Haus und Garage.Kraftvoll, kabellos und komfortabel, das sind die Prädikate, auf die bei der Konzeption hoher Wert gelegt wurde.Der Winkelschleifer ist Mitglied der Power X-Change-Familie, bei der der Akku in allen Geräten der Systemreihe verwendet werden kann.Optimale Ergebnisse liefern der 2,5 Ah Akku und leistungsstärkere Akkus der Serie.Angetrieben wird das Gerät von dem Einhell PurePOWER Brushless Motor.Dieser bürstenlose Motor bietet mehr Kraft und eine längere Laufzeit als herkömmliche Kohlebürsten-Motoren.Nach einer Online-Registrierung gelten 10 Jahre Garantie auf den Brushless-Motor.Dank seines leistungsstarken Motors liefert der Akku-Winkelschleifer die gleiche Leistung wie ein entsprechendes kabelgebundenes Gerät mit 700 W.Softstart und Wiederanlaufschutz dienen der erhöhten Anwendersicherheit.Angenehm arbeiten lässt es sich durch die schlanke Bauform mit ergonomischem Softgrip und Zusatzhandgriff.Die Entkoppelung von Motor und Getriebe sorgt für eine hohe Laufruhe, der Scheibenschutz mit Schnellverstellung ermöglicht flexibles Arbeiten.Der Zusatzhandgriff ist flexibel in zwei Positionen montierbar.Der Akku-Winkelschleifer ist mit einem Überlastschutz ausgestattet, auf Langlebigkeit wurde mit dem robusten Aluminium-Getriebegehäuse geachtet.Die Lieferung erfolgt ohne Akku und Ladegerät.Eine passende Trennscheibe (Scheibendurchmesser 150 mm) und der dazugehörige Trennscheibenschutz sind im Lieferumfang enthalten.Technische Daten:Anzahl Akkus: 0 pcsAnzahl Ladegeräte: 0 pcsLeerlaufdrehzahl max.: 8500 min^-1Leistung: 700 WMaterial Getriebegehäuse: AluminiumMax. Scheibendurchmesser: 150 mmMax. Schnitttiefe: 40 mmMin. PXC Akku-Empfehlung: 2.5 AhMotorspannung: 18 VMotortyp: Bürstenloser MotorPower X-Change: JaProduktgewicht: 1.78 KgProfessional: JaScheibenschutz mit Schnellverstellung: JaSoftstart: JaStaubschutzgitter: JaTrennscheibenschutz: JaÜberlastschutz: JaWiederanlaufschutz: JaLieferumfang:1x Einhell Profesional Akku-Winkelschleifer AXXIO 18/1501x Zusatzhandgriff1x Trennscheibenschutz1x Metall-Trennscheibe(ohne Akku und Ladegerät)
$(document).ready(function() {
$('.thumbs').on('click', '.remaining:not(".open-video")', function(event) {
event.preventDefault();
setTimeout(function () {
MagicZoom.expand('zoom');
}, 300);
setTimeout(function () {
MagicZoom.switchTo('zoom',8);
}, 1000);
});
});
Zubehörempfehlung
Einhell Professional Akku-Winkelschleifer AXXIO 18/150
- Artikel-Nr.: 4431144
- EAN: 4006825644494
- Hersteller: EINHELL

109,99 €
UVP 129,95 €
-15%
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", "74da7b6c1b8e927ecd9a5bfa53ed627c");
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", "74da7b6c1b8e927ecd9a5bfa53ed627c");
}
Ä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
});





























