Produktbeschreibung:Systemzubehör FSN 300 X, Bei Tischler- und Dachdeckarbeiten oder beim Holzrahmenbau ist ein Werkzeug erforderlich, das jederzeit zuverlässige Winkelschnitte ermöglicht.Unsere Bosch Professional Führungsschiene für Querschnitte FSN 300 X ist ideal für Schnittwinkel von -45° bis +60°.Winkel sind mühelos einstellbar und es können Materiallängen von 300 mm bei 90° geschnitten werden.Diese flexible Führungsschiene für Querschnitte ist kompatibel mit der Kreissäge GX und lässt sich mühelos auf das Werkzeug schieben.Die Führungsschiene mit ihrem robusten Spanreißschutz ist garantiert langlebig.Darüber hinaus wird das Werkstück durch ihre sichere, rutschfeste Haftbeschichtung geschützt.Dies ist die ideale Führungsschiene für Querschnitte beim Schneiden von Holz- oder Holzverbundwerkstoffen in Balken, Fensterrahmen, kleinen Platten für Böden, Decken, Verkleidungen, Wandrahmen und mehr.Sie kann auch zum Zuschneiden von Dämmmaterial verwendet werden.Die Bosch Professional Führungsschiene für Kappschnitte FSN 300 X hat die Maße 436 mm x 228 mm x 49 mm.Technische Daten:Werkzeugabmessungen (Breite): 228 mmWerkzeugabmessungen (Länge): 643 mmWerkzeugabmessungen (Höhe): 49 mmLieferumfang:1x Bosch Systemzubehör FSN 300 X
Bosch Kappschiene Führungsschiene FSN 300 X
- Artikel-Nr.: 1600A02V35
- EAN: 4053423254846
- Hersteller: BOSCH PROFESSIONAL

144,99 €
UVP 224,91 €
-35%
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.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", "9f707e6966a5d6161ab9ffd8807db791");
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", "9f707e6966a5d6161ab9ffd8807db791");
}
Ä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
});
























