GOTOOLS
MARKEN BOSCH
{
"@context":"http://schema.org/",
"@type":"BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"\/marken","name":"MARKEN"}},{"@type":"ListItem","position":3,"item":{"@id":"\/marken\/bosch","name":"BOSCH"}}]
}
Produktbeschreibung: Was kannst du damit tun? Die SC476 ist eine verstärkte Trennscheibe für saubere Schnitte in Kunststoff. Wie funktioniert es? Zur Verwendung mit dem Aufspanndorn SC402. Der exklusive Easy SpeedClic (SC) Mechanismus von Dremel sorgt für einen schnellen, einfachen und werkzeuglosen Wechsel der Scheibe: ZIEHEN - DREHEN - KLICKEN. Trennscheiben können nur am Rand verwendet werden. Da Kunststoff bei hohen Drehzahlen schmelzen kann, solltest du mit einer niedrigen Drehzahl beginnen und höchstens bis 15.000 1/min beschleunigen. Für dieses Zubehör empfehlen wir einen (beidhändigen) Golf-Griff und die Verwendung des Winkelvorsatzes, wenn an einer schwer erreichbaren Stelle geschnitten werden soll. Um die Lebensdauer der Scheibe zu optimieren, übe nur geringen Druck aus. Zur Verwendung in folgenden Materialien. Kunststoffe wie Vinyl und Plexiglas. Empfohlene Drehzahl. 10.000 - 15.000 1/min.Technische Daten: Schaftdurchmesser 3,2 mm Arbeitsdurchmesser 38,0 mm Max. Arbeitstiefe 14,0 mm Material Glasfaser verstärkt mit Aluminiumoxidschleifmittel Form Rad Dornverwendung Verwendung mit Aufspanndorn EZ402 EZ Lock/SC402 EZ SpeedClic Breite 38,0 mm Höchstdrehzahl 35.000 1/min Länge 38,0 mm Höhe 1,0 mm Menge 5Lieferumfang: 1x Dremel EZ SpeedClic: Kunststoff-Trennscheiben
Hersteller Robert Bosch GmbH
Max-Lang-Strasse 40-46,
70771 Leinfelden-Echterdingen,
Deutschland 0711/ 99 522 020 Dremel EZ SpeedClic: Kunststoff-Trennscheiben Artikel-Nr.: 2615S476JB EAN: 8710364042852 Hersteller: DREMEL
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", "ce154d7fbc82480386dac8e2b1b85a98");
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", "ce154d7fbc82480386dac8e2b1b85a98");
}
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
});