Produkteigenschaften:
Das leistungsstarke und robuste Werkzeug für härteste Anwendungen
Kraftvoller Induktionsmotor für verschiedene Arbeitsbedingungen und Anwendungen
Kompaktes Druckgussgehäuse mit gekapselten Kugellagern zum Schutz des Motors vor Staub
Robuste und solide Basis für Langlebigkeit und stabile Arbeitsbedingungen
Technische Daten:
Schleifscheiben-Ø200 mm
Leerlaufdrehzahl3.600 min-1
Schleifscheibenbreiten25 mm
Schleifscheibenbohrung32 mm
Körnung24, 60
Nenneingangsleistung600 W
Gewicht15 kg
Werkzeugabmessungen (Breite)230 mm
Werkzeugabmessungen (Länge)370 mm
Werkzeugabmessungen (Höhe)260 mm
Verpackungsabmessungen (Breite x Länge x Höhe)315 x 443 x 304 mm
Lieferumfang:
1x Bosch Doppelschleifmaschine GBG 60-20
1x Schleifscheibe Normalkörnung Korn 24
1x Schleifscheibe Normalkörnung Korn 60
- Hersteller
- Robert Bosch Power Tools GmbH
-
Max-Lang-Str. 40-46,
70771 Leinfelden-Echterdingen,
Deutschland
- https://www.bosch-pt.com
- 0711/8110
Bosch Doppelschleifmaschine GBG 60-20 Professional inkl. 2 Schleifscheiben

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", "5a26566cc063e219974a551b045a681f");
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", "5a26566cc063e219974a551b045a681f");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
Zuletzt angesehen
Bosch Doppelschleifmaschine GBG 60-20 Professional inkl. 2 Schleifscheiben 207,99 €
Bosch Bohrmaschine GBM 1600 RE Professional im Set im Karton 236,99 €
Bosch Hobel GHO 40-82 C Professional im Set im Handwerkerkoffer 280,99 €
Bosch Metalltrennsäge GCD 12 JL, 2000 W, 1500 U/min 618,99 €
Bosch Klebepistole GKP 200 CE Professional im Set im Handwerkerkoffer 107,99 €
Bosch Winkelschleifer GWS 750 (115 mm) Professional im Set im Karton 54,99 €
Bosch Geradschleifer GGS 28 CE Professional mit Zubehörset im Karton 183,99 €
Bosch Handkreissäge GKS 85 G Professional im Set in L-BOXX 374 289,98 €
Bosch Schlagbohrmaschine GSB 21-2 RCT Professional im Set im Handwerkerkoffer 211,99 €
Bosch Kappsäge | Paneelsäge GCM 800 SJ Professional 289,99 €
$(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
});