Re: [Emc-users] How to create g-code?

2011-03-31 Thread Viesturs Lācis
Hello! I have been thinking about the problem to be solved and I have came to 2 questions that I do not know, how to solve in python: 1) for input I would like to use a path, defined with G01 and G02/G03 moves. How do I tell the script to treat each segment in the line separately - G0x, then X

[Emc-users] How to create g-code?

2011-03-28 Thread Viesturs Lācis
Hello, gentlemen! I have a question about creating g-code for a machine with awkward kinematics. Basically my problem can be reduced to following issue: How can I create g-code, if I know the path of tool in XY plane and a path in XZ plane? I have 2 paths that I have to merge together - execute