![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Haas Mills Discuss Haas machinery here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#2
| ||||
| ||||
| There is a free program out there that converts to Gcode called DeskEngrave. Different Character fonts in a line or an arc. Al.
__________________ “Logic will get you from A to B. Imagination will take you everywhere.” Albert E. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
|
#4
| |||
| |||
| You can use an external program as Al_The_Man said or CAM. G68 won't help much, you'd have to go to each character's position, G68 and repeat for every letter .Or you could build a template. I'm just starting to look into these but there seems to be potential Nikolas |
|
#5
| |||
| |||
| It can be done. You will have to figure out the start position and angle of each letter first and program them individually. I have a lot of similar arc engraving to do and created a template for it. I called it arcengraving52. It will give me all the spaces for a 3mm high letter on a 52 mm outside ring. First time I used it it took me some time to create it in Cad and write all the locations up. Once it was done I just blanked all the Characters in brackets to (). Now when this is coming up all I do is insert the characters and go.
__________________ Rules of my Road: Don't do what you will regret! Never regret anything you do! |
| Sponsored Links |
|
#6
| |||
| |||
And, I only suggested G68 for reasons of being simple for small amounts of engraving. Things like serializing and what not. If you have a "dialog" of stuff to engrave, then I'd look into loading an engraving macro sub that can rotate with a command (easier to use and less hand typing). Or, use a CAD system to post code....
__________________ It's just a part..... cutter still goes round and round.... |
|
#7
| |||
| |||
| G68 is not neccesary for engraving since the engraving string includes an I value which will give you the rotation of the character. You just have to find the placement point for each letter. This is the normal string: G47 P0 X-34. Y-39. I0 J4. R1. Z-0.05 F100. E25. (DR3318-0046-DT T3) If you want to do an arc you have to figure out the X,Y and I values on Cad. Once you got those all you have to do replace the last Character. G47 P0 X-34. Y-39. I10. J4. R1. Z-0.05 F100. E25. (D) G47 P0 X-34.5 Y-40.5 I5. R1. Z-0.05 F100. E25. (R) G47 P0 X-35. Y-41. I0 R1. Z-0.05 F100. E25. (3) and so on. Note(X,Y and I values are just guessed values in this example) I will post a properly working program soon on http://cadcamtrainer.com/forums under the Haas section
__________________ Rules of my Road: Don't do what you will regret! Never regret anything you do! |
|
#8
| |||
| |||
| What Gandalf posted is where I was getting at. I don't program Haas much anymore so I couldn't remember if there was a format for it...
__________________ It's just a part..... cutter still goes round and round.... |
|
#10
| ||||
| ||||
I could be mistaken but in MC9 you can only do horizontal and vertical lettering with a stick (single pass) font. If you select an outline font it will allow you to put it on an arc. If anyone know how to put an stick (single pass) font on an arc using the Mastercam lettering option I would appreciate that information. Maybe MC10 has that feature. Thanks, John |
| Sponsored Links |
|
#12
| ||||
| ||||
__________________ Suppose you were an idiot and suppose you were a member of Congress. But I repeat myself. Mark Twain |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |