Downloading G-code and Real-time g-code position #544
Answered
by
AdrianGarside
Moosketair
asked this question in
Q&A
-
Hello, Is it possible to download the G-code used for a print job? Additionally, I am interested in knowing if there is a way to obtain the current position in the G-code during an ongoing print, like on OctoPrint with the G-code Viewer plugin. My goal is to create a real-time visualization to track the progress of the print job. |
Beta Was this translation helpful? Give feedback.
Answered by
AdrianGarside
Oct 28, 2024
Replies: 1 comment 3 replies
-
Downloading the gcode is possible. Realtime tracking of it is not. The only data we get in the mqtt payload for progress is the layer count. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
greghesp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Downloading the gcode is possible. Realtime tracking of it is not. The only data we get in the mqtt payload for progress is the layer count.