sercan - 2025-05-09

When a G75 command is received in a SoftMotion+CNC project, SMC_NCInterpreter does not generate any error commands, but the command does not continue execution!

There is information about SMC_NCDecoder in the documentation of the G75 command.

Is this command only supported by SMC_NCDecoder?

Can the G75 command be used with SMC_NCInterpreter?

Forexample:

G75                                                    ; RUNNING
G01 X$Settings.X$ Y$Settings.Y$ Z$Settings.Z$          ; -
G75                                                    ; -
G01 X100.0 Y200.0 Z300.0                               ; -