need help: plugin to create G0 gcode from current x,y,z position from ControlPanel + Camera #1706
beta-tester
started this conversation in
General
Replies: 3 comments 4 replies
-
I fail to understand the usefulness of what you are looking for. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi,
i want to use the Camera and jogging in the ControlPanel to goto different positons and create G0 gcode from X,Y,Z position of interest by press a keyboard key and/or a click to a button in the GUI.
i wondering if there is already the poosibility to do that, but i cant find it.
i tried to find a plugin that is reading the current CNC spindle position to append its positon to G0 gcode
something like
block.append(CNC.grapid(X,Y,Z))
but i don't need a full new block, i just need a new line.but i all plugins i found are only on the CAMPanel but not on the ControlPanel and all plugins open a parameter GUI you have to interact with - i need a parameter less solution that read the current X,Y,Z position from the CNC and put it with out further interaction to the gcode..
can somebody give me a hint how to add a plugin to the ControlPanel, how to ready the current X,Y,Z position from the CNC and how to append gcode line (without generating a full new gcode block).
Beta Was this translation helpful? Give feedback.
All reactions