Page 1 of 1

OnPenUp called after OnNewEntity

Posted: Thu Sep 23, 2021 7:52 am
by Jolbas
It seems OnPenUp on previos entity is called after next entitys OnNewEntity. Is it supposed to be that way? It is tricky to workaround.

Re: OnPenUp called after OnNewEntity

Posted: Thu Sep 23, 2021 2:00 pm
by Les Newell
That is correct I'm afraid. In some cases (such as when chaining cuts) the torch does not need to stop and run a pierce cycle between operations. SheetCam only knows if it needs to stop the torch after it has started the next operation.

Re: OnPenUp called after OnNewEntity

Posted: Thu Sep 23, 2021 6:58 pm
by Jolbas
Ok. So there can be several entities on a single chained cut? I thought OnNewEntity() supposed to prepare for next cut. However, I used OnRapid() instead.