-
-
Notifications
You must be signed in to change notification settings - Fork 306
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
[FEATURE REQUEST] Bed Mesh Leveling Visualizer #106
Comments
can you share a G29 T output ? I do not have probe for bed leveling |
https://codeshare.io/5NrYvd With proper formatting. Bilinear Leveling Grid: |
ok clear, thank you |
I think to do this representation need user to key bed size or we can also use an |
Is there no way to get it during the runtime from the printer itself? What about moving the hotend x and y to the max possible and then getting that position ? I wonder how that plugin does it. I suspect it takes values from Octoprint profile. |
Sorry I do not understand |
I am not entirely sure what you mean. That plugin does G29 T I think. For the bed size, I meant wouldn't it be possible to query the printer for that information or to force it to move as far to the right and forward as possible to determine the bed size? |
my answer was about :
what do you mean ? For bed size there is no GCODE I am aware of to get it (I think only prusa FW has something in debug mode) so I think user user need to key info |
Strange that there is no M or G code for it. On second though letting user enter it would probably not be too bad since it only has to be done once. |
Well there is one command in Marlin that may be used but it is not the bed size , it is endstop positions - which may differe from bed size and also need some define set in Marlin FW to work
Cannot find any other GCODE in Repetier / Smoothieware neither, if you can find it let me know |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, this is the plugin, it uses a ja library, called plotly, https://plugins.octoprint.org/plugins/bedlevelvisualizer/ |
as mentioned above so far there is no Also I am definitly not Marlin focused - I prefer to find solution that benefit the most Thank you for the link I will have a look I do not have delta printer neither auto level probe system Note: I know plotly but its footprint is too big and cannot be used, gzip version of mininimal code is around 340K which is too big |
@luc-github This would be a great feature if possible :-) |
it is set as planned, so it is in TODO list but .. not on top items, also I do not have any bltouch / probe system, so it will need to wait until I get one to work on this, |
Add https://github.com/plotly/plotly.js/ as reference but size is too much (several MB) so need a smaller footprint solution |
Is your feature request related to a problem? Please describe.
I am using an octoprint plugin called bed visualizer to display G29 T. Would be nice to have something like this in the esp3D.
Describe the solution you'd like
I basically want to be able to see this a graph like this on the web page of the ESP3D. Or at least a very basic graph that shows 4 corners and how much they differ from each other, so I know which knobs to turn to calibrate bed so it's physically as level as possible.
Additional context
The text was updated successfully, but these errors were encountered: