Search found 3653 matches

by Les Newell
Wed Aug 24, 2016 4:07 pm
Forum: Problems and questions
Topic: Sheetcam for Lunix
Replies: 13
Views: 6001

The linux standard for end of line is line feed, while Windows uses carriage return + line feed. The tool table code should be able to handle both.
by Les Newell
Fri Aug 19, 2016 8:38 am
Forum: Problems and questions
Topic: Sheetcam for Lunix
Replies: 13
Views: 6001

The Linux and Windows versions are functionally virtually identical so files created on the Windows version will work on Linux and vice-versa. I have one set of source code that can be either compiled for Windows or for Linux.
by Les Newell
Tue Aug 16, 2016 11:21 am
Forum: Problems and questions
Topic: Error with a Post for Procut
Replies: 5
Views: 2891

From what I can see of that post, the 'Mach3 THC with scriber' post that is shipped with SheetCam should work. After selecting the post click on the 'Edit post' button. Near the start of the file are a bunch of configuration values. The only one you should need to change is 'switchOffset'. Put some ...
by Les Newell
Mon Aug 15, 2016 11:21 am
Forum: Problems and questions
Topic: Plasma lead out
Replies: 4
Views: 3533

Use the overcut function. A negative overcut will stop before the end of the cut. A positive overcut will cut past the end.
by Les Newell
Mon Aug 15, 2016 11:19 am
Forum: Problems and questions
Topic: Error with a Post for Procut
Replies: 5
Views: 2891

Yes, that html would really confuse the compiler and give the error message you are seeing. Try deleting everything before function OnAbout().
by Les Newell
Fri Aug 12, 2016 9:11 pm
Forum: Problems and questions
Topic: one of the post processors won't function
Replies: 3
Views: 2116

That means your copy of SheetCam is unlicensed. If you have a license try reinstalling it. If not you will have to purchase one.
by Les Newell
Fri Aug 12, 2016 12:18 pm
Forum: Problems and questions
Topic: one of the post processors won't function
Replies: 3
Views: 2116

Give this version a try. Save the attachment to your computer then run SheetCam and go to Options->machine->post processor. Click on the 'Import post' button. Using the box that appears navigate to the post and open it.
by Les Newell
Thu Aug 11, 2016 12:00 pm
Forum: Problems and questions
Topic: Rotary plasma post processor
Replies: 8
Views: 5499

In Mach3 go to Config->general config. Is the I,J mode set to incremental? If it is set to absolute you can get this error.
by Les Newell
Mon Aug 08, 2016 4:58 pm
Forum: Problems and questions
Topic: Plasma Auto Z zero
Replies: 3
Views: 2020

Are you sure you are using Mach3 plasma? That post doesn't use either G28.1 or G31.
by Les Newell
Mon Aug 08, 2016 1:08 pm
Forum: Problems and questions
Topic: Plasma Auto Z zero
Replies: 3
Views: 2020

What post processor are you using? Most plasma posts can be configured to use either g28.1 or g31. Go to Options->machine->post processor and click on the 'edit post' button. At the start of the file you will probably see a number of configuration options, one of which will be which probing method t...
by Les Newell
Fri Aug 05, 2016 11:38 am
Forum: Problems and questions
Topic: G code issue
Replies: 6
Views: 2343

The only other thing I can think of is possibly an issue with cutting rules do you use rules?
by Les Newell
Fri Aug 05, 2016 11:36 am
Forum: Problems and questions
Topic: Cutting Rule And Chain
Replies: 2
Views: 1442

That makes a lot of sense but it is quite difficult to implement. The problem is that chaining is calculated after rules have been applied. I will see if I can find a workaround.
by Les Newell
Fri Aug 05, 2016 11:33 am
Forum: Problems and questions
Topic: Sheetcam for Lunix
Replies: 13
Views: 6001

I am in the process of rewriting chunks of the tool table editor and attempting to add an operation table editor. I'll make sure I test the changes on Linux to make sure they work there as well.
by Les Newell
Thu Aug 04, 2016 5:49 pm
Forum: Problems and questions
Topic: G code issue
Replies: 6
Views: 2343

Have you changed your post processor? If you look at the old g-code it will probably show the name of the post processor used in the first few lines. Is this the same as the new code?
by Les Newell
Tue Aug 02, 2016 4:16 pm
Forum: Problems and questions
Topic: taking long time to load svg files
Replies: 3
Views: 1967

Those drawings have lots of curves. Curves have to be broken into short line segments. Your drawing ends up with thousands of short line segments. Duplicate line detection gets very slow for drawings with thousands of segments. The easiest solution is to disable duplicate line detection. Go to Optio...