arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.22k stars 483 forks source link

Movement wait after M03, for white paper cut #508

Closed Luborson closed 5 years ago

Luborson commented 5 years ago

Hello, quick question, can you insert a changeable waiting time after M03 (0-100ms appox.) in GCode generator ( Target Image screen) this is usefull for cutting white paper, because burned (black) paper is possible cut much faster. similar function used in J Tech Photonic Laser Tool plugin for Inkscape. They it call "Power-On Delay"

Thanks, Lubor

RDS356 commented 5 years ago

Hi.. I do not know what a are You using to generate gcode, but maybe you can change your post processor. I use Artcam, and I Made this there. Look, after send m3s35, there a pause 0.1 second. When finish, s0, again the 0.1 pause.

; Program moves ; RAPID_RATE_MOVE = "G0[X][Y]" FIRST_FEED_RATE_MOVE = "G1[X][Y][F]" PLUNGE_RATE_MOVE = "M3S35[13][10]G4 P0.1" FEED_RATE_MOVE = "[X][Y]" RETRACT_MOVE = "S0[13][10]G4 P0.1" ; ; End of file

I hope that I helped you. Regards, Reinaldo de Souza

arkypita commented 5 years ago

already in #64