G-Codes
Various example of g-code customization.
Tool Format
Is possible to change the default tool code :
Default
Tool Position : 4
Tool Corrector : 4
String Format Tool : 00
String Format Tool Corrector : 00
Default Output : T0404
Now to customize the tool code, you can edit :
String Format Tool
String Format Tool Corrector
Search "tool" property the in post processor.
Leave empty the [String Format Tool] field :
Tool Position : 4
Tool Corrector : 4
String Format Tool : empty
String Format Tool Corrector : 00
Custom Output : T404
Another Example :
Tool Position : 4
Tool Corrector : 4
String Format Tool : 0000
String Format Tool Corrector : 0000
Custom Output : T00040004
Cutter compensation
All the activation / deactivation of cutter compensation are made by linear movement .
To edit this template , search for " linear move "
{MOVE_MODE}{COMP_CODE}{COO_X}{COO_Y}{COO_Z}{FEED_CODE}
The default g-codes for managing tool compensation are :
G41 Left Compensation
G42 Right Compensation
G40 Compensation Deactivation
Just search " compensation " to find these templates :