It’s working very well, thank you
Indeed, I just flashed it through the SD card, ticked the box for pressure advance in Orca slicer, ran the built in test and it worked out of the box (still need to define which value is the best). Already 1 month since I bough this printer that I try to get ride of these little drops of extra material every time the head is changing direction and your Fw fixed it in like 5 min, I couldn’t be more happy, thx again.
Hi @Iroh3d
EDIT: May have just been a small glitch as the next 2 prints have been fine. I will keep an eye on it.
Not sure if its just me. Not a biggy. But the display was updating the percentage and time remaining perfectly but then decided to reset to no time and 0 percentage. The layer count is increasing correctly during the print.
Hi!
Sorry didnt got the notification of the new response just saw it now.
Are you using M73 could be a bug on version C, I fixed it yesterday on version D. Made severa prints today and Couldn’t reproduce it, is working although I’m using the PIC version.
D version also includes improvements to the Display settings and minor fixes.
Hello guys.
I’m looking for some feedback about if it worth to add this feature to the FW, leave a comment here or in the github discussion if you are interested.
Hi @Iroh3d
That looks very nice but in my case it is not a game changer for me. Its not something that I personally would use.
Hi @Iroh3d
In a future release, could you please increase the purge for filament change to 50mm
I know you adjusted this for me some time back but it currently only purges perhaps just over a 10 to 15mm where I then need to click the purge more button 7 or 8 times
Around 100mm needs to be purged to get the old filament out of the head, so if it was set to 50mm you would only need to purge on one more occasion.
Not a panic but would be appreciated if it could be done.
Hi @Iroh3d
I did make mention of this further up. On a couple of occasions in the last few days, Im noticing on longer prints that the info does not update. The layer number increases but the percentage or time remaining reset themselves. When starting the print and for some hours it all updates correctly. See picture below. Its not a big issue but just raise it in case you may find why it does this.
Hi, yesterday finished a +18hrs print without issue so to find the problem do you mind to share the E3V3SE…log and the octoprint.log with the aproximated hour to see why it reset the values?
Hi @Iroh3d
Printer has been off for a few days. Just checked the logs and there is nothing there as they must clear themselves. I will get the log files next time I notice that it does it.
Thanks.
Hello, please tell me how to flash the Ender 3 v3 SE printer with your firmware FW10979d_OctoPrintPageinLCD_150kbps.bin
- Is it possible to flash the printer normally without using the OctoPrint program?
- Do I need to flash the screen to version V1.0.6, my factory firmware is V1.0.9_F401?
- I tried to throw the FW10979d_OctoPrintPageinLCD_150kbps.bin file onto a flash drive, inserted it into the printer, but nothing happened, how do I know that the firmware has passed? Do I need to send any commands to the printer so that the LinerAdvance function and other innovations appear on the control panel?
Please do not swear too much, I do not really understand the topic of 3D printer firmware yet.
Thank you in advance for your reply
Hello, sorry for the delay. Reponses below:
Yes, but the new and specific features for Octoprint aren’t going to be available. Follow the README file instructions to understand what is used by standalone prints and what by Octoprint.
Hmmm that firmware that you are using doesnt look like from creality so I guess you already had 1.0.6 so its safe to flash our version.
Follow the README Instructions, shorten the filename and change it everytime. Just wait 10-15 seconds, above this thread there is a YT video showing how.
above this thread there is a YT video showing how to enable LA. All features are going to be avilable after flashing.
Hi everyone!
I just released a candidate for the Input Shaping plugin for Octoprint and Marlin if you have a Raspberry Pi 3B or superior and are willing to test and provide feedback on the github repo please let me know:
Refer to the github readme to set it up.
Hi @Iroh3d
The new plugin OctoPrint-E3v3seprintjobdetails v0.2.4 is it ok to install this if you arent using the input shaping ???
So I am not sure where I am going or have gone wrong.
I have had the firmware and plugin working on previous versions with no real problems but I am currently running latest version of the firmware and plugin and cannot get the progress to update for love nor money.
The progress percentage, time and layer all stay at 0 and do not update at all although the picture renders correctly if I use that version.
I have followed all the installation instructions to the letter as far as I can tell I have everything correct I think. The only part I am not sure about is in the instructions where it says:
‘Select the Based Progress Type for the Percentage’
I have selected M73 in the plugin but underneath this there is a note:
‘You need to enable your slicer to send this information is not by default and must follow the standard command like: M73 P10 R60’
Where abouts do I set this? I am sure I have not had to manually add it anywhere previously but is anyone able to assist?
Hi, no need to install it if you aren’t using the other plugin.
In Orca slicer in the Printer settings, basic information tab under advanced you need to uncheck the option “Disable set remaining time”.
In Cura you need to add a post script about M73 and then edit it because it add it in two lines.
That is in the case of M73.
- Layer progress you need to have the dashboard plugin to get each layer and then the plugin will make the math between current and last layer.
- Time progress is based on what Octoprint reports.
Thanks for that @Iroh3d. I have now also changed that setting but it did not fix my problem.
The plus side is however that I have now found the culprit and it was the PrintTimeGenius plugin settings!
Seems you need to have all 3 options enabled for Analysers. I only had the Marlin Firmware option ticked which was the issue.
Hi @Iroh3d
I think I have worked out what causes the problem with the display not updating as per above pic.
What I have discovered is when the printer is printing a file, and if I upload more files to the PI for printing later is when the the current print will drop the percentage and time remaining on the printer display after a few minutes.
I will get a log organised for you as per your request in the next few days.
Hi @Iroh3d
I was easily able to replicate the issue with the print time remaining and the percentage restting to 0 then sitting at 0 until print was finished.
I started the print and when percentage was at 9% and time remaining had gone down 10 minutes from total print time and at 7 minutes into the print I uploaded another file to be printed later to the Raspberry PI. Once I had uploaded that file the file that was currently printing reset its percentage and time remaining to 0
I have the log files and the time that it all happened was at approx 9.40pm for file upload and within a minute or at around 9.41pm the screen display had gone to zero.
Both log files are in this zip file, however, I had to put .pdf at the end of the zip file so that I could upload it to here.
Just remove the .pdf extension.
octoprint-logs.zip.pdf (3.4 MB)
@Iroh3d ,
So the way I understand it, the M73 command must be in form M73 Pxx Rxx. The Post Processing Extension in Cura has a script called “Display Info on LCD” which adds two M73 lines (M73 Rxx and then M73 Pxx) for each layer. I can also add a search and replace script that concatenates the two lines to M73 Rxx Pxx. That doesn’t seem to work for me. Should reversing Rxx and Pxx cause it not to work?