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


Singer Lead Cord - 604118-001

Made for the following Singer machines:
1000 Futura, 1000G, 1021, 1022, 1247, 1263, 1280, 1288, 1482, 1485, 1486, 1488, 1490, 1492, 1730, 1802, 1803, 1812, 1852, 1853, 1862, 1872, 1873, 2102, 2105, 2106, 2108, 2110, 2112, 2114, 2118, 2302, 2303, 2304, 2315, 2330, 240, 2404, 241, 242, 2430, 2440, 247, 247AP, 248, 250, 2500, 2502, 2503, 2504, 2505, 251, 2515, 2517, 252, 288, 2530, 2543, 257, 258, 259, 2950, 3001, 3002, 3003, 3004, 3005, 3011, 3012, 3013, 3014, 3015, 3101, 3102, 3103, 3105, 3270, 3314, 3317, 3343, 353, 354, 360, 362, 366, 367, 368, 4001, 4002, 4005, 4006, 4009, 4011, 4012, 4015, 4016, 4019, 4022, 413K, 413K13, 416, 416K, 417, 418, 4325, 4522, 4525, 4526, 4528, 4530, 4538, 4620, 4825, 4828, 4830, 4832, 495, 5017, 502, 5028, 5040, 5050, 507, 509, 513, 514, 5160, 518, 522, 527, 533, 534, 538, 5417, 543, 5430, 5502, 5504, 5505, 5508, 5522, 5524, 5525, 5528, 5530, 560, 5605, 5610, 5705, 5710, 57817, 57820, 57825, 5802, 5805, 5806, 5808, 5810, 5812, 5814, 5816, 5817, 5818, 5820, 5825, 5830, 5838, 6011, 6012, 6021, 6038, 6102, 6104, 6106, 611, 6110, 6112, 6114, 6115, 6116, 6124, 6125, 6126, 6152, 6174, 6184, 6201, 6202, 6211, 6212, 6214, 6215, 6217, 6218, 6221, 6305, 631, 6310, 6314, 6318, 6513, 6522, 6528, 6533, 6543, 6544, 6548, 6606, 6620, 7011, 7015, 7021, 7025, 7101, 7102, 7104, 7105, 7106, 7108, 7110, 7136, 714, 7146, 717 School, 7174, 7184, 7186, 719, 7211, 7212, 724, 734, 737, 755, 756, 758, 774, 775, 776, 778, 8019, 802, 807, 809, 8100, 813, 814, 818, 822, 8200, 8220, 824, 827, 833, 834, 838, 844, 8500, 8600, 8734, 8774, 8834, 935U, 9500, 9502, 9505, 9518, 9600, 9602, 9605, 9606, 9608, 9610, 9612, 9614, 9800, 9802, 9836, 9936, CG500, CG550, CG590, CM17, DL17, DX14, FM17, FM19, FM22, HD102, HD110, SM14

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