Anonymous
196 Views, 2 Replies
12-18-2020
02:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
12-18-2020
02:56 PM
Hey
I'm trying to get the Shopsabre Plasma post to output the X and Y coordinates on each line similar to this:
However when I try to force it at the top in the ,
var xOutput = createVariable({prefix:"X"}, xyzFormat);
var yOutput = createVariable({prefix:"Y"}, xyzFormat);
area I receive three separate coordinates for the G0 lines.
I'm assuming this is because these are global variables. Is there a way to edit the G1, G2, and G3 modals to output both X and Y every time instead of this:
Solved! Go to Solution.
Fusion