Recently i have received a very interesting suggestion, which i would like to discuss with you, guys.
A HSMAdvisor user wants to be able to create quick G-Code snippets based on the Tool and Cut information that HSMAdvisor has.
G-Code Wizards will allow you to quickly create a stub program for various standard machining operations.
For example you calculate speeds and feeds for drilling.
Then you have the ability to create a G-Code program based on your input like so:
T15 M6(T15 1/2" HSS Drill)
G54 G0 G90 X[Hole1_X] Y[Hole1_Y] S1500 M03
G0 G43 H15 M08
G81 G98 X[Hole1_X] Y[Hole1_Y] Z[Depth] F15.0
X[Hole2_X] Y[Hole2_Y]
X[Hole3_X] Y[Hole3_Y]
G80
G0 Z0.5 M09
G0 G91 G28 Z0 M05
All with a few clicks of a mouse.
This piece of code with minimal modifications you can then quickly insert into your program.
What do you think about it?