MMS-8-SH

Motore Orbitale con attacchi laterali, flangia circolare – albero scanalato B17x14 DIN 5482

Cilindrata: 8

Potenza Max. [kW]: 7,8

Pressione Max. [bar]: 115 

Coppia Max. [daNm]: 59

Velocità Max. [RPM]: 189

Diametro Albero [mm]: B17x14 DIN5482

Tipo di albero: Scanalato

<?php 
    foreach( wp_get_post_terms( get_the_id(), 'product_cat' ) as $term ){
        if( $term ){
           /* echo $term->name . '<br>'; // product category name */
            if ($term->description)
                echo $term->description . '<br>'; // Product category description
        }
    }
?>

Che cosa sta cercando?