Search found 74 matches

by jim1108
Tue Apr 18, 2017 12:32 am
Forum: Problems and questions
Topic: Question about operation
Replies: 5
Views: 1529

Yes you can, up to the trial version limit of lines of code.
by jim1108
Wed Apr 05, 2017 1:05 am
Forum: Problems and questions
Topic: How to mill at different depth levels
Replies: 1
Views: 707

If you refer to the counter sunk operation post further down it may answer your question. Each level will have to be on a different layer (do this in your CAD software or SC), then you change the depth on each layer in SC.
by jim1108
Tue Apr 04, 2017 3:16 pm
Forum: Problems and questions
Topic: Copy part
Replies: 2
Views: 1610

Thanks for the response. I tried it in nesting mode and that is what I was looking for.
by jim1108
Mon Apr 03, 2017 11:15 pm
Forum: Problems and questions
Topic: Copy part
Replies: 2
Views: 1610

Copy part

I have a part with 25 layers and an operation assigned to each layer using the same tool, just different z depths. These are my rough out operations. I want to copy the part or all the operations at once so I can just change the tool to a finishing tool (everything else in the operations will stay t...
by jim1108
Sun Apr 02, 2017 2:23 pm
Forum: Problems and questions
Topic: Testing Sheetcam
Replies: 4
Views: 2661

Tool list

In the milling format you have to create your own tools by selecting the create new tools function on the left side. Then you can define all your geometry. SC does not come preloaded with a tool list like some of the other CAM software. The help file is very informative and will answer most of your ...
by jim1108
Tue Mar 28, 2017 11:18 pm
Forum: Problems and questions
Topic: SheetCam - Countersunk operation?
Replies: 1
Views: 928

The only way I know would to be to draw it up in a CAD program, then use the offset command for the amount of step over, import it, and use inside contour operation. Each contour will have to be on a separate layer. You can do that in SC (each layer has a different depth) or in the CAD software (man...
by jim1108
Thu Mar 09, 2017 1:44 am
Forum: Problems and questions
Topic: Accurate time in sheetcam job report?
Replies: 4
Views: 2351

Strange. It does not matter how fast I run the simulation. The calculated cycle time is the same.
by jim1108
Thu Mar 09, 2017 1:25 am
Forum: Problems and questions
Topic: Accurate time in sheetcam job report?
Replies: 4
Views: 2351

I find the times to be pretty accurate on a milling machine, less than 5 percent of the actual cycle time. Maybe your rapid setting is too slow?
by jim1108
Thu Mar 09, 2017 1:19 am
Forum: Problems and questions
Topic: Modify Post processor to insert code
Replies: 3
Views: 2763

Sounds like you need to use the code snippet feature. Refer to the post further down for more info. There are 3 ways to use it, and they work slightly differently. Editing start points by right clicking them is one way, inserting it directly into your operation list is another way, and adding it to ...
by jim1108
Sun Mar 05, 2017 2:59 pm
Forum: Problems and questions
Topic: Rotary Plasma Plug-in
Replies: 1
Views: 1156

Rotary Plasma Plug-in

I am playing with the rotary plasma plug-in on a Fanuc milling machine using a Rotary Mach 3 post processor. The plug in works great after some minor code editing for radial milling or engraving. I wanted to know if there is a way to only show one layer in the rotary simulation mode. When the simula...
by jim1108
Wed Feb 15, 2017 12:22 am
Forum: New features
Topic: Outside contouring with automatic step over
Replies: 3
Views: 3891

Great idea. Sometimes I need to remove an excess amount of stock material to get to the finished geometry. I normally would just use the offset command in DraftSight or AutoCad to set the step over so I can just do it all on one layer, but this feature would eliminate much of the unnecessary CAD wor...
by jim1108
Thu Feb 09, 2017 8:47 pm
Forum: Problems and questions
Topic: Lead-in feed rates
Replies: 4
Views: 1160

I am using Fanuc post processor. You should see the double x moves on the first tool and others. It seems to code the lead-in separate, without a separate feed rate, unless you specify in path rules, then the finish x or y move. Specifying a 50 percent feed rate in the path rules for lead-in for ins...
by jim1108
Wed Feb 08, 2017 11:53 pm
Forum: Problems and questions
Topic: Lead-in feed rates
Replies: 4
Views: 1160

Path Rules

Ok, I forgot about the path rules option, that solved the lead-in code not having a feed rate. If you post the first tool in the job, a 1.0 cutter, you can see on the first few lines of code it has 2 x numbers, when one is sufficient. It's just kind of redundant. Example: G1 X1.25 X2.5, when X 2.5 i...
by jim1108
Wed Feb 08, 2017 12:42 am
Forum: Problems and questions
Topic: Lead-in feed rates
Replies: 4
Views: 1160

Lead-in feed rates

Is there a way to have a different lead-in feed rate similar to the way the plunge feed rate can be changed? The attached job file will show the feed-in x move (in this particular case), and then continue the move with another x value. It just seems like unnecessary code when the end result is along...
by jim1108
Sat Jan 21, 2017 1:36 pm
Forum: Problems and questions
Topic: part and job files
Replies: 1
Views: 1077

part and job files

This may be a dumb question, but I understand the job file, but do not understand the difference between a job file and part file. They seem the same to me. The help file gives no explanation.