The filament can be cut to prevent the supplies from clogging when using the Bambu X1 series and P1 series. When used with AMS, it assists with multi-material switching.
Compatibility
X1 Series and P1 Series
Installation
Learn more about the replacement of the filament cutter for X1 series and P1 series onBambu Lab Wiki.
// Intercept Add-to-Cart only for product ID 729803262 and redirect to your tool
$(document).on('click', '.ecwid-add-to-cart-button[data-product-id="729803262"]', function(e) {
e.preventDefault(); // Prevent Ecwid’s default add-to-cart behavior
// Redirect straight to your custom tool URL
window.location.href = 'https://custom-extrusions.3dprintronics.com/';
});