Problem one may not be a Sheetcam thing as I do not see a problem in the Gcode. After starting the cut, the torch shuts down and motion stops part way into the cut. This happens at exactly the same spot every time. I don’t see anything in the code that would shut the torch off, but seeing as how it happens at the same spot every time, I still question the code.
Problem two is that arcs are no longer cutting smooth. Small arcs are cutting as tiny line segments. Mach is acting as if it’s in exact stop mode, Very jerky movement through small arcs. Mach is set to constant velocity.
I’m using a THC301d.
The only thing that has changed since the last time I ran the machine is the Sheetcam upgrade to 3.0.4.
I’m not sure what version I had before, but I’d like to roll back to it just to see if that’s the problem. What was the stable version prior to 3.0.4?
Here is the job file and a photo of what gets cut. Mach is registered and the license file is where it should be. It looks like it cuts a certain distance then shuts the torch off. It seems to be cutting about the same distance on each letter before shutting off. It seems to be happening after a series of small arc moves.
For the cuts in the photo, I removed all Z moves, torch referencing code and shut off the THC in mach in an effort to narrow down the problem.
I’ve checked the drawing for open curves but didn’t find any. When the torch shuts off, the “Torch On” light is still lit until the program hits an M05. I don’t see anything in the code that could be shutting the torch down.
The other issue is small arcs. Mach seems to be going into exact stop mode on small diameter arcs. For instance, the arcs in the “1” are cutting as small segments in exact stop mode. Mach is set to constant velocity. Mach setting haven’t been changed in almost 6 months.
Recently I did two things. (1) I set up a new CutMaster 151 with a THC301d and I upgraded Sheetcam.
The THC I used on the 151 was removed from my CutMaster 81 and the 81 was cutting like a charm.
When I set it to .06 all of these arc moves become G01 moves and the arc runs smoothly because Mach is in CV mode. The above code (G01 followed by G02) makes Mach behave like it’s in exact stop mode.
Is this a coding problem with small arcs? Mach doesn’t seem to like it when it’s coded like this. It’s not been an issue until the recent upgrade. Arcs of all sizes have always cut smooth.