-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Bugs in file listing #241
Comments
I received this report before, but I was unable to reproduce it. Maybe you could try to minimize the amount of files in the memory card where this error occurs, then zip the content and post it here. |
With a little testing, I found that it only occurs with excessively long filenames, such as those output by PrusaSlicer. |
Thank you, I will test it with your file. |
I noticed last night that this was happening in the root folder as well. I
had two files with very long PrusaSlicer-style names, and similar to the
reported issue, the first file (which on the display is in the same
position as `..` would be) would change names to match the second. This
time was different, however, in that the entire long filename was used, not
the DOS filename.
…On Tue., Jul. 26, 2022, 9:36 a.m. Miguel Risco-Castillo, < ***@***.***> wrote:
Thank you, I will test it with your file.
—
Reply to this email directly, view it on GitHub
<#241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABP55LJUGE4BUX2VW7J4MWDVWAHZZANCNFSM54NP63OA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I rewrote the select file menu, the next version will have this issue fixed. |
I'm glad my information was able to help you sort it out. I might have looked into it myself but I am completely unfamiliar with firmware sources, and was never great with C++. Thank you for all your work in making these machines better! I hope Creality helps you out in some way. |
Thanks, I'm not affiliated o related to Creality in any way. It is only the brand of my printer. |
- Advanced Settings menu reorganization - Custom G-code C10 to mark a G-code file as a configuration file to avoid confirm to print and print done dialogs. - Custom G-code C851 Mn ; Set Multiple Probing - Fix bug: forbid multiple probing = 1 - Custom G-code C851 can be used to change the manual Z-offset for versions without probe - De-bounce rotary encoder when a parameter is edited - Allows to set the Z height after Z home for Manual Mesh version. - Re-enabled ADAPTIVE_STEP_SMOOTHING - Media Update (auto-mount) Enable/Disable menu item - Support up to 6 Preheat settings (needs own compile) - Support for Model predictive temperature control "MPC" (needs own compile) - Refactoring Print File menu for performance and stability - Enhanced Active mesh leveling indicator - Fix drawing bug in select file menu: #241 - Fix: Z at right edge out of mesh border is being overcompensated if UBL is active From Last Marlin bugfix 2.1.x - Optimize Planner calculations - Arc/Planner optimization follow-up - Update MPCTEMP G-Code M306 T - Fix, improve Linear Advance with stand-alone stepper driver support
Fixed in the latest version. |
- Advanced Settings menu reorganization - Custom G-code C10 to mark a G-code file as a configuration file to avoid confirm to print and print done dialogs. - Custom G-code C851 Mn ; Set Multiple Probing - Fix bug: forbid multiple probing = 1 - Custom G-code C851 can be used to change the manual Z-offset for versions without probe - De-bounce rotary encoder when a parameter is edited - Allows to set the Z height after Z home for Manual Mesh version. - Re-enabled ADAPTIVE_STEP_SMOOTHING - Media Update (auto-mount) Enable/Disable menu item - Support up to 6 Preheat settings (needs own compile) - Support for Model predictive temperature control "MPC" (needs own compile) - Refactoring Print File menu for performance and stability - Enhanced Active mesh leveling indicator - Fix drawing bug in select file menu: #241 - Fix: Z at right edge out of mesh border is being overcompensated if UBL is active From Last Marlin bugfix 2.1.x - Optimize Planner calculations - Arc/Planner optimization follow-up - Update MPCTEMP G-Code M306 T - Fix, improve Linear Advance with stand-alone stepper driver support
- Advanced Settings menu reorganization - Custom G-code C10 to mark a G-code file as a configuration file to avoid confirm to print and print done dialogs. - Custom G-code C851 Mn ; Set Multiple Probing - Fix bug: forbid multiple probing = 1 - Custom G-code C851 can be used to change the manual Z-offset for versions without probe - De-bounce rotary encoder when a parameter is edited - Allows to set the Z height after Z home for Manual Mesh version. - Re-enabled ADAPTIVE_STEP_SMOOTHING - Media Update (auto-mount) Enable/Disable menu item - Support up to 6 Preheat settings (needs own compile) - Support for Model predictive temperature control "MPC" (needs own compile) - Refactoring Print File menu for performance and stability - Enhanced Active mesh leveling indicator - Fix drawing bug in select file menu: #241 - Fix: Z at right edge out of mesh border is being overcompensated if UBL is active - Preliminary support for Voxelab Aquila printers
I know, but for all this work improving things they should take notice.
First advice to new users with problems on the Ender 3 Discord is usually
either install MRiscoC or set up Klipper, and one of those is much easier
than the other.
…On Fri., Aug. 5, 2022, 3:22 p.m. Miguel Risco-Castillo, < ***@***.***> wrote:
Thanks, I'm not affiliated o related to Creality in any way. It is only
the brand of my printer.
—
Reply to this email directly, view it on GitHub
<#241 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABP55LLGP5333IYZTW3NYPTVXWHYVANCNFSM54NP63OA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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. |
In the Print file listing, there is a strange bug using the latest firmware (20220716). Two bugs, technically.
The file list shows a directory entry for
..
(previous directory) which I do not recall seeing in the previous firmware version. This is separate from the normalBack
entry at the top of the list.When moving the cursor up from the
..
entry to theBack
entry, the title of the entry changes to the DOS filename of the first file in the list. For example, if the first file in list iscube_24m_0.20mm_...
, the (..) entry will change toCUBE_2~1
. This reverts when moving the cursor down from this entry to the first file in the list.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The unnecessary entry appears, and its title changes as described above.
Video
Firmware Version: Ender3S1-F1-UBL-20220716.bin
The text was updated successfully, but these errors were encountered: