Search found 43 matches

by LesNewell
Fri Sep 26, 2008 7:21 am
Forum: Problems and questions
Topic: Missed wax
Replies: 4
Views: 5592

This is a deficiency in SheetCam's spiral pocketing algorithm. All you can do is reduce the stepover. Unfortunately the results are very dependent on the shape you are cutting.
by LesNewell
Wed Sep 24, 2008 8:51 pm
Forum: Problems and questions
Topic: Outline shape changes when opened in Sheet Cam
Replies: 1
Views: 3679

This is because you used splines for the corners. Unfortunately SheetCam has problems with some splines. Can you use arcs instead?
by LesNewell
Wed Sep 24, 2008 3:26 pm
Forum: Problems and questions
Topic: Need pecking help
Replies: 8
Views: 7792

You are center drilling (sometimes called spot drilling). Pecking is where you drill a little way, retract the drill to clear swarf, then drill a bit deeper and so on.
by LesNewell
Mon Sep 22, 2008 8:11 pm
Forum: Problems and questions
Topic: Overlapping outlines?
Replies: 7
Views: 11657

Overlapping outlines?

This message means that some lines in the drawing are duplicated. If you are converting a 3D shape it is quite likely for this to happen. One example is if you have drawn a vertical square face. The top and bottom of the face will probably both get exported as lines with the same coordinates. Duplic...
by LesNewell
Mon Sep 22, 2008 8:11 pm
Forum: Problems and questions
Topic: Overlapping outlines?
Replies: 7
Views: 11657

This message means that some lines in the drawing are duplicated. If you are converting a 3D shape it is quite likely for this to happen. One example is if you have drawn a vertical square face. The top and bottom of the face will probably both get exported as lines with the same coordinates. Duplic...
by LesNewell
Thu Aug 14, 2008 4:44 pm
Forum: Problems and questions
Topic: Post processor for Deckel FPxNC mill with Dialog (4)?
Replies: 16
Views: 25004

Post processor for Deckel FPxNC mill with Dialog (4)?

Can you supply a sample of code? I can probably match it to one of the existing posts. -------------------- m2f -------------------- Reply to this post simply by hitting reply in your email client or you can read this topic online here: http://www.forum.sheetcam.com/viewtopic.php?p=8538#8538 -------...
by LesNewell
Thu Aug 14, 2008 4:44 pm
Forum: Problems and questions
Topic: Post processor for Deckel FPxNC mill with Dialog (4)?
Replies: 16
Views: 25004

Can you supply a sample of code? I can probably match it to one of the existing posts.
by LesNewell
Mon Sep 03, 2007 8:15 am
Forum: Yahoo posts
Topic: Postprocessor
Replies: 2
Views: 5511

Postprocessor

Hi Igor, Send me some samples of code and, if possible, a copy of the relevant parts of the manual and I'll write a post for you. Send them to les {at} sheetcam.com (replace the {at} with @). Les éÇÏÒØ âÉÒÍÁÎ wrote: Dear Sirs I'd want buy Your SheetCam in case if you'll make new postrocessor for Bie...
by LesNewell
Thu Apr 26, 2007 9:35 pm
Forum: Yahoo posts
Topic: Re: G28.1 problems THC300 setup Mach3
Replies: 18
Views: 20546

Re: G28.1 problems THC300 setup Mach3

Hi Erik, Messing about with Mach's xml file is potentially dangerous. However, thinking about it, you can set variables with G-code. You can also read those variables from Mach macros. It would be possible to set a bunch of variables then trigger a custom M-code macro to transfer those variables to ...
by LesNewell
Tue Apr 24, 2007 7:01 pm
Forum: Yahoo posts
Topic: Re: G28.1 problems THC300 setup Mach3
Replies: 18
Views: 20546

Re: G28.1 problems THC300 setup Mach3

Hi Erik, I agree this is not a good idea either,What would be nice,if some how SheetCam could set up the correct DRO's when a file is loaded then the user could make a adjustment if needed,as the tips wear out or whatever chanded the cut Quality,Or is this what scale in the post processor does under...
by LesNewell
Tue Apr 24, 2007 9:41 am
Forum: Yahoo posts
Topic: Re: G28.1 problems THC300 setup Mach3
Replies: 18
Views: 20546

Re: G28.1 problems THC300 setup Mach3

Hi Erik, The pierce height is hard-coded. You have two options: 1) Take all Z moves out of the post. Mach must then control the Z axis. To do this you need to modify the M5 macro to move the Z to clearance height. You also need to set up the init string to move Z to clearance height. To do this, loo...
by LesNewell
Mon Apr 16, 2007 8:42 am
Forum: Yahoo posts
Topic: Re: G28.1 problems THC300 setup Mach3
Replies: 18
Views: 20546

Re: G28.1 problems THC300 setup Mach3

Hi Tom, i respectfully disagree on the Z home issue. Homes define a specific known location. On pretty much every CNC machine I have worked on, homes are used to establish the machine's absolute position(machine coordinates). Most commercial machines will not let you do much until you have reference...
by LesNewell
Fri Apr 13, 2007 10:32 pm
Forum: Yahoo posts
Topic: Re: G28.1 problems THC300 setup Mach3
Replies: 18
Views: 20546

Re: G28.1 problems THC300 setup Mach3

I have to admit I also think probe is better than home. Home should be for the machine's physical limits, not the position of the work. Probably very few people bother to use soft-limits. Without soft-limits it doesn't really matter where the Z home is. ISTR that the earlier THC posts did use probe ...