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


ACCUSTITCH Stitch regulation kit - some Brother & Babylock models

Free motion stitch regulated quilting kit for the Brother and Babylock Family of machines including Brother 1300, Brother 1500, Babylock QCP, Babylock Accomplish home sewing machines.

  • Perfection in stitch regulation
  • Free motion quilting for your home sewing machine.
  • Compatible with a variety of popular sewing machine brands
  • Works great with rulers
  • Easy to install


/*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'));