Community
HSM Post Processor Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Heidenhain post-processor: remove Cycle def 32.0 Tolerance.

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
Stephen__Hall
1177 Views, 2 Replies

Heidenhain post-processor: remove Cycle def 32.0 Tolerance.

Hi all

 

Probably an easy one as far as you guys are concerned but, being a post-processor novice, I was wondering if it's possible to remove the following code before outputting?

 

CYCL DEF 32.0 TOLERANCE

CYCL DEF 32.1

 

The machine operator says it's causing issues and for a quick fix could it be done?

 

 

2 REPLIES 2
Message 2 of 3
Tomek.G
in reply to: Stephen__Hall

Hi @Stephen__Hall ,

 

The simplest way is to add "return;" at the begining of setTolerance() function (line416 in heidenhain.cps).

function setTolerance(tolerance) {
  return;

Then the rest of the function will not be executed.

 


Tomek.G
Sr. Technical Consultant
Message 3 of 3
Stephen__Hall
in reply to: Tomek.G

That's great, thanks for your help.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report