cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Fix Work Offset error in Centroid Post

Fix Work Offset error in Centroid Post

On line 136 in the work offset definition section this needs to fixed - just caused a pretty ugly crash. My G54 was very close to my E7 offset, and looked great until full rapid into my jaws.

 

The extended work offset range should start at 7. E1 through E6 will equate to their respective G54 thru G59 work offsets. 

******************************Currently: *********************************

// wcs definiton
wcsDefinitions = {
useZeroOffset: false,
wcs : [
{name:"Standard", format:"G", range:[54, 59]},
{name:"Extended", format:"E", range:[1, 18]}

 

************************************Should be:************************************************

 

// wcs definiton
wcsDefinitions = {
useZeroOffset: false,
wcs : [
{name:"Standard", format:"G", range:[54, 59]},
{name:"Extended", format:"E", range:[7, 18]}

2 Comments
bob.schultz
Alumni
Status changed to: Under Review
 
bob.schultz
Alumni
Status changed to: Implemented
 

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

Submit Idea