6mm wide 2GT timing belt. 120mm in circumference.
Product Specifications
Physical Properties |
Pulley Series |
2GT |
Belt Circumference |
120 mm |
Working Tensile Strength |
27 N |
// <![CDATA[
$(document).ready(function() { // Toggle discount pricing on product page if($('#ph-j-price-table tbody tr').length > 4) { $('#ph-j-price-table').append('
' + $('#ph-j-price-table tbody tr:nth-child(4) td:nth-child(1)').text() + '+ |
... |
'); $('#ph-j-show-pricing').click(function() { $('#ph-j-price-table tbody').addClass('ph-all-prices'); $('#ph-j-price-table tfoot').remove(); }); } else if($('#ph-j-price-table tbody tr').length === 4) { $('#ph-j-price-table tbody').addClass('ph-all-prices'); } $('#ph-addtocart-btn').click(function() { addToCart('815', getAddQty(), getAddMeas(), 'TRM4200_0'); }); });
// ]]>