Problems with mLaser Gcode mode


#1

Hey,

I got some problems with the Gcode-mode in mLaser and I’d be more than happy if anybody got an answer. I want to drive the robot in a certain pattern with a certain velocity over the area. I thought, the Gcode-mode would be a good tool to do this. But the robot just stops after a couple of steps. My Gcode is:

G0 G90 G21

G00 X010 Y000
G01 X300 Y000 F1000
G01 X300 Y025 F1000
G01 X010 Y025 F1000
G01 X010 Y050 F1000
G01 X300 Y050 F1000

and so on. I am starting the GCode-mode by opening GCodeControl in the software and then loading the files. Afterwards I am copying the file and inserting it in the bottom line. After that, I am pressing the Input button. Is there a more practical way of doing all this?

Thank you!


#2