G code: G40, G41, G42, G43, G50, G51, G52, G60, G61, G70, G71
Function: The commands activate preprocessing modules, such as SMC_SmoothPath
, SMC_RoundPath
, SMC_AvoidLoop
, SMC_ToolCorr
, SMC_ToolLengthCorr
, and SMC_ToolRadiusCorr
.
If the Show preprocessed Path option is selected, then the edited path is visible in the graphical editor.
Syntax
G40
G41 D
G42 D
G50
G51 D
G52 D
G60
G61
G code |
Description |
---|---|
|
Ends tool radius compensation |
|
Starts tool radius compensation to the left of the workpiece |
|
Starts tool radius compensation to the right of the workpiece |
|
Starts tool length compensation.
The tool offset to be corrected is specified with the parameters
For more details, see |
G code |
Description |
---|---|
|
Ends the angle rounding and smoothing |
|
Stars the angle smoothing by means of |
|
Starts the angle rounding by means of |
|
Ends the smoothing of additional axes by means of |
|
Starts the smoothing of additional axes by means of |
G code |
Description |
---|---|
|
Ends the function for loop suppression |
|
Starts the function for loop suppression by means of |
Example: Angle smoothing
N0 G51 D10 F100
N10 G01 X$g_x$ Y0 F50 E30 E-30
N20 G01 X0 Y$g_y$
N30 G01 X0 Y0
N40 G50
See also