Search found 3656 matches

by Les Newell
Thu Jan 14, 2016 6:46 am
Forum: Problems and questions
Topic: sheetcam loading drawing problems
Replies: 6
Views: 3407

I tried the drawing on the Windows version of SheetCam and it did load. Looking at your screen shot it looks like you are using a Linux version. Which version of SheetCam are you using (look in Help->about). Your drawing appears to have a lot of overlapping outlines.In other words you have lines on ...
by Les Newell
Wed Jan 13, 2016 6:11 am
Forum: Problems and questions
Topic: Mach3 Plasma No Z in Milliseconds
Replies: 2
Views: 1278

You will need to modify the post. Go to Options->machine->post processor and click on the 'Edit post' button. Search for G04. You will find code similar to this: post.Text (" G04 P") post.Number (pierceDelay,"0.###") Change it to: post.Text &#4...
by Les Newell
Wed Jan 13, 2016 6:07 am
Forum: Problems and questions
Topic: job runtime ajust
Replies: 7
Views: 3556

I never noticed that rules aren't taken into account. I'll look into fixing that.
by Les Newell
Wed Jan 13, 2016 6:07 am
Forum: Problems and questions
Topic: sheetcam loading drawing problems
Replies: 6
Views: 3407

It is very unusual for a drawing to crash SheetCam. Could you send me a sample drawing so I can try to figure out what is going on.
by Les Newell
Tue Jan 12, 2016 6:14 pm
Forum: Problems and questions
Topic: job runtime ajust
Replies: 7
Views: 3556

You can set the rapid speed of the machine and the pierce time. The cutting time assumes the machine does not have to slow down for corners. I am a little surprised it makes that much difference though.
by Les Newell
Tue Jan 12, 2016 6:12 pm
Forum: Problems and questions
Topic: Editing my post...
Replies: 8
Views: 2665

I'm afraid there isn't any reliable way to detect the outer contour in the post. All you can do is put the outline on a different layer as others have suggested.
by Les Newell
Mon Jan 11, 2016 5:52 pm
Forum: Problems and questions
Topic: post procesor prolems
Replies: 5
Views: 3805

Win10 isn't normally that up tight about permissions. Do you have any problems saving other files to the A drive? SheetCam doesn't do anything clever when it saves so it shouldn't have trouble. As a last resort you could post to your C drive then copy the file to your A drive.
by Les Newell
Fri Jan 08, 2016 10:35 am
Forum: Problems and questions
Topic: post procesor prolems
Replies: 5
Views: 3805

Do you have an A drive? If so, is there a disk in it? Try saving to your C drive instead.
by Les Newell
Sun Jan 03, 2016 10:29 am
Forum: Contributed plugins, tools and posts
Topic: Job Costing Plugin
Replies: 16
Views: 32227

Try using the latest development version. I think that plugin is using a function that is only available in recent dev versions.
by Les Newell
Sun Jan 03, 2016 10:28 am
Forum: Problems and questions
Topic: installing a different post processor?
Replies: 9
Views: 4664

What happened when you tried to use Wine? You can try copying the svg and knife plugins to the old version of SheetCam but I very much doubt if it will work. I have to admit I haven't tried it so I can't be absolutely sure it won't work. Install the new version is a different folder to the old versi...
by Les Newell
Thu Dec 31, 2015 7:33 am
Forum: Problems and questions
Topic: installing a different post processor?
Replies: 9
Views: 4664

You cannot use a standard USB to parallel converter. LinuxCNC/Mach rely on having direct access to the printer port. USB is simply too slow for this application. It is also generally a bad idea to use a laptop for machine control. Laptops have very aggressive power management which can interfere wit...
by Les Newell
Wed Dec 30, 2015 4:37 pm
Forum: Problems and questions
Topic: Problem with import drawings
Replies: 4
Views: 1811

Oops, my bad. I missed that G3 at the star of the file. The problem is that the g-code use absolute arc centres and the RS274NGC interpreter used by SheetCam expects incremental arc centres. I am afraid there isn't currently any way to change this.
by Les Newell
Wed Dec 30, 2015 4:33 pm
Forum: Problems and questions
Topic: installing a different post processor?
Replies: 9
Views: 4664

Ubuntu 10.04 is a bit too old to run the latest SheetCam release. One problem with trying to support different version of Linux is that they keep changing things so I have to keep updating my release to keep up. This breaks compatibility with older versions of Linux. Unfortunately there isn't a lot ...
by Les Newell
Tue Dec 29, 2015 8:34 pm
Forum: Problems and questions
Topic: Default feed rate 1??
Replies: 7
Views: 3571

post.Text simply outputs text with added line numbers if needed. ModalText is similar but the text is only output if it has changed from the last call to ModalText. For instance: post.ModalText("G0") post.ModalText("G0") post.ModalText(&quo...
by Les Newell
Tue Dec 29, 2015 3:13 pm
Forum: Problems and questions
Topic: Problem with import drawings
Replies: 4
Views: 1811

I had a look at that tap file and there aren't any circles in it. There are just three rectangular shapes. It looks like the issue is in whatever program created the tap file.