Skip Navigation Website Accessibility
Call Today (888) 873-9822
Shipping Flat $7.50 Free Over $75
            Become a Fan
 


Martelli Machine Pad 12"x21"- MP-12-21

Keep your sewing machine firmly in place and reduce vibrations with a no-slip machine pad. Our Get-a-Grip material is on both sides of the pad to keep your machine from moving around as you sew. The material also absorbs the vibrations of the machine, making for a more pleasant sewing experience.

/*Calendar different color events javascript*/ window.addEventListener('scroll', () => { const cart = document.querySelector('#cart'); if (window.scrollY > 300) { cart.classList.add('sticky-cart'); } else { cart.classList.remove('sticky-cart'); } }); // Express.js example const prerender = require('prerender-node'); app.use(prerender.set('prerenderToken', 'YOUR_TOKEN'));