Produktbeschreibung:
Immer akkurat durch Präzisionseinstellung nach jedem Bandwechsel
Ermüdungsarmes Arbeiten durch die ausgewogene Schwerpunktlage des längsliegenden Motors
Perfektes Systemzubehör – für den festen Einsatz in der Werkstatt sind die Bandschleifer mit einem Stationärset schnell umzurüsten
Wirtschaftliches Arbeiten durch die hohe Durchzugskraft des Motors
Der breite Planschleifer. Ob im Grob- oder im Feinschliff, bei linearen Schleifarbeiten sind die Bandschleifer von Festool zuverlässige Partner.
Dabei bringt ihr Arbeitsprinzip einen echten Vorteil. Da in nur einer Richtung, parallel zur Maserung gearbeitet wird, entstehen keine Schleifkringel.
Das vermeidet mühsame und lästige Nacharbeit.
Mit einer Breite von 105 mm ist der Bandschleifer BS 105 genau der Richtige für besonders große Flächen – ob auf Montage oder in der Werkstatt.
Technische Daten:
Leistungsaufnahme1 200 W
Bandgeschwindigkeit Nennlast230 - 380 m/min
Bandlänge x Bandbreite620 x 105 mm
Schleiffläche160 x 105 mm
Anschluss Staubabsaugung Ø27/36 mm
Gewicht6.3 kg
Schleifen: Gesamt-Schwingungsmittelwert ah2.5 m/s²
Schleifen: A-bewerteter Schalldruckpegel Lp87 dB(A)
Schleifen: Normenreihe EN62841-2-4
Schleifen: Unsicherheit (Vibration) K1.5 m/s²
Schleifen: A-bewerteter Schallleistungspegel Lw98 dB(A)
Schleifen: Unsicherheit (Lärm) K3 dB
AntriebsartNetz
Gewicht (inkl. Verpackung)13.476 kg
Länge (inkl. Verpackung)0.59 m
Höhe (inkl. Verpackung)0.21 m
Breite (inkl. Verpackung)0.39 m
Lieferumfang:
1x Festool Bandschleifer BS 105 E
1x Staubsack
1x Absaugadapter
1x Schleifband P100
1x stationäre Einrichtung
1x Flächenschleifrahmen
1x Systainer Maxi
- Hersteller
- Festool GmbH
-
Wertstr. 20,
70327 Wendlingen am Neckar,
Deutschland
Festool Bandschleifer BS 105 E-Set mit Schleifband im Systainer
- Artikel-Nr.: 575768
- EAN: 4014549342732
- Hersteller: Festool

889,99 €
UVP 1.044,82 €
-14%
inkl. MwSt., ggf. zzgl. Versandkosten
Nicht lagernd
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);
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.plentymarkets.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", "690dee6a36312a4e018550c4cd6cedda");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.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", "690dee6a36312a4e018550c4cd6cedda");
}

- 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
});