-
-
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
Lerdge Firmware Support #167
Comments
Thanks for the detailed terminal information. That will help in adding support for your firmware. I'll see what I can do when I have some spare time. |
Was there any progress on this feature? I would appreciate support for Lerdge board too :) EDIT: Also board spits out all the data when it's finished at once. I'm adding my output: |
I have not made any progress on this report format and currently work is being done on removing the numpy dependency in the plugin, so I'd rather wait until that is completed until I attempt to incorporate support for other firmware. |
Hi, Recv: echo: The system is homing, please wait... It would be great to include this in an update. |
ugh...why did they change that, just makes it more difficult to integrate. Could you guys give me firmware version numbers? |
New format still applicable with firmware 4.6.0 |
Initial support for lerdge firmware is added in the above commit and available as part of version 1.1.2rc8. You can switch the release channel in OctoPrint's Software Update settings for the plugin to This change assumes that the line The below graph was generated from the data provided by #167 (comment) |
The change doesn't yet extract the x/y value from the report the way it should and is using the interpreted method of dividing the bed size by number of points like in other firmware. That is something that I'd like to change in the future. |
Thank you so much for working on this!!
Visualization stuck on: "Please wait, retrieving current mesh." |
Yeah, the previous report from Nov 2022 only had a single space. I can adjust that to be a little more generic. |
new release 1.1.2rc9 is out now with those adjustments, you can force check for updates from the pull down on the check for updates button in software update settings. |
Awesome. Will check right after my currently runing print is finished (1h left) and report back. Thanks again! Edit: Somehow my Octo seems to think that 1.1.2rc8 is still the most recent, despite forcing it. Also in the release overview rc9 is below rc8. What am I missing? |
plugin_bedlevelvisualizer_debug.log Edit: OK, managed to find the right commit and to install it manually via file upload. Sadly the behavior hasn't changed.
I manually added two logs to the plugin and then reuploaded the zip:
The log in fact shows:
The second line I added is the following:
The logfile however never reports the "Starting lerdge extraction". Edit2:
The corresponding log never shots the "line strip" message:
I see that the regex_mesh_data was also part of the lerdge rc8 upgrade. It seems that the last blocker is somewhere in this regex. |
yeah, was just doing the same. I see the issue. your report added additional spaces between the numbers too so had to adjust the overall regex for that. new release about to come out. |
recommend setting the relative z offset option in your case to pull the mesh up closer to 0. |
good day everybody,
your plugin looks good and I would like to use it with my Lerdge board. Unfortunately, I have not yet received results because the Lerdge firmware uses a different output format.
Could you include support for Lerdge?
Thank you and best regards
The text was updated successfully, but these errors were encountered: