![]() |
Features of EditCNC: G90 - G91 Conversion | |
|
|
This function of the CNC editor allows the user to change CNC g-code between Absolute
and Incremental coordinates. Code that is in absolute can be converted to incremental by clicking the "G91" button on the toolbar, or choosing "To incremental coordinates" from the Tools menu. Conversly, code can be converted to absolute by clicking the "G90" button, or choosing "To absolute coordinates". The whole file, or just a portion may be converted. If an entire file is to be converted from absolute to incremental, start at the second line of code so that the coordinates have a starting point. When converting from absolute to incremental, this function will search for the previous coordinates to find a starting point. Be sure that your intended start coordinates are stated immediately before the conversion. When the conversion is done, the code will have a "G90" or "G91" (whichever is appropriate) inserted before and after the changes. Example
|