Giter Club home page Giter Club logo

Comments (7)

jneilliii avatar jneilliii commented on May 28, 2024

Try making @bedlevelvisualizer all caps.

from octoprint-bedlevelvisualizer.

modsbyus avatar modsbyus commented on May 28, 2024

I think its lowercase because after adding it I checked the option to save mesh. Because it is all uppercase in the gcode commands window. By unchecking the save mesh option it shows up as all capital letters in the terminal output without making any other changes and it still gets stuck on Please wait, retrieving current mesh.

from octoprint-bedlevelvisualizer.

modsbyus avatar modsbyus commented on May 28, 2024

I'm assuming that the new test results should be stored in config.yaml since thats where I see the last successful plot points that get graphed. If thats the case then it looks like its just not saving the new test data to config.yaml like it should.

from octoprint-bedlevelvisualizer.

jneilliii avatar jneilliii commented on May 28, 2024

The results should only be stored in config.yaml if the option is checked to save mesh. Not sure why the command is getting lowercased when it's being sent to the machine, but I think that is the issue.

from octoprint-bedlevelvisualizer.

modsbyus avatar modsbyus commented on May 28, 2024

It only gets lowercased when the save mesh option is not checked. but the issue of being stuck is present weather it is upper case or not. and weather save mesh is checked or not. I have uninstalled, rebooted, then reinstalled with no change.

from octoprint-bedlevelvisualizer.

jneilliii avatar jneilliii commented on May 28, 2024

This is very similar to another user's issue where it would only be an issue after first powering on his printer that any command sent after a G28 would show as unknown. The problem I'm seeing in the terminal output is that the commands are being sent, but the plugin is receiving an ok prior to the mesh data.

The way the plugin works is it detects sending the command @BEDLEVELVISUALIZER to the printer and then starts watching the commands coming back (Recv: lines). It will collect the lines that match a specific pattern which I can tell yours will work fine. And continues to do that until it receives an ok command back from the printer.

In the terminal output you are showing I'm seeing M105 commands, which means you probably don't have auto temperature reporting and should take out the M155 commands from the script. Try the following in your gcode script after power cycling your printer and pi and let me know if the results are any different.

G28
@BEDLEVELVISUALIZER
G29 T

from octoprint-bedlevelvisualizer.

modsbyus avatar modsbyus commented on May 28, 2024

That did the trick. Thank you!

from octoprint-bedlevelvisualizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.