Closed Darkboyzero closed 4 months ago
That's an error message and doesn't disappear by itself. After restart it's gone.
After restart it's gone. I change the memory card again and it stays there.
If you pull the card during reading it drops that message. Normally this occurs when you are in the file menu.
6.2.14/ 6.2.2 version message is stuck .
What do you mean?
I'm in the home menu, I take out the memory card, upload the stl file to it, and then put it back. And the message sticks.
I tried them, this is the error for all versions. Release Vyper-CE-6.2.2 MB Firmware Release Vyper-CE-6.2.1-4 MB Firmware
STL files on the card?! That won't work for sure...
It works, printing starts. The message still sticks.
Insert the memory card. Take it out . The message appears. Reload it, the print menu will appear. Start printing. Printing goes on, message remains. " Media Init Fail " .
I think you print a gcode file. And yes, the message will stay as long as the is nothing else to display. With no preheating it should show bed heating and hotend heating actions. If there is M117 in the gcode, it should display that.
Normally, the following message appears. E- Heating .... & xxxx .gcode . It doesn't change, the message gets stuck . " Media Init Fail" .
If there is initiation error the message will stay, that's how it should be. Maybe to many files on it, too long file names, symbols in the filename, some bad sectors on the card, wrong format or incompatible card.
This version works fine. Release Vyper-CE-6.1d MB Firmware . The message does not get stuck when I change the memory card.
Sorry , "Media Init Fail" & print & next message " E -heating" & next message 10x10x2_PLA_18_1s.gcode . These versions do not switch. The message remains, it does not move on to the next message. Buggs messege " Media Init Fail" . Remove and reinsert the memory card several times in succession. Then the message will stick.
Will there be a next version? I would try it out .
Maybe, depends on the benefits. Currently there is nothing that's need to be fixed.
I deleted the message, it works perfectly fine. original : else {
if (marlin_state != MF_INITIALIZING) LCD_ALERTMESSAGE(MSG_MEDIA_INIT_FAIL);
#endif
new: else {
if (marlin_state != MF_INITIALIZING);
#endif
I don't get a message, but I don't miss it either. :D Sorry if I don't understand, but I'm trying to communicate with google translator. I only understand basic words that are needed for configuration.
Now that it's finally working, I'll start testing the "input shaping" option. I reset the acceleration to the factory value, but I don't print fast anyway. I wonder if it can eliminate ghosting. Thanks for your work, it meant a lot to me on my machine.
That's one way to do it. But can you try LCD_MESSAGE instead of LCD_ALERTMESSAGE and give me feedback? Then it should be only a normal message that can be overwritten by other messages, that would be a better solution.
So it should be:
if (marlin_state != MF_INITIALIZING) LCD_MESSAGE(MSG_MEDIA_INIT_FAIL);
I try. Thank you very much .
Changed to normal message with release 6.2.2.
Thanks, I tested it and it works.
Hello , Factory Default Settings does not work. The button beeps, but does not return to its original position.
It's set to hold for 2 sec. to avoid accidentally reset.
Thank you, yes it works.
After replacing the memory card, this message is stuck. It does not disappear even during printing. I have tried to replace it multiple times, but the following message remains. " Media Init Fail"