How do I determine the correct amount of time to wait for ARC to form before moving the torch? On my first run the torch fired after the sequence was completed. GCODE has following: G0 X5.5709 Y2.7755 M3 S1000 G4 P0.6 G1 X5.4048 Y2.6699 F87 Do I increase P0.6? How do I determine how long it should be? Trial and error? Do I need S1000 after M3?
How are you generating the Gcode? if you are writing it by hand, don't, CAM does a much better job as it is already debugged (-: most CAM software has a setting for pierce delay, that is what you change. Are you saying the 0.6 of second is too short? It probably has to change to suite the thickness of the material you are cutting. Yes you need the S1000 to turn the torch on, and a corresponding M5 to turn it off.
Hi David Thanks for response. I am using Fusion 360 to generate the code. 0.6 seems too short as the torch moved through a sequence before firing missing the first part of the cut. It arc actually started after the second M3 command in the code which also a P0.6 delay.
What post processor are you using with Fusion? docs:software:fusion360 [OpenBuilds Documentation] Alex.
Hi Alex - thanks for response - I have post process correctly set per instructions via link you sent - I can see I am able to adjust the setting for the spindle delay.
and don't forget the instructions at OpenBuilds-Fusion360-Postprocessor/README-plasma.md at master ยท OpenBuilds/OpenBuilds-Fusion360-Postprocessor