MetLHead
06-20-2005, 08:54 PM
This is a file converter that I wrote for somebody here on the Zone. I'm posting the Visual Basic source code for it here hoping that someone else might find it useful.
Regards,
Scott
Regards,
Scott
|
View Full Version : VB File converter MetLHead 06-20-2005, 08:54 PM This is a file converter that I wrote for somebody here on the Zone. I'm posting the Visual Basic source code for it here hoping that someone else might find it useful. Regards, Scott braidmeister 06-20-2005, 09:05 PM I tried a 3D .NC file out of DeskProto....Looks like it just eliminates the N- prefixes (line numbers) from the file...Is that right? What does this converter do exactly? -Brady MetLHead 06-20-2005, 09:38 PM Sorry, I should have explained it better. This program doesn't do anything useful for you or I, but was written for somebody who had a specific need for it. I posted it here because it is a good template for other VB programmers to write file converters with. Scott braidmeister 06-20-2005, 09:44 PM Sorry, I should have explained it better. This program doesn't do anything useful for you or I, but was written for somebody who had a specific need for it. I posted it here because it is a good template for other VB programmers to write file converters with. Scott It would be REALLY :banana: useful if you could clue us in on it's original purpose...specifically. -Brady MetLHead 06-20-2005, 10:16 PM Check out this thread for its original purpose: http://www.cnczone.com/forums/showthread.php?goto=newpost&threadid=11272 Basically, it provides a list that you can add files to. When you click 'Convert', it goes through the list and passes each file to the conversion routine which can be modified to do whatever sort of conversion you need. I've used it to convert other file formats to GCode, DXF and others. Scott |