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

Brother Luminaire XP1 Upgrade (Premium Pack II) - SAVRXPUGK2

Please call 480-545-0778 or email info@mulqueen.com for more information.
Thank You For Shopping Mulqueen.com

Its time to upgrade your Luminaire Innov-is Edition! The XP Upgrade Kit is packed with new features to take your sewing game to a whole new level. There are new quilting sash patterns, including 2-color quilting sash, triple stitching options for quilting sash patterns and so much more! Includes: New shape for the auto split of sash features (Hexagon), 2-color quilting sash, Triple stitches option for quilting sash patterns, new designs for single decorative fill on MDC, shorter length embroidery BH patterns, additional 50 embroidery patterns, switching the order of pattern for embroidery, easy decorative fill stippling in embroidery mode, enhancement in random shift, option for background image and for extracting the outline and comes with four sheets of end point stickers.



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