-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: No mesh visualization, just dots. #502
Comments
I've never seen this happen before and is very odd to me. The plugin is definitely getting the offsets from the firmware. What browser/version are you using? Could you try setting the Z limits to |
That is so strange. I'll have to do some checking on the upstream plotly js library to see if I can find out anything about this. My best guess is that it has something to do with either resolution or webgl/driver issues. |
quick question, are there any errors in developer tools/console tab of your browser on initial page load, or when the graph is being rendered? |
Oddly, Chrome started working. I didn't change or update anything. Safari is still all dots. Here's the console output for Safari when reloading the bed visualizer tab: [Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'i.generateKey') |
on this line, can you click that 7669 number to show the code at that point? trying to figure out if that's related to my plugin or another one. |
ok thanks, that looks like an issue with octolapse, not this plugin. just wanted to make sure. |
@AseKarlsson, you need to enable the option for relative z offset. Your points are outside the range of the z limits. |
Thanks jneillill, |
probably no correction needed, that's just how your firmware reports the mesh. |
I have a problem whereby I do not get any visualisation on my IPad (Safari, Chrome or Firefox). Visualisation is perfect with MacBook. |
I don't have an iPad to develop against, so unfortunately if it doesn't work not sure there's much I can do directly. |
Describe the bug
Mesh is not visualized, instead I see a cloud of dots.
Expected behavior
I expect to see a solid "sheet" that portrays the different bed heights captured.
Debug Log
plugin_bedlevelvisualizer_debug.log
Screenshots
Firmware and Version
Marlin 2.0.7.2
The text was updated successfully, but these errors were encountered: