answersLogoWhite

0

Novelty threads have many uses. They are often used in embroidery by machine while making placemats, napkins and also to emblish blouses and other garments. Check out books which focus on the use of the special threads via sewing catalogs on-line or in your local sewing center. Swimmer

User Avatar

Wiki User

18y ago

What else can I help you with?

Related Questions

How can I fix bolt threads that are damaged or stripped?

To fix damaged or stripped bolt threads, you can use a thread repair kit or a tap and die set to rethread the bolt. First, clean the damaged threads with a wire brush. Then, use the appropriate tool to carefully rethread the bolt. Be sure to use the correct size and pitch for the bolt to ensure a proper fit.


When to use threads in program?

You use threads whenever you want your program to do several things simultaneously.You use threads whenever you want your program to do several things simultaneously.You use threads whenever you want your program to do several things simultaneously.You use threads whenever you want your program to do several things simultaneously.


What barrel thread does a proto slg use?

The threads are autococker threads. All proto and dye guns have autococker threads.


What wrench is used to unscrew headless screws?

If there is a slot or you can make one with a hacksaw: a screwdriver Lock a pair of nuts on the exposed threads and use an appropriate wrench to unscrew the bolt (use the wrench on the bottom nut)


How can I retap threads effectively?

To retap threads effectively, use a tap and die set to clean and repair damaged threads. Start by selecting the correct size tap for the thread you need to retap. Apply cutting oil to the threads and turn the tap clockwise to remove debris and reshape the threads. Be sure to go slowly and use steady pressure to avoid damaging the threads further.


Should you put grease on the threads of spark plugs?

use just a little anti-seize on threads


How do you use villainy in a sentence?

It was the variegated villainy and novelty of it that charmed us.


What part of speech is novelty?

Novelty is a noun.


How do you replace the temperature sensors on a 1989 Chevy Celebrity?

The temperature sensors are held in with pipe threads. Simply unplug the wire connector and use the appropriate size wrench to unscrew the sensor. They can be quite tight but will unscrew.


What can thread make?

In computer programming, you can use multiple threads if you want the computer to do several things at the same time.In computer programming, you can use multiple threads if you want the computer to do several things at the same time.In computer programming, you can use multiple threads if you want the computer to do several things at the same time.In computer programming, you can use multiple threads if you want the computer to do several things at the same time.


What type of novelties are available for adults?

Some of the different types of novelties available for adults are items like, novelty pens, novelty keychains, novelty plush bears, novelty cards, novelty binoculars and novelty model cars.


How to use threads simultaneously?

Threads are meant to be used simultaneously. If you have 3 threads, you can run them simultaneously by starting them together. Ex: t1.start(); t2.start(); t3.start(); Assuming the three threads t1, t2 and t3 are already created.