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


The Block Maker 2 Bloc Loc

100 quilt layout ideas to spark your creativity.

Clear diagrams and easy-to-follow instructions make piecing and pressing a breeze—whether you're a confident beginner or a seasoned quilter. Designed especially for use with Bloc-Loc's Half-Rectangle Triangle rulers, but helpful even without them.

The Block Maker II is the perfect addition to your quilting library!

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