Search found 482 matches

by djreiswig
Sun Dec 04, 2022 2:03 am
Forum: Problems and questions
Topic: Select & move multiple parts on material
Replies: 5
Views: 14586

Re: Select & move multiple parts on material

Worked great. Thanks.
by djreiswig
Sat Dec 03, 2022 2:25 am
Forum: Problems and questions
Topic: Can I set Lua variables using cut rules?
Replies: 4
Views: 785

Re: Can I set Lua variables using cut rules?

I'm guessing the snippets are always going to be on a new line. Maybe Les will chime in. I don't use snippets.
by djreiswig
Fri Dec 02, 2022 6:53 pm
Forum: New features
Topic: Lead in and lead out with line cutting and tab holding.
Replies: 15
Views: 7388

Re: Lead in and lead out with line cutting and tab holding.

Nice job. That eliminates the dimple from an extra pierce.
by djreiswig
Thu Dec 01, 2022 4:48 am
Forum: Problems and questions
Topic: Add overcut in tools??
Replies: 2
Views: 650

Re: Add overcut in tools??

I don't think this is something you can do in the post. I think the overcut is an internal function inside SheetCam. Possibly it could be changed to a tool setting like the leads were a while back.
by djreiswig
Wed Nov 30, 2022 3:07 pm
Forum: Problems and questions
Topic: Select & move multiple parts on material
Replies: 5
Views: 14586

Select & move multiple parts on material

Is there a way to select multiple parts in a job and move them together? Specifically, I have a standard nest on a 4x8 sheet. Sometimes the sheet is slightly smaller or larger. I cut from the corner opposite of 0,0, so I can easily rezero when I reuse the material later. The problem is, if the sheet...
by djreiswig
Tue Nov 29, 2022 12:59 pm
Forum: New features
Topic: Lead in and lead out with line cutting and tab holding.
Replies: 15
Views: 7388

Re: Lead in and lead out with line cutting and tab holding.

You may also have problems with wrecking your consumables from the blowback when it's not cutting through.
by djreiswig
Mon Nov 28, 2022 2:51 am
Forum: Problems and questions
Topic: Can I set Lua variables using cut rules?
Replies: 4
Views: 785

Re: Can I set Lua variables using cut rules?

You should be able to set up the THC totally inside the post. That's how my candcnc setup works. How do you determine where the code snippets go currently? That might help figure out how the post needs modified. Also, which post are you using?
by djreiswig
Fri Nov 11, 2022 9:59 pm
Forum: Problems and questions
Topic: Issues with recent update
Replies: 9
Views: 1444

Re: Issues with recent update

In this specific case I have to disagree. You have not yet saved a job under that name and you may want to call it something else. It also gets complicated if you have loaded and nested multiple drawings. You may want to save the job as something other than a drawing name. Les, I agree with you on ...
by djreiswig
Thu Nov 10, 2022 6:28 pm
Forum: Problems and questions
Topic: Issues with recent update
Replies: 9
Views: 1444

Re: Issues with recent update

I second the odd saving behavior. I've brought it up before. Any other program have used, when closing a file that has previously been saved with a valid filename and then modified will not bring up a save as dialog. It just saves. Only times the save as dialog comes up is if selected off of the fil...
by djreiswig
Mon Nov 07, 2022 6:10 pm
Forum: Problems and questions
Topic: Toolset question
Replies: 3
Views: 982

Re: Toolset question

You can save and load toolsets. Should be in the file menu. I think there can only be one default toolset, but you should be able to have as many other toolsets as you want.
by djreiswig
Tue Nov 01, 2022 9:53 pm
Forum: Problems and questions
Topic: uncontrolled z
Replies: 1
Views: 401

Re: uncontrolled z

What does the M31 macro do? The code looks like it should only raise to 0.1880". I'm guessing the M31 is a touchoff macro. Is it possibly doing something with the z coordinates? Can you single step through the code to see where the problem might be?
by djreiswig
Tue Nov 01, 2022 12:16 am
Forum: Problems and questions
Topic: Open contour negative overcut
Replies: 6
Views: 1299

Re: Open contour negative overcut

I don't think I would ever use overcut on open paths, but maybe a checkbox option like lead in on open paths. This should eliminate the established functionality issue. As a side note, I'm not sure where using a lead in on an open path would be useful. I'm wondering why a lead in, but not a lead out...
by djreiswig
Sat Oct 15, 2022 11:42 pm
Forum: New features
Topic: Cutting holes on rotary
Replies: 6
Views: 3410

Re: Cutting holes on rotary

Why not just cut the holes using the rotary axis?
by djreiswig
Thu Oct 13, 2022 1:31 am
Forum: Problems and questions
Topic: Torch height control during rapids
Replies: 3
Views: 1024

Re: Torch height control during rapids

You would probably have to do the check in the OnRapid sub and output the M code before the rapid move.