Vom Fachmann für dein Motorrad
Kupplungssatz inkl. Stahlscheiben bis 1000 ccm für Ducati Monster SS ST 748 749 916 996 998 Newfren
DUCATI 749 748
DUCATI 749 748 DARK EUROPE
DUCATI 749 748 DARK USA
DUCATI 749 S 748
DUCATI 749 S 748 EUROPE
DUCATI 749 S 748 USA
DUCATI MONSTER 900 IE
DUCATI SPORT TOURING 4 916
DUCATI SPORT TOURING 2 944
DUCATI MONSTER S4R 996
DUCATI MONSTER S4R 996 EUROPE
DUCATI MONSTER S4R 996 USA
DUCATI SPORT TOURING 4S 996
DUCATI SPORT TOURING 4S 996 ABS
DUCATI 998 S FINAL EDITION
DUCATI 999 998
DUCATI 999 998 EUROPE
DUCATI 999 998 USA
DUCATI 999 R 998 EUROPE
DUCATI 999 R 998 USA
DUCATI 999 R 998 XEROX
DUCATI 999 S 998 USA
DUCATI 999 S 998
DUCATI MONSTER S4RS 998
DUCATI MONSTER 1000
DUCATI MONSTER S2R 1000 EUROPE
DUCATI MULTISTRADA 1000
DUCATI MULTISTRADA 1000 DS – DS S
DUCATI SPORTCLASSIC 1000 SPORT
DUCATI SPORTCLASSIC 1000 PAUL SMART
DUCATI SUPERSPORT 1000
179,00€
Vorrätig
- Hersteller: Newfren
- Artikelnummer: F1545AC
- Produktart: Kupplungssatz inkl. Stahlscheiben
- Geeignet für Hubraum: bis 1000 ccm
- Kompatible Modelle: Ducati Monster, SS, ST, 748, 749, 916, 996, 998 (modellabhängig)
- Material: Reibscheiben und Stahlscheiben
- Einsatzbereich: Trockenkupplungssysteme (modellabhängig)
Der Newfren Kupplungssatz inklusive Stahlscheiben ist ein hochwertiges Ersatzteil für verschiedene Ducati Modelle mit einem Hubraum bis zu 1000 ccm. Das Set eignet sich zur Instandsetzung oder Wartung der Kupplung bei Motorrädern mit Trockenkupplung und bietet eine zuverlässige Funktion im täglichen Einsatz.
Vorteile auf einen Blick
Der Kupplungssatz überzeugt durch seine durchdachte Konstruktion und die Verwendung bewährter Materialien.
- Lange Lebensdauer durch robuste Materialien
- Passgenaue Fertigung für Ducati Modelle bis 1000 ccm
- Zuverlässige Kraftübertragung und gleichmäßiges Ansprechverhalten
- Einfache Montage im Austauschverfahren möglich
Technische Daten
Die wichtigsten Merkmale des Kupplungssatzes im Überblick:
- Kupplungsbeläge und Stahlscheiben im Komplettsatz enthalten
- Konstruiert für Trockenkupplungen (modellabhängig)
- Geeignet für Motoren bis maximal 1000 ccm Hubraum
- Anzahl der Scheiben je nach Modell unterschiedlich (bitte Fahrzeugdaten beachten)
Einsatzbereiche
Der Kupplungssatz ist ideal für den Einsatz bei Wartungsarbeiten oder Reparaturen an Ducati Motorrädern mit Trockenkupplungssystemen. Er richtet sich an Motorradwerkstätten, Fachbetriebe sowie technisch versierte Privatpersonen.
Lieferumfang
- Kupplungsreibscheiben (Anzahl modellabhängig)
- Kupplungsstahlscheiben (Anzahl modellabhängig)
- Anleitung nicht enthalten; Montage sollte nach Herstellervorgaben erfolgen
FAQ
Für welche Ducati Modelle ist der Satz geeignet?
Laut Hersteller passend für diverse Monster-, SS-, ST- sowie die Baureihen 748, 749, 916, 996 und 998 mit Trockenkupplung bis maximal 1000 ccm. Die genaue Kompatibilität kann je nach Baujahr und Ausführung variieren.
Müssen alle Scheiben beim Wechsel getauscht werden?
Es wird empfohlen, alle Reib- und Stahlscheiben gemeinsam zu ersetzen, um eine optimale Funktion sicherzustellen.
Eignet sich der Satz auch für Nasskupplungen?
Dieser Satz ist ausschließlich für Trockenkupplungen vorgesehen.
Sind weitere Teile zur Montage erforderlich?
In der Regel werden nur die enthaltenen Scheiben benötigt. Je nach Zustand können jedoch weitere Komponenten wie Federn oder Dichtungen erforderlich sein.
Muss das Produkt eingefahren werden?
Ein leichtes Einfahren kann laut Herstellerangaben sinnvoll sein; bitte die spezifischen Hinweise des Fahrzeugherstellers beachten.
Alle Angaben ohne Gewähr.
DUCATI 749 748
DUCATI 749 748 DARK EUROPE
DUCATI 749 748 DARK USA
DUCATI 749 S 748
DUCATI 749 S 748 EUROPE
DUCATI 749 S 748 USA
DUCATI MONSTER 900 IE
DUCATI SPORT TOURING 4 916
DUCATI SPORT TOURING 2 944
DUCATI MONSTER S4R 996
DUCATI MONSTER S4R 996 EUROPE
DUCATI MONSTER S4R 996 USA
DUCATI SPORT TOURING 4S 996
DUCATI SPORT TOURING 4S 996 ABS
DUCATI 998 S FINAL EDITION
DUCATI 999 998
DUCATI 999 998 EUROPE
DUCATI 999 998 USA
DUCATI 999 R 998 EUROPE
DUCATI 999 R 998 USA
DUCATI 999 R 998 XEROX
DUCATI 999 S 998 USA
DUCATI 999 S 998
DUCATI MONSTER S4RS 998
DUCATI MONSTER 1000
DUCATI MONSTER S2R 1000 EUROPE
DUCATI MULTISTRADA 1000
DUCATI MULTISTRADA 1000 DS – DS S
DUCATI SPORTCLASSIC 1000 SPORT
DUCATI SPORTCLASSIC 1000 PAUL SMART
DUCATI SUPERSPORT 1000
Via Sandro Pertini 1
10073 Ciriè
Italien
info@newfren.it
Du musst angemeldet sein, um eine Bewertung abgeben zu können.
Verwandte Produkte

<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>DuBiPa Kupplungsdeckel Gummidichtung für Ducati Modelle mit Trockenkupplung 1990 – 2015
Hersteller: DuBiPa Artikelnummer: 100166 Produktart: Kupplungsdeckel Gummidichtung Farbe: Schwarz Material: Spezieller Elastomer-Kunststoff (Gummi) Kompatibilität: Ducati…
9,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Ducati Kupplungskit komplett – 748, 851, 888, 916, 996, 900 SS, Monster, ST2, ST4…
CAG Cagiva 900 Canyon I.E (900 ccm, 1997 - 1997) CAG Cagiva 900 Elefant AC…
219,00€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Ducati Kupplungskit komplett Aluminium – 749, 999, Monster S4R, S4RS, ST4 S, 1000 S2R, 1000 SS…
Hersteller: Ducati Artikelnummer: 19020111A Produktart: Kupplungskit komplett Material: Aluminium Farbe: Silber (je nach Ausführung) Einsatzbereich:…
227,94€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Kupplungskit komplett für Ducati 848 Panigale 899 ST3 ST4 GT 1000 SC 1000 Multistrada 1100
Ducati Ducati 1000 GT , BJ 2007 - 2010 Ducati 1000 GT Touring , BJ…
179,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>

DuBiPa Kupplungsdeckel Gummidichtung für Ducati Modelle mit Trockenkupplung 1990 – 2015
Hersteller: DuBiPa Artikelnummer: 100166 Produktart: Kupplungsdeckel Gummidichtung Farbe: Schwarz Material: Spezieller Elastomer-Kunststoff (Gummi) Kompatibilität: Ducati...
9,90€

Ducati Kupplungskit komplett – 748, 851, 888, 916, 996, 900 SS, Monster, ST2, ST4…
CAG Cagiva 900 Canyon I.E (900 ccm, 1997 - 1997) CAG Cagiva 900 Elefant AC...
219,00€

Ducati Kupplungskit komplett Aluminium – 749, 999, Monster S4R, S4RS, ST4 S, 1000 S2R, 1000 SS…
Hersteller: Ducati Artikelnummer: 19020111A Produktart: Kupplungskit komplett Material: Aluminium Farbe: Silber (je nach Ausführung) Einsatzbereich:...
227,94€

Kupplungskit komplett für Ducati 848 Panigale 899 ST3 ST4 GT 1000 SC 1000 Multistrada 1100
Ducati Ducati 1000 GT , BJ 2007 - 2010 Ducati 1000 GT Touring , BJ...
179,90€







Bewertungen
Es gibt noch keine Bewertungen.