Vom Fachmann für dein Motorrad
- Hersteller: DucorDie
- Artikelnummer: DOD AHK-mit Belägen
- Produktart: Antihopping Kupplung Komplettset
- Ausführung: 6 Federn, einstellbar
- Material: Hochwertige Aluminium- und Stahlkomponenten (laut Hersteller)
- Einsatzbereich: Trockenkupplungssysteme für Ducati Motorräder (modellabhängig)
- Verpackungsinhalt: Komplettset inkl. Kupplungskorb, Reib- und Stahlscheiben, Federn, Einstellmechanik
Das Antihopping Kupplung Komplettset von DucorDie ist eine einstellbare Trockenkupplung mit sechs Federn. Es wurde speziell für den Einsatz in Ducati Motorrädern entwickelt und bietet eine optimierte Kraftübertragung sowie verbesserten Fahrkomfort bei sportlicher Fahrweise.
Vorteile auf einen Blick
Das Set überzeugt durch zahlreiche technische und praktische Vorteile:
- Einstellbare Antihopping-Funktion zur Reduzierung von Hinterradstempeln beim Runterschalten
- Komplettset inklusive aller benötigten Komponenten für den Austausch oder Umbau
- Langlebige Materialien für hohe Belastbarkeit im Straßen- und Rennbetrieb
- Optimierte Dosierbarkeit der Kupplungskraft durch sechs Federn
- Konstruiert für passgenauen Einbau in ausgewählte Ducati Modelle (modellabhängig)
Technische Daten
Kernmerkmale des Produkts im Überblick:
- Trockenkupplungssystem mit sechs Federn
- Einstellbare Antihopping-Funktion zur Anpassung an individuelle Fahrstile
- Kupplungskorb, Reibscheiben und Stahlscheiben aus hochwertigen Werkstoffen gefertigt (laut Hersteller)
- Kupplungsdruck individuell regulierbar über die Federvorspannung
- Geeignet für verschiedene Ducati Modelle mit Trockenkupplung (je nach Ausführung)
Einsatzbereiche
Typische Anwendungen finden sich im Bereich sportlicher Straßenmotorräder sowie im Hobby- und Rennsport. Das Set richtet sich an technisch versierte Anwendende, Werkstätten sowie Motorsportbegeisterte, die Wert auf präzise Kraftübertragung und optimiertes Fahrverhalten legen.
Lieferumfang
- Kupplungskorb (Trockenkupplung)
- Satz Reibscheiben und Stahlscheiben (modellabhängig)
- 6 Kupplungsfedern mit Einstellmechanik
- Befestigungsmaterial (je nach Ausführung)
- Anleitung zur Montage und Einstellung (sofern vom Hersteller vorgesehen)
- Hinweis: Die genaue Ausführung kann je nach Ducati Modell variieren.
FAQ
Für welche Ducati Modelle ist das Set geeignet?
Die Kompatibilität hängt vom jeweiligen Modell ab. Bitte vorab die technischen Spezifikationen prüfen.
Muss das Set eingetragen werden?
Je nach Land oder Region können Eintragungs- oder Zulassungspflichten bestehen. Informationen hierzu sind den örtlichen Vorschriften zu entnehmen.
Lässt sich die Antihopping-Funktion individuell einstellen?
Ja, die Vorspannung der Federn kann angepasst werden, um das Ansprechverhalten zu verändern.
Sind alle benötigten Teile enthalten?
Das Set enthält alle Hauptkomponenten für den Austausch einer Trockenkupplung. Je nach Modell können zusätzliche Teile erforderlich sein.
Muss spezielles Werkzeug verwendet werden?
Für den Einbau wird in der Regel Standardwerkzeug benötigt; bei Unsicherheiten empfiehlt sich die Montage durch Fachpersonal.
Alle Angaben ohne Gewähr.
Passend für alle Ducati Modelle mit Trockenkupplung von 1992 bis 20125
Walzwerkstrasse 89
16244 Schorfheide
Brandenburg Deutschland
info@used-italian-parts.de
Walzwerkstraße 89
16244 Schorfheide
Brandenburg Deutschland
info@used-italian-parts.de
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; } ?>Duc or Die einstellbare Antihopping Kupplung 6 Federn ohne Korb
Passend für alle Ducati Modelle mit Trockenkupplung von 1992 bis 2012.
380,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; } ?>Duc or Die einstellbare Antihopping Kupplung mit Kupplungskorb 6 Federn ohne Beläge
Hersteller: DucorDie Artikelnummer: DOD AHK Produktart: Einstellbare Antihopping-Kupplung mit Kupplungskorb Anzahl Federn: 6 Lieferung ohne…
470,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; } ?>Kbike Spinnfeder für Antihopping Kupplungen
Passend für Ducati mit Antihopping Kupplung
36,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; } } } ?>

Duc or Die einstellbare Antihopping Kupplung 6 Federn ohne Korb
Passend für alle Ducati Modelle mit Trockenkupplung von 1992 bis 2012.
380,00€

Duc or Die einstellbare Antihopping Kupplung mit Kupplungskorb 6 Federn ohne Beläge
Hersteller: DucorDie Artikelnummer: DOD AHK Produktart: Einstellbare Antihopping-Kupplung mit Kupplungskorb Anzahl Federn: 6 Lieferung ohne...
470,00€












Bewertungen
Es gibt noch keine Bewertungen.