Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys, I am trying to modify Fanuc turning post processor for my mill, I'm using 4th axis as Lathe, and need to change axis ´´X´´ to ´´Z´´ and ´´Z´´ to ´´X´´ also ´´I´´ to ´´K´´ and ´´K´´ to ´´I´´´
When I'm changing output in variations...
var xOutput = createVariable({prefix:"Z"}, xFormat);
var zOutput = createVariable({prefix:"X"}, zFormat);
This does trick just for zOutput but xOutput stays X as this ( G0 X21.5 X5. )
Same for I and K, just K change and I stay...
Where I'm missing ??
Thanks
Solved! Go to Solution.