answersLogoWhite

0

yup.

use a sanding paper taped on a supportive block for max result.

and make sure to wear a mask and to work in ventilated area.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How to file glass down effectively and safely?

To file glass down effectively and safely, use a fine-grit sandpaper or a glass file to gently sand the edges in a smooth, even motion. Wear protective gloves and goggles to prevent injury from sharp edges. Take your time and work slowly to avoid cracking or shattering the glass.


What is a Flat File used for?

A simple example is that a flat metal file can be used in metal working to file down (smooth) rough edges on a piece of metal.


What are the benefits of a glass nail file over an emory board nail file?

There are a number of benefits of having a glass nail file over an emery board nail file. The biggest advantage is that the glass files will never wear out as they are etched and never need replacing but an emery board will wear down with time. Glass files are also known to be much more gentle on ones nails.


What is the fastest method to get the duration of a vbr mp3 file Is it a must to scan the whole file once?

No. Traverse the ID3v2 metadata at the start of the file, looking for the TLEN frame. If it exists, the length can be found there. If there is no TLEN frame, then you will have to traverse each data frame to calculate the overall length. Once determined, insert a TLEN frame with the appropriate length into the file's ID3v2 metadata.


Would a glass nail file really work?

"It combines the benefits of the steel nail file with the benefits of the emery board while avoiding many of the problems of both. Unlike the emery board, it can be cleaned and does not wear down. However, it still produces its results without being overly harsh on the nail. It has the durability of the steel nail file, while not being harsh and leading to chips and cracks in the nail."


How can I smooth glass edges at home?

You can smooth glass edges at home by using sandpaper or a glass file to gently sand down the rough edges until they are smooth and safe to touch. Be sure to wear gloves and protective eyewear while working with glass to avoid injury.


How can I use ffmpeg to extract the first frame from a video file?

You can use ffmpeg to extract the first frame from a video file by running the following command in the terminal: bash ffmpeg -i inputvideo.mp4 -vframes 1 outputimage.jpg This command will extract the first frame from the input video file "inputvideo.mp4" and save it as an image file "outputimage.jpg".


How do you write the code in the head section of a document to force the file to always appear within the inline frame of an HTML file?

You can wrap all the code in the frame tag. This will cause the head section to view in the frame.


How do you reattach a rear view mirror on a 2002 Chevrolet Tracker?

I am assuming that you are refering to the one on the windshield. On the piece that attaches to the glass, you will need to take a flat file and file it until it it level. At the auto parts store they have a special adhesive. Follow the directions.


What attribute identifies the file that wil appear in a frame?

The SRC attribute identifies what will appear in a frame.


What is the function of triangular file?

trims and sharpens edges of glass, such as glass tubes


How can I use ffmpeg to extract a specific frame from a video file?

To extract a specific frame from a video file using ffmpeg, you can use the command: ffmpeg -i input.mp4 -vf "selecteq(n,framenumber)" -vsync vfr output.jpg Replace input.mp4 with the name of your video file, and framenumber with the specific frame number you want to extract. This command will save the extracted frame as output.jpg.