Hi there,
After playing around with GPX and setting up a serial connection to my FlashForge Creator Pro it seems that it only executes the first command.
here's an example:
// test.gcode
M70 P5 ( We <3 Making Things!)
M72 P1 ( Play Ta-Da song )
When running:
./gpx -vgps -m r1d test.gcode /dev/tty.usbmodem*
it only shows the "We <3 making things" message and then exits.
However when I do:
./gpx -vgp -m r1d test.gcode test.x3g
And put on the SD card it works fine.
Any ideas on how to fix it?