Hi, running G-Code 3.4. Trying to implement G4 "dwell" command and I am getting a script error.
Code:
G4 F2.0
I have tried:
G04 F2.0, G4 P2000, G04 P2000
Actual error:
Error:
syntax error with "G4^"
Source:
/var/snap/rexroth-automationcore/common/solutions/activeConfiguration/scripts/gcode/D2, line 3, pos 16
Main diagnosis:
100f0070: General error in the script syntax
Detail diagnosis:
0c290100: Invalid syntax rule
Any ideas?