Search found 88 matches

by Jolbas
Fri Sep 27, 2019 8:35 pm
Forum: Problems and questions
Topic: Howto ingnore holes where pierce won't fit
Replies: 5
Views: 1830

Re: Howto ingnore holes where pierce won't fit

Ok. Thanks for the kerf width workaround. In this case I edited the drawing to remove the most narrow bottlenecks.
by Jolbas
Thu Sep 26, 2019 9:55 am
Forum: Problems and questions
Topic: Howto ingnore holes where pierce won't fit
Replies: 5
Views: 1830

Howto ingnore holes where pierce won't fit

Is there a way to ignore holes where the kerf fits but the damage from piercing will destroy the part? Somtimes when the hole is shaped so that two pierces is necessary there is no way to control them separately.
Skärmavbild 2019-09-26 kl. 11.48.04.png
Skärmavbild 2019-09-26 kl. 11.48.04.png (45.24 KiB) Viewed 1830 times
by Jolbas
Tue Sep 24, 2019 6:58 am
Forum: Problems and questions
Topic: Leadin behaviour
Replies: 2
Views: 1140

Re: Leadin behaviour

Job file
by Jolbas
Tue Sep 24, 2019 6:57 am
Forum: Problems and questions
Topic: Leadin behaviour
Replies: 2
Views: 1140

Re: Leadin behaviour

More images
5_2.png
5_2.png (25.01 KiB) Viewed 1139 times
5_1.png
5_1.png (25.03 KiB) Viewed 1139 times
5_0.png
5_0.png (25.27 KiB) Viewed 1139 times
by Jolbas
Tue Sep 24, 2019 6:56 am
Forum: Problems and questions
Topic: Leadin behaviour
Replies: 2
Views: 1140

Leadin behaviour

In attached file I have set leadins to start in center of holes and depending of if the leadin and leadout length. the appearance is inconsistence. Sometimes both leadin and out disappears and sometimes it doesn't start from center. I don't get the pattern.
5_4.png
5_4.png (25.8 KiB) Viewed 1140 times
5_5.png
5_5.png (25.45 KiB) Viewed 1140 times
5_3.png
5_3.png (25.85 KiB) Viewed 1140 times
by Jolbas
Mon Sep 23, 2019 8:02 pm
Forum: Problems and questions
Topic: Decimal mark problem
Replies: 3
Views: 1507

Decimal mark problem

I have problems with the decimal marks. My system language is set to sv_SE but SheetCam using en_GB according to the debug log. Every text box expecting a float value writes the preset value with a comma but when pressing OK it says it's unable to parse. I have to replace all commas with points befo...
by Jolbas
Mon Sep 16, 2019 12:59 am
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

Nop

"DynamicCast() Cannot cast a wxLua type 'StartValue' to a 'StartPoint'."

I have to wait for the update
by Jolbas
Sun Sep 15, 2019 2:53 pm
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

Code: Select all

operation.defaultStart.leadin = 10
This doesn't throw an error but it doesn't seem to change the operation settings either. Is it because of the this .i file mistake too or do I miss something else.
by Jolbas
Sat Sep 14, 2019 11:17 am
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

It's when I ask for the value before I set it I got the error

Code: Select all

leadin = operation.defaultStart.leadin
"Unable to call an unknown method 'leadin' on a 'StartValue' type."
by Jolbas
Sat Sep 14, 2019 11:08 am
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

Thanks a lot. I was so sure I had tried just that and I got an error there was no such attribute in a StartValue instance.
Well now it works. Thanks again. Maybe thera going to be some more questions soon.
by Jolbas
Sat Sep 14, 2019 10:40 am
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

Ok.

But how do I get the StartPoint instance from the StartValue instance?
This code

Code: Select all

myOperation.defaultStart:GetValueString()
gives me "ERROR"
And the part about StartValue in operations.i gives me no obvious hint.
Should I use the Load method? How?

Thank you.
by Jolbas
Sat Sep 14, 2019 8:48 am
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

And the next question is...
Is there a way to edit the operations default leadin length? I see there is a defaultStart parameter in the operation instance. Is this some kind of pointer to default start point settings and in that case how to edit?

/Björn
by Jolbas
Sat Sep 14, 2019 5:07 am
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

Thank you.

The code I needed was:

Code: Select all

local val = tool:GetValue("Preset volts")
by Jolbas
Fri Sep 13, 2019 2:16 pm
Forum: New features
Topic: Plugin documentation?
Replies: 20
Views: 29687

Re: Plugin documentation?

I have done some work to develop a plugin that calculates the kerf with, best feed and the THC voltage setting depending on nozzle and material. The last problem is to pass the calculated voltage to the post processor. I have a CustomToolParam defined in the post for voltage but I can't find a way t...