• 0
  • 0
  • My Cart

    Maksiwa End Trimming Blade for CBC.T Edgebander, (SPMAK-MD-PL0969043)

    https://www.woodmachineryparts.com/web/image/product.template/2966/image_1920?unique=e86152c

    Model(s): CBC.T


    Availability: Available

    Factory direct order.


      Ships within 5-7 days.


    198.90 198.9 USD 198.90

    198.90

    0.0% Off

      This combination does not exist.




      Sku​:
      MP-19-40
      Brand:  Maksiwa

      Have questions about this product?


      Mfr. Part Number: SPMAK-MD-PL0969043
      Alt. Part Number: SPMAK-MD-PL0969043
      Alt. Reference: SPMAK-MD-PL0969043
      Lead Time: See details above

      Achieve unparalleled precision and a flawless finish with our premium End Trimming Blade. 

      Meticulously engineered for peak performance in demanding woodworking environments, this blade boasts critical specifications including 80x2.4/ 3.1x2.2 x16T05/ 0/ 22/ 0 and a maximum operating speed of 15000 rpm (MD-NB1340280). 

      This essential component is fully compatible and optimized for seamless integration with your CBC. T edgebander, ensuring consistent, high-quality results.

      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 } });