bigtreetech / BIGTREETECH-TouchScreenFirmware

support TFT35 V1.0/V1.1/V1.2/V2.0/V3.0, TFT28, TFT24 V1.1, TFT43, TFT50, TFT70
GNU General Public License v3.0
1.27k stars 1.63k forks source link

@BEDLEVELVISUALIZER and End of Print Issues #2877

Closed Spider1179 closed 4 months ago

Spider1179 commented 5 months ago

I am having 2 issues with neither of them being major and I'm sure there are just a couple settings I am missing. The first is an unknown command message I get with every print. I have searched around and cannot figure out how to solve for this uncommand. 20231228_072127

The second issue is relating the completing prints. At the end of each print the timer on the display keeps going and I have to hit Stop manually. How do complete the print as normal?

kisslorand commented 5 months ago

You must have one single empty line at the end of the gcode file. Some slicers put more than one empty line at the end of the gcode file (ex. Orca Slicer). It's a known issue/bug, I am on it, it will be fixed. For a very long time it was standard for the slicers to put one empty line at the end of the gcode file, some of them do not respect it anymore...

Regarding the "@BEDLEVELVISUALIZER" issue you're having, it is not a Marlin command, Marlin doesn't recognizes it so it responds with the error you see on the popup window. Check you slicer, remove that command.

Spider1179 commented 5 months ago

Gotcha. I was able to find the bed level issue in my slicer setting and remove. Thanks for your help

kisslorand commented 5 months ago

I couldn't reproduce your end of print issue. Would you be so kind to upload any gcode file you have an issue with?

Spider1179 commented 5 months ago

Here is an example code. I found that if I manually edit the code to delete 2 extra blank lines it completes like expected. I've been playing in Orca trying to figure out if there is a way to keep the extra lines from showing but no luck so far. wall-honeycomb-bambu-211x248-fixed_PETG_2h25m.zip

kisslorand commented 5 months ago

I still cannot reproduce it, even with the file you provided. What FW are you using on your TFT?

Spider1179 commented 5 months ago

Here is the version info

20240101_075218

kisslorand commented 5 months ago

Based on the picture above you have a TFT with GD32F305 MCU. This repository doesn't offer support for that TFT with the mentioned MCU. Based on the date of the TFT's FW, it's most probably you are using the alternative FW from my repository. If it's so than I suggest to take the latest version from there as it has been updated with some bugfixes, one of them being the issue with the gcode files from OrcaSlicer.

Spider1179 commented 4 months ago

I finally got around to trying out updated FW from your repository and it worked like a charm. Thanks for your help

kisslorand commented 4 months ago

Thanks for the feedback, I am glad I could be useful.

digant73 commented 4 months ago

@Spider1179 It seems the issue you reported is related to a firmware not provided in this repo. I tested also your file and I confirm that the official fw in this repo is not affected by the end of print issue. As already reported by other users, the unknown command error is also not a bug on TFT. Please, close this ticket just to avoid to make confusion mixing fw provided by third party releasers and eventually open the tickets in the proper repo. Thanks

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.