Page 1 of 1

Paths Not Generated Correctly

Posted: Mon Nov 05, 2018 12:10 am
by Brizmo67
Hello Everyone, I am new here and want to learn more about Sheetcam software. I seem to have problems with DXF Files having path problems. What are the best ways to design these to eliminate the problems from the start. See attached file I have someone who wants to cut but is having path problems running Sheetcam TNG. Can anyone help me? Thank you.

Re: Paths Not Generated Correctly

Posted: Mon Nov 05, 2018 1:39 pm
by LesNewell
Could you upload a job file (file->save job) with everything set up ready to post process. I'll take a look and try to figure out what is going on.

Re: Paths Not Generated Correctly

Posted: Mon Nov 05, 2018 6:52 pm
by Brizmo67
Hi Les, Thank you so much for your reply. Please see attached. Thank you.

Re: Paths Not Generated Correctly

Posted: Mon Nov 05, 2018 9:44 pm
by Les Newell
I really need the job file (File->save job) rather than the g-code. With the job file I can use your settings to test out exactly what is happening.

Re: Paths Not Generated Correctly

Posted: Wed Nov 07, 2018 3:15 pm
by Brizmo67
Ok, I hope this works. Please let me know.
Thank you
Brian

Re: Paths Not Generated Correctly

Posted: Thu Nov 08, 2018 7:02 pm
by Brizmo67
Did the last file work?

Re: Paths Not Generated Correctly

Posted: Fri Nov 09, 2018 11:12 am
by LesNewell
Sorry for the delay in getting back to you.
I took a look at the job file and the drawing is tiny, only 4mm across. Was it supposed to be 4" across? When you import your drawing a box pops up with a number of options. Try setting the scaling to inches.

Re: Paths Not Generated Correctly

Posted: Fri Nov 09, 2018 5:14 pm
by Brizmo67
Ok, maybe I did something wrong when saving the file, let me look into this.

Re: Paths Not Generated Correctly

Posted: Sat Nov 10, 2018 8:13 pm
by Brizmo67
Les could you look at this file? Also curious if you ever got a Mac Version of Sheetcam? Please let me know what you think of the attached.

Re: Paths Not Generated Correctly

Posted: Sat Nov 10, 2018 8:52 pm
by mancavedweller
I opened that job file and the first problem was "Inside Offset" was selected. That puts the cut on the wrong side of the lines. Play with all three settings and you'll see how it works.

The 2nd problem, which I see with many files, is the detail is too small and you get spaces where the torch kerf width cannot "get through". Example imagine a cut is on the inside of an hourglass shape. If the kerf width is 1.5mm but the neck of the hourglass is only 1mm, Sheetcam will not allow the cut to pass through there. There's some examples of this on your drawing.
I've never actually just let a file run like this, I've always corrected the drawing first. So I went and had a play to see what Sheetcam does in this situation. Taking the hourglass example again, it seems Sheetcam splits the internal cut into 2 separate cuts. Only 1 start/pierce point is shown on the screen for 1 of the 2 separate cuts. However, looking at the generated gcode, Sheetcam actually creates 2 separate cuts, turning the torch on/off for each one.

You could scale up the entire drawing until the small kerf width problem is gone, or you could modify the areas of the drawing so the overall size remains the same.

Re: Paths Not Generated Correctly

Posted: Sun Nov 11, 2018 10:44 pm
by Brizmo67
Ok thanks, I really appreciate the input, I will give this a go.

Re: Paths Not Generated Correctly

Posted: Mon Nov 12, 2018 12:44 pm
by Les Newell
As mancavedweller says, your main problem was the offset in the wrong direction. Warnings such as those you were getting are are just a heads-up to let you know some of the cuts may not fit. You can safely ignore them if you wish.

I don't have a Mac version so at the moment you have to run the Windows version under a virtual machine such as VirtaulBox or Parallels. Some people have had success using it with WineBottler.

Re: Paths Not Generated Correctly

Posted: Tue Nov 13, 2018 7:50 pm
by Brizmo67
Ok, thanks for the input on the file & Mac use.