Code Monkey home page Code Monkey logo

Comments (9)

jneilliii avatar jneilliii commented on June 15, 2024

Try running an update once with the correct data collector flag in the plugin settings and the error should so away.

from octoprint-bedlevelvisualizer.

Tonydangelo avatar Tonydangelo commented on June 15, 2024

Thank you very much for your help. I have done an update on the pi, and I still get the error “type error: s[0} is undefined. I am unsure what to put in under correct data collector flag in the plug-in settings in the plug-in settings. When I run the update on the plug-in now the printer runs its auto leveling process and displays “Please wait, retrieving current mesh.”
Thank you very much this is all new to me, and I do appreciate you help very much.
Tony

from octoprint-bedlevelvisualizer.

jneilliii avatar jneilliii commented on June 15, 2024

What is returned on the terminal tab when you send the command G29 T?

from octoprint-bedlevelvisualizer.

Tonydangelo avatar Tonydangelo commented on June 15, 2024

Sir This is what I get on the g29 -t
the printer does run through it leveling process.

Thank you very much
Tony

Send: G29 -TRecv: T:25.62 /0.00 B:24.81 /0.00 @:0 B@:0Recv: T:25.56 /0.00 B:24.69 /0.00 @:0 B@:0Recv: T:25.66 /0.00 B:24.62 /0.00 @:0 B@:0Recv: T:25.69 /0.00 B:24.75 /0.00 @:0 B@:0Recv: T:25.66 /0.00 B:24.81 /0.00 @:0 B@:0Recv: T:25.56 /0.00 B:24.75 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.53 /0.00 B:24.87 /0.00 @:0 B@:0Recv: T:25.66 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.66 /0.00 B:24.78 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.78 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.69 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.78 /0.00 @:0 B@:0Recv: T:25.47 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.56 /0.00 B:24.75 /0.00 @:0 B@:0Recv: T:25.53 /0.00 B:24.75 /0.00 @:0 B@:0Recv: T:25.56 /0.00 B:24.78 /0.00 @:0 B@:0Recv: T:25.53 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.69 /0.00 B:24.78 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.94 /0.00 @:0 B@:0Recv: T:25.62 /0.00 B:24.94 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.87 /0.00 @:0 B@:0Recv: T:25.69 /0.00 B:24.84 /0.00 @:0 B@:0Recv: Bilinear Leveling Grid:Recv: 0 1 2Recv: 0 -0.067 -0.152 -0.132Recv: 1 +0.090 -0.002 -0.048Recv: 2 +0.105 +0.038 +0.085Recv: Recv: X:214.00 Y:214.00 Z:10.81 E:22114.33 Count X:21400 Y:21400 Z:4360Recv: okRecv: T:25.59 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.56 /0.00 B:24.78 /0.00 @:0 B@:0Recv: T:25.53 /0.00 B:24.81 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.72 /0.00 B:24.91 /0.00 @:0 B@:0Recv: T:25.56 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.47 /0.00 B:24.78 /0.00 @:0 B@:0Recv: T:25.53 /0.00 B:24.84 /0.00 @:0 B@:0Recv: T:25.59 /0.00 B:24.91 /0.00 @:0 B@:0Recv: T:25.53 /0.00 B:24.94 /0.00 @:0 B@:0Recv: T:25.56 /0.00 B:24.87 /0.00 @:0 B@:0Recv: T:25.66 /0.00 B:24.78 /0.00 @:0 B@:0

from octoprint-bedlevelvisualizer.

jneilliii avatar jneilliii commented on June 15, 2024

Ok, in your case you are running into an issue with the temperature reports interfering with the mesh data. Do you have Marlin's auto temperature reporting?

from octoprint-bedlevelvisualizer.

jneilliii avatar jneilliii commented on June 15, 2024

Change your gcode script to the following.

M155 S30
G28
G29 T
M155 S3

from octoprint-bedlevelvisualizer.

Tonydangelo avatar Tonydangelo commented on June 15, 2024

Sorry it took so long to reply printer was down for up grades.
In config_adv.h auto temp is cometed out.
See bellow

//#define AUTOTEMP
#if ENABLED(AUTOTEMP)
#define AUTOTEMP_OLDWEIGHT 0.98
#endif

In the setup page for bed visualize I had these under gcoad commands.
See bellow

M155 S30
G29 T
M155 S3

I added the G28 command after the M155 S30 as direacted but I have gotten the same result.

Thank You
Tony

from octoprint-bedlevelvisualizer.

jneilliii avatar jneilliii commented on June 15, 2024

Sorry about that, you are correct. If it's commented out it's not enabled. You should use

G28
G29 T

and in the data collector flag setting enter

Bilinear Leveling Grid:

from octoprint-bedlevelvisualizer.

Tonydangelo avatar Tonydangelo commented on June 15, 2024

Wow! I am getting data! I still get thr same error message but who cares I am getting a map. with regard to leveling I am looking to get te chart as close to all zeros? ie flat?
Thank man!

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.