answersLogoWhite

0

pop the spool out wind string in direction of arrow, replace

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

How to reload a stihl fs55 weedeater with new line?

ow do you reload a stihl weedeater need answer ASAP


How do you put in the string in a craftsman 900-74526 weedeater?

String got under shaft


How do you re-string a weedeater rt112?

http://72.3.225.179/manuals/545117526e.pdf


How to replace a Toro weedeater pull string?

To replace the pull string on a Toro weedeater, first ensure the engine is off and cool. Remove the starter cover by unscrewing any screws, then take out the spool containing the old string. Thread a new string through the spool, wind it tightly in the direction indicated, and reassemble the spool into the housing. Finally, reattach the starter cover, and your weedeater will be ready for use.


What is another word for stringing weed?

Trimmers, Weedeater, Weedwhacker, String trimmers.


How do you replace the string on stihl weedeater?

http://www.stihllibrary.com/pdf/trimmerheads/AUTOCUT_25-2_101001.pdf Go to this link and all the string replacement guides are there.


How do you replace a Toro weedeater pull string?

you would take off the cover and expose the recoil spring/shaft then detach the string and put the new one on


How do you thread weedeater?

To thread a weed eater is very simple and easy just takes a few steps. First you have to get the string and tie a knot in one end and then wrap it around into the other end of the weed eater and replace then cover then it should be go to go.


How do you replace the string on a Stihl FS 56 weedeater?

Your local hardware store should be able to tell you how particularly if they sell the same machine


How do you replace string on craftsman weedeater model 358.795550?

Unplug the weedeater from electrical source. Turn the weedeater upside down and remove the black knob on the bottom. If the black knob won't come off you can carefully use a large pipe wrench and turn it counter clockwise to loosen it. Be careful not to lose the slotted metal ring between the black knob and the trimmer spool. Remove the spool and clean it off. There is an arrow showing you where to insert the string. Start pushing the line into the spool going counter clock wise. Be sure to use only .065 ROUND string. Put the spool back on the spindle yellow side up. Hold the slotted metal ring with the slot facing up. Insert the string into the bottom of the ring and put the ring in the recessed circle on the spool, (yellow side). Pull the string over the slot and hold it there. Screw the black knob back onto the spindle, making sure the string is in the slot on the metal ring. Tighten the knob. You are now ready to go.


Manually reload weed eater string?

To manually reload a weed eater string, first, turn off the trimmer and remove the spool from the head by pressing the tabs or unscrewing it, depending on the model. Cut a length of new string, typically around 10-15 feet, and thread it through the spool's eyelets, winding it in the direction indicated on the spool. Ensure the string is evenly distributed before securing the spool back onto the trimmer head. Finally, pull the ends of the string to release them from the spool and ensure they are ready for use.


How does perl interpretor know that string has ended?

A Perl string begins and ends with a delimiter. This can either be a single-quote ('), double-quote (") or user defined quote (q): $single = 'This string is single-quoted'; $double = "This string is double-quoted"; $user = q^This string is delimited by the caret symbol^