Replies: 1 comment
-
Googling for this question brings me to this discussion, and since I don't see the answer anywhere else, I'll share it here. You're looking for the E.g.
|
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
-
Hello all,
I have a problem to get the data of the actual positions of the 3D-printer. I have connected my computer to the Raspberry Pi with an Ethernet-cable. This is my Python Code to read out the position (the g-code position).
I would like to read out the actual position of the printer like when using mainsail for example. If i move the extruder head in z direction from 100 mm to 200 mm the output of my Python Program is in like that:
135.096046468 - Extruderposition (mm): X: 491.0, Y: 1079.0, Z: 100.0
135.848502978 - Extruderposition (mm): X: 491.0, Y: 1079.0, Z: 200.0
That means I am using the wrong variable the read out the position, because it just shows me the "gcode"-position.
Did someone had a similar problem and have solved that problem?
Beta Was this translation helpful? Give feedback.
All reactions