version: build 1900
output plugin: Sim
Endless running script- Create new script with single line "G1 X1" and empty 2nd line[/li][/list]
- Run the script
-
expected behaviour: Script stops running after X hits 1.
-
resulting behaviour: In some cases, script stops, but Cycle Start button is not re-enabled. In other cases, the line counter keeps increasing. In both cases Mach4 crashes after some time.
-
possible reason: M30 (or some other stop code like M2) is omitted in script. The script will run fine, if M30 is put at the end of the script.
Minimum-sized G code editor- Open an existing G code script.
- Hit "Edit G code"
-
expected behaviour: Editor opens with default window size (or with last size).
-
resulting behaviour: Minimized, barely visible editor window in center of Mach4 screen. Please see the attached image below.
-
possible reason: Saving window position to C:\users\USERNAME\AppData\Roaming\gcedit.ini fails, because width and height are set to minimal values after closing GCEdit (
w=112 and
h=27, see attached .ini file). Editing those values manually helps. While parameters
x,
y and
s get updated on closing the editor, width and height never do.
