Search found 3653 matches

by Les Newell
Sun May 01, 2016 1:32 pm
Forum: Problems and questions
Topic: speed in rapids in rotary plasma
Replies: 3
Views: 1650

I can't see anything wrong. The moves between cuts are G0 rapid moves so Mach should move as quickly as it can.
by Les Newell
Sun May 01, 2016 1:25 pm
Forum: Problems and questions
Topic: Sheetcam bug or some other reason arcs won't cut cam or cut
Replies: 9
Views: 2688

This is a post processor problem. Tom knows about this and should be able to send you a replacement with the bug fixed.
by Les Newell
Sun May 01, 2016 1:11 pm
Forum: New features
Topic: Sharpen corners feature for plasma...
Replies: 10
Views: 7844

motoguy wrote: I understand that multiple rule codes in the same ruleset can cause issues
You shouldn't have any issues with overlapping rules. If you have overlapping rules the one with the lowest feed rate wins.
by Les Newell
Fri Apr 29, 2016 9:15 pm
Forum: Problems and questions
Topic: speed in rapids in rotary plasma
Replies: 3
Views: 1650

Could you post the g-code and the job file (file->save job). I'll then run some tests and see if I can find what is going on.
by Les Newell
Tue Apr 26, 2016 5:07 pm
Forum: Problems and questions
Topic: Postprocessor questions - sequence of events
Replies: 4
Views: 2108

The sequence is: OnRapid() Move to X,Y coordinates of cut OnRapid() Move down to pierce height OnPenDown() Reference, Turn torch on etc OnMove() Move down to cut height at plunge rate OnMove/OnArc... cut shape. OnPenDown occurs every time the torch moves down at the start of a cut. For a very minima...
by Les Newell
Tue Apr 26, 2016 4:59 pm
Forum: Problems and questions
Topic: Is there a function for spline cutting
Replies: 2
Views: 1446

SheetCam can't really do this. The motion is pretty simple so it would be easy to hand code.
by Les Newell
Wed Apr 20, 2016 10:27 am
Forum: Problems and questions
Topic: No Overcut When "Could not fit leadin"
Replies: 11
Views: 4802

Sorry, I missed this post. I can replicate the fault here so I will try to fix it for the next release.
by Les Newell
Wed Apr 20, 2016 10:25 am
Forum: Problems and questions
Topic: New to SheetCAM - Two small problems (maybe?)
Replies: 6
Views: 3137

Re: New to SheetCAM - Two small problems (maybe?)

1) I am using the toolset file from CandCNC. All of the tools seem to wok fine (at least the ones that I have tried), but whenever I go to the top of the screen Tools -> Tool Table, it crashes SheetCAM and closes. I have had a couple of reports of this issue in the Linux version. I will run some mo...
by Les Newell
Wed Apr 20, 2016 10:21 am
Forum: Problems and questions
Topic: plasma lifting after start
Replies: 3
Views: 2350

Have you set the correct switch offset in your post processor? If you have THC is it working correctly? Try disabling THC and see if the fault still occurs.
by Les Newell
Fri Apr 15, 2016 10:38 am
Forum: Problems and questions
Topic: Code snippets being inserted at wrong place?
Replies: 2
Views: 1704

SheetCam does not know anything about the code in your code snippet. As far as it is concerned a code snippet is just text to be inserted into the g-code. If you want to turn off the spindle you will have to do that in your code snippet.
by Les Newell
Thu Apr 14, 2016 3:16 pm
Forum: Problems and questions
Topic: Problem with simple job?
Replies: 3
Views: 1803

The report generator isn't currently set up for that information. I could look into adding it.
by Les Newell
Thu Apr 14, 2016 2:08 pm
Forum: Problems and questions
Topic: Problem with simple job?
Replies: 3
Views: 1803

Having a slot that is exactly the same width of the cutter plus finish allowance can confuse SheetCam. You are right on the very edge of either cutting that slot or not cutting it. Floating point numbers are not perfectly accurate. For instance 5mm may actually be stored as 4.99999999999mm. Numbers ...
by Les Newell
Mon Apr 11, 2016 6:09 pm
Forum: Problems and questions
Topic: Pierce Delay not being add to estimate sheet
Replies: 2
Views: 1821

Yes, in the latest release the pierce time is everything including referencing and pierce delay. Do you really need a different pierce time for each tool?
by Les Newell
Mon Apr 11, 2016 4:12 pm
Forum: Problems and questions
Topic: Plasma Torch Speed Issue
Replies: 4
Views: 2831

This sounds like a different problem. Could you describe exactly what happens.
by Les Newell
Mon Apr 11, 2016 3:21 pm
Forum: Problems and questions
Topic: job runtime ajust
Replies: 7
Views: 3501

This is now fixed for the next development release.