Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
All I'm trying to do is change the last few lines of NC-code at the end of the program in the "haas next generation.cps" post but I can't find how/where to do the edit. It should be just a plain swap of text, no logic or variables.
Currently it looks like this:
M5
G28 G91 Z0.
G90
G53 G0 X0. Y0.
M30
%
I want to change it to this format:
M5
G28 G91 Z0.
G28 G91 Y0.
X-150.
G90
M30
%
Solved! Go to Solution.