Welcome! Log In Create A New Profile

Advanced

Help with GCODE for 3D Scanner

Posted by CdRsKuLL 
Help with GCODE for 3D Scanner
May 15, 2019 12:23PM
I was wondering if someone can help me with the GCODE on a 3D scanner I'm building.

At the moment I'm writing a VB.Net program that sends the gcode to marlin firmware. However, I need it to pause after every movement so it can take a photo. The problem is it's loading a lot of lines before it's moved so it's completely missing the triggers.

So.. at the moment I have..

G28 X0
G92 X0 Y0 Z0
G4 S1
G90
G1 X0 F6000
G91
G1 Y6 F6000
G4 S1
CAPTURE_1
G4 S1
G1 Y6 F6000
G4 S1
CAPTURE_2
G4 S1
G1 Y6 F6000
G4 S1
CAPTURE_3
G4 S1


Is is possible to use say a G226 for pause, then issue a command to continue?

Any help would be greatly appreciated.

Thanks,
Sorry, only registered users may post in this forum.

Click here to login