G-Codes for Bed Level visualizer #622
-
I have a question about BedevelVisualizer: I own a Prusa MK3+ - do I need to insert the code for bilinear bedleveling AND the few lines for Prusa Mk3, or only the lines for Prusa MK3+? Or maybee any other combination? regards, C |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
you should only need the commands necessary to report the mesh if you just want to graph what's current, otherwise you need to include the commands necessary to do the probing process as well. At this point, I'm unsure if the PrusaFirmware is using G29 like other Marlin based firmware or if it's still using the G80/G81 commands. |
Beta Was this translation helpful? Give feedback.
-
hi, what would be the g-code for 3.14.0 mk3s+? I am getting a lot of errors when the probing is done. this is what octoprint shows:
|
Beta Was this translation helpful? Give feedback.
you should only need the commands necessary to report the mesh if you just want to graph what's current, otherwise you need to include the commands necessary to do the probing process as well. At this point, I'm unsure if the PrusaFirmware is using G29 like other Marlin based firmware or if it's still using the G80/G81 commands.