• 0
  • 0
  • My Cart

    3/8"x1/2"x3/4" Sintered Bronze Flanged Bushing

    https://www.woodmachineryparts.com/web/image/product.template/2924/image_1920?unique=55b38bb

    Model(s): Generic


    Availability: Available to order

    Factory direct order.


      Ships within 3-5 days.


    6.99 6.99 USD 6.99

    6.99

    0.0% Off

      This combination does not exist.




      Sku​:
      MP-19-40
      Brand:  WMP

      Have questions about this product?


      Lead Time: See details above

      Product Overview: 3/8"x1/2"x3/4" Sintered Bronze Flanged Bushing

      Your Essential 3/8" X 1/2" X 3/4" Sintered Bronze Flanged Bushing from WMP

      Description:

      WMP presents a superior 3/8"x1/2"x3/4" Sintered Bronze Flanged Bushing, featuring premium oil-impregnated bronze. This self-lubricating design eliminates the need for external grease, simplifying maintenance. Engineered with a K-strength surpassing industry standards, it ensures robust durability for your woodworking machinery. Manufactured with precision in the USA to SAE 841 specifications.

      Technical Data:

      Attributes:Values:
      Nominal I.D. (in)3/8
      Nominal O.D. (in)1/2
      I.D. Min (in)0.3760
      I.D. Max (in)0.3770
      O.D. Min (in)0.5010
      O.D. Max (in)0.5020
      Nominal Length (in)3/4
      Length (in)0.7500
      Flange O.D. (in)0.6250
      Flange Thickness (in)0.0625
      Nominal Fl. OD (in)5/8
      Nominal Fl. Thickness (in)1/16
      Oil Content0.19
      V Value (Max)1200
      PV Value (Max)50000
      Interchangeable withFF-520-6

      Consider these recently sold items...

      Your Dynamic Snippet will be displayed here... This message is displayed because you did not provided both a filter and a template to use.

      Not what you're looking for?

      If this replacement part isn't quite what your machine or application requires, we invite you to use our free "FIND MY PART" service. 

      Submit your request today and we will quickly help locate the parts you need.


      Submit Part Request  

      We offer replacement parts for all major brands of woodworking machinery. Shop replacement parts for Homag, Striebig, Edgetech, Cantek, Castle, Camwood, Biesse, Weeke, Shop Sabre, HiPoint, Komo, Casadei, Evans, Morbidelli, and more.

      Popular categories...
      Your Dynamic Snippet will be displayed here... This message is displayed because you did not provided both a filter and a template to use.

      To install this Web App in your iPhone/iPad press and then Add to Home Screen.

      // Use the final confirmed sales order object, typically passed to the confirmation template var order_items = []; // Assuming 'order' is the final, confirmed WMP Sales Order {% for line in order.website_order_line %} order_items.push({ product_id: '{{ line.product_id.id }}', name: '{{ line.name }}', price: {{ line.price_unit }}, quantity: {{ line.product_uom_qty }}, category: '{{ line.product_id.categ_id.name }}', }); {% endfor %} zaraz.ecommerce("Order Completed", { ecommerce: { order_id: '{{ order.name }}', // e.g., 'S00123' affiliation: 'WMP Ecommerce', value: {{ order.amount_total }}, // Grand total revenue: {{ order.amount_untaxed }}, // Total before tax tax: {{ order.amount_tax }}, shipping: {{ order.delivery_carrier_id.price or 0.00 }}, currency: '{{ order.currency_id.name }}', // e.g., 'USD' items: order_items } });