-
Notifications
You must be signed in to change notification settings - Fork 246
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
[BFW-5406] [BUG] Nozzle Cleaning Error with 6.0.0 #3818
Comments
I am experiencing a similar problem. After a successful print, nozzle cleaning fails for the subsequent prints and requires restarting the printer before a print can start. |
Same problem here on two separate machines |
@bgyarfas @mikelane @alphen87 @shledge @TheYang @BillC58 @brettvitaz @plucker all of you seem to have the same issue, which I am unable to reproduce. So far, it seems that the issue is:
Can we find some similarities shared in all of your cases? Like the nozzle, material, anything else? Is there a minimal gcode to reproduce the issue? For example just |
Mine has been working fine since final 6.0 release. Previously it happened even with no filament in nozzle at all, and it also was failing to even level properly, as in it kept probing the same 1st point over and over non stop. As a result, I can't really reproduce it at the moment. |
Dano,
I cannot determine a reason for the error.
I am using a stock .4 Prusa nozzle in TH1. The error occurs regardless of the material used.
I am now in the habit of pressing the reset button after every print to avoid the situation.
As a guess, is there something in the memory of the machine from a print that is cleared with a reset? I have a Creality CR-6 that uses a strain gauge. Sometimes, I have to reset that machine to recalibrate the strain gauge.
Are there some diagnostics that I can send to you?
Bill
From: Dano Perniš ***@***.***>
Sent: Thursday, April 18, 2024 6:44 AM
To: prusa3d/Prusa-Firmware-Buddy ***@***.***>
Cc: BillC58 ***@***.***>; Mention ***@***.***>
Subject: Re: [prusa3d/Prusa-Firmware-Buddy] XL Nozzle Cleaning Error with 6.0.0 (Issue #3818)
@bgyarfas <https://github.com/bgyarfas> @mikelane <https://github.com/mikelane> @alphen87 <https://github.com/alphen87> @shledge <https://github.com/shledge> @TheYang <https://github.com/TheYang> @BillC58 <https://github.com/BillC58> @brettvitaz <https://github.com/brettvitaz> @plucker <https://github.com/plucker> all of you seem to have the same issue, which I am unable to reproduce. So far, it seems that the issue is:
* after successful print, another print fails at the nozzle cleaning stage and it is only fixed by the reset of the printer
* related to 6.0.x series and fixed by reverting to 5.1.x series
* related to multiple printers, including at least XL and MK4
Can we find some similarities shared in all of your cases? Like the nozzle, material, anything else? Is there a minimal gcode to reproduce the issue? For example just G28 and then G29 P9. I would love to fix this issue but I don't have enough data...
—
Reply to this email directly, view it on GitHub <#3818 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOKDLXY4QK67ZKRG6T7EA4TY57EYTAVCNFSM6AAAAABENVLQL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRTHEYDCNRUGY> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/AOKDLX77SAPPOLIV3GZYFIDY57EYTA5CNFSM6AAAAABENVLQL6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT3ASR44.gif> Message ID: ***@***.*** ***@***.***> >
|
I have been trying to reproduce the issue for 3 prints now, for now it's working on my 2TH XL. I'll have to report back once I got rid of my habit to reset the printer after each print and can reproduce the issue reliably. One note that I have is that sometimes (rarely) the printer did pass cleaning, and failed on the bed leveling. |
I had this error as well and was able to correct however I am now getting a bed leveling error. My assumption is could be related to this considering they both used the loadcell; could totally be wrong. If it would be easier I can open a new issue as I didn't see anything close already; my search foo could have been lacking. So far to troubleshoot I have washed the build plate, replaced nozzles, and recalibrated everything. Let me know if there is anything else I need to do or can do to help troubleshoot. Dual head model that has been working prior to flash to 6.0.0-RC3. Edit: Wanted to update without bumping everyone's email. The bed level issue could be related to the size of the print. Running a smaller print with same filament; ABS. It is printing but I did get one nozzle clean error. After a retry it worked. Print is going without a problem at the moment. Will have to try another large print or other areas of the bed to try and investigate. |
I tried 3 different tools, all perfect clean .4 brass nozzles and PETG, ASA and PLA filament, and sliced with PS 2.7.4. All jobs have this issue, so i guess there is no specific gcode to reproduce it. Is there some way I can dump/export the memory before and after a print? Perhaps we can find something like a shift in offset? |
You guys are lucky (and I am unlucky) :D One of my home printers started doing it, so now we have a reproducer! |
I am on a 5 tool XL:
here is an offending file: Yesterday I did a factory reset on the printer and reflashed rc3 firmware. The problem still exists for that file, but I have had other prints that work properly. |
Here is a smaller print that exhibits the same behavior: This file can not be printed twice in a row on my XL without resetting the printer. |
I haven't been able to get a successful print with 6.0.0, it always fails nozzle cleaning
correct
Prusament PLA, Satin sheet, Official Prusa v6 adapter with a diamondback 0.6 nozzle. I will check everything is tight as I noticed @TheYang mentioned his v6 nozzle was loose. On a whim, I monitored the loadcell sensor output on the LCD while the nozzle cleaning was being attempted. On 5.1.x the value appears to peak to approximately -400 while on 6.0.0 it only peaks to -100. It's difficult to see exactly since it's only a single frame at most. Is there a way to log the loadcell sensor output during nozzle cleaning? I can also try a minimal gcode file that only has the G28 & G90 commands. Do I need any of the preamble that's in a typically generated gcode? I'm assuming I'd also need M17 for instance... |
To help diagnose I wanted to share these files:
They both are using the same ABS filament profiles loaded in the same toolheads; only difference is size and number of models. Edit: Forgot the sumo-print I changed the infill to gyroid. |
I did the following process, which might help identify what is going on.
* Set up a simple cube in Pruseslicer (2.7.4) and sent to my 5 TH XL running 6.0.0 RC3. The cube was 25x25x2 mm.
* Printed twice in a row on TH1 and the nozzle cleaning failed on the second print.
* Printed once on TH1, reset the printer and printed again. The nozzle cleaning worked fine.
* Printed once on TH1, then printed again on TH2 using the filament replacement routine and the second print worked fine.
* Printed again on TH2, the nozzle cleaning routine worked fine.
* Printed again on TH1, the nozzle cleaning routine failed.
* Reset the printer and the same print job worked fine on TH1.
My conclusions are:
* The error doesn’t seem to be hardware related as the prints always work fine after a reset.
* The error does not seem to depend on the model printing or filament used. It happens on the second consecutive print regardless of the model unless a reset is done in between.
* The error only affects TH1.
I don’t know how to print using just G28 and G29 P9. If you send me the complete gcode sample, I can give it a try.
Bill
From: Michiel ***@***.***>
Sent: Thursday, April 18, 2024 11:05 AM
To: prusa3d/Prusa-Firmware-Buddy ***@***.***>
Cc: BillC58 ***@***.***>; Mention ***@***.***>
Subject: Re: [prusa3d/Prusa-Firmware-Buddy] [BFW-5406] [BUG] Nozzle Cleaning Error with 6.0.0 (Issue #3818)
@bgyarfas <https://github.com/bgyarfas> @mikelane <https://github.com/mikelane> @alphen87 <https://github.com/alphen87> @shledge <https://github.com/shledge> @TheYang <https://github.com/TheYang> @BillC58 <https://github.com/BillC58> @brettvitaz <https://github.com/brettvitaz> @plucker <https://github.com/plucker> all of you seem to have the same issue, which I am unable to reproduce. So far, it seems that the issue is:
* after successful print, another print fails at the nozzle cleaning stage and it is only fixed by the reset of the printer
* related to 6.0.x series and fixed by reverting to 5.1.x series
* related to multiple printers, including at least XL and MK4
Can we find some similarities shared in all of your cases? Like the nozzle, material, anything else? Is there a minimal gcode to reproduce the issue? For example just G28 and then G29 P9. I would love to fix this issue but I don't have enough data...
I tried 3 different tools, all perfect clean .4 brass nozzles and PETG, ASA and PLA filament, and sliced with PS 2.7.4. All jobs have this issue, so i guess there is no specific gcode to reproduce it. Is there some way I can dump/export the memory before and after a print? Perhaps we can find something like a shift in offset?
—
Reply to this email directly, view it on GitHub <#3818 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOKDLX43VIY3ZRKWMLTKQW3Y6ADMPAVCNFSM6AAAAABENVLQL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRUG44DEMBRHA> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/AOKDLX6UKGDAIGCQP5NJ2ITY6ADMPA5CNFSM6AAAAABENVLQL6WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT3CIJME.gif> Message ID: < ***@***.***> ***@***.***>
|
Just happened to my mk4 just now, on 6.0 - same issue that I had when on 6.0 RC1. Reset needed to make it work again. Printing in PLA, stock nozzle probe temps (170c). Nozzle is tight and hotend is not loose overall. |
Hey guys, we hopefully have a fix, should get out in the next release. It is purely a firmware issue. |
The final version was released - installed it and still getting the error
…________________________________
From: Danol (Daniel Čejchan) ***@***.***>
Sent: Tuesday, April 23, 2024 8:34 AM
To: prusa3d/Prusa-Firmware-Buddy ***@***.***>
Cc: plucker ***@***.***>; Mention ***@***.***>
Subject: Re: [prusa3d/Prusa-Firmware-Buddy] [BFW-5406] [BUG] Nozzle Cleaning Error with 6.0.0 (Issue #3818)
Hey guys, we hopefully have a fix, should get out in the next release. It is purely a firmware issue.
—
Reply to this email directly, view it on GitHub<#3818 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAIERZNQY33CUBEKGVL7PWDY6YFIBAVCNFSM6AAAAABENVLQL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZRGYZDINRWGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I upgraded to the latest version today; attempted the print that has been giving me problems. Nozzle Clean finished without issue but still reporting a bed leveling error. Should I create a new issue for this? |
I also still get the nozzle cleaning error with the release version 6.0.0 + 14794.
…________________________________
From: CJ ***@***.***>
Sent: Wednesday, April 24, 2024 6:40:58 PM
To: prusa3d/Prusa-Firmware-Buddy ***@***.***>
Cc: BillC58 ***@***.***>; Mention ***@***.***>
Subject: Re: [prusa3d/Prusa-Firmware-Buddy] [BFW-5406] [BUG] Nozzle Cleaning Error with 6.0.0 (Issue #3818)
I upgraded to the latest version today; attempted the print that has been giving me problems. Nozzle Clean finished without issue but still reporting a bed leveling error. Should I create a new issue for this?
—
Reply to this email directly, view it on GitHub<#3818 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOKDLXYN6CYRMIGBEXEK7V3Y7BNKVAVCNFSM6AAAAABENVLQL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGE3TENJWGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I noticed it goes away after a while without resetting, but it will happen again on the 2nd print. Likely an issue with whatever resets/tares the loadcell, leading to it being delayed rather than straight after the previous print? |
After updating I am still getting "Nozzle Cleaning Failed" |
Just to prevent speculations, 6.0.0-RC3 for XL is the same as the final 6.0.0 and as such does not contain any functional changes on top of the 6.0.0-RC3. There are still known issues, including this one. We are working on fixing this, but didn't want to postpone important features like the phase stepping. We will be releasing fix for this issue once we implement it. To give you some background information, nozzle cleaning error seems to be a timing issue related to analyzing the buffer containing the loadcell samples. On XL the issue seems to be more pronounced, probably due to latency introduced by modbus communication with dwarf daughterboard. Quick fix which should work for most of the cases is to increase the buffer size, but we want to also look at other options for more proper fix. |
I have just finished with Prusa support chat, the developers are aware of the bug and are working on it. Currently only able to reslove by reseting printer on the LCD push button or downgrading firmware. |
do we have some ETA for this bug fix ? i can´t get passed this nozzle cleaning error on my printer. only works if i downgrade to firmware 5.1.3. |
Same issue on my MK3.9, but can’t get past the error without downgrading to 5.1.3. Resetting the printer did not fix the issue. Prusa tech support chat is aware. Itching for the firmware update to drop soon - my MMU3 arrives tomorrow and I’ve already waited so long to use it! |
Having the same issue on my MK4. |
The problem is mentioned as a known problem in the most recent release notes FW 6.0.0-xl as the release for Prusa XL was slightly deferred, but this is also valid for Prusa MK4. The problem is very slightly more likely to be appreciated on Prusa XL due to slightly higher latency of the data that travels through multiple boards, and it is at "buffer" level, which means it can be temporarily solved by "hitting reset". The fix will be available in short and we don't need to collect further data at the moment. Thank you all for bringing this to our attention and for bearing with us. Michele Moramarco |
Thanks for the update.
I have the process that if I ever see the print complete screen, I press reset. It’s easy.
Bill
…________________________________
From: Prusa-Support ***@***.***>
Sent: Friday, May 10, 2024 11:53:47 AM
To: prusa3d/Prusa-Firmware-Buddy ***@***.***>
Cc: BillC58 ***@***.***>; Mention ***@***.***>
Subject: Re: [prusa3d/Prusa-Firmware-Buddy] [BFW-5406] [BUG] Nozzle Cleaning Error with 6.0.0 (Issue #3818)
The problem is mentioned as a known problem in the most recent release notes FW 6.0.0-xl<https://github.com/prusa3d/Prusa-Firmware-Buddy/releases/tag/v6.0.0-xl> as the release for Prusa XL was slightly deferred, but this is also valid for Prusa MK4.
The problem is very slightly more likely to be appreciated on Prusa XL due to slightly higher latency of the data that travels through multiple boards, and it is at "buffer" level, which means it can be temporarily solved by "hitting reset".
More technical details have already be disclosed by our developer above at #3818 (comment)<#3818 (comment)>.
The fix will be available in short and we don't need to collect further data at the moment.
The fix will supposedly be implemented in the next firmware release but there is no estimated time available at the moment.
Until then, a quick reset should get rid of the problem. We apologize for the trouble.
Thank you all for bringing this to our attention and for bearing with us.
Michele Moramarco
Prusa Research
—
Reply to this email directly, view it on GitHub<#3818 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOKDLX6IUHJJW2T77PBBXYTZBUJTXAVCNFSM6AAAAABENVLQL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBVGEYTINBQGY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
FYI v6.0.1 was just released, can you please retest? Sorry for all the inconveniences and let's hope the fix works for you 🤞 |
First impression is looking good so far |
I have a Prusa XL printing ABS on extruder 1 .04 mm nozzle continue to have the same problems as everybody else on the 6.0.0 software once I updated to 6.0.1 it worked once I’m finished with this print. I will let you know how another print goes, glad it wasn’t only happening to m. |
My MK3.9 is behaving perfectly on 6.0.1 after two prints so far. Thanks for the quick fix! |
I was away for a few days. Problem is solved for me.
…________________________________
From: djcody1 ***@***.***>
Sent: Friday, May 17, 2024 3:13:24 PM
To: prusa3d/Prusa-Firmware-Buddy ***@***.***>
Cc: BillC58 ***@***.***>; Mention ***@***.***>
Subject: Re: [prusa3d/Prusa-Firmware-Buddy] [BFW-5406] [BUG] Nozzle Cleaning Error with 6.0.0 (Issue #3818)
My MK3.9 is behaving perfectly on 6.0.1 after two prints so far. Thanks for the quick fix!
—
Reply to this email directly, view it on GitHub<#3818 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AOKDLXZ35YXSC5PENJFCNFLZCZ6IJAVCNFSM6AAAAABENVLQL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJYGQ2DANBVGA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Great, thanks :) Closing the issue then. |
I have just experienced this again, with the latest firmware. It has been working well until today when the nozzle cleaning failed and I had to reset the printer to start a new print. |
@brettvitaz is it now happening less, or did the update do nothing for you? |
It is happening much less. This is the first time it has happened since the fix. |
In that case, I'm afraid we are not talking about the issue at firmware level originally discussed in this thread. Here is a brief list of possible causes of the problem (non-firmware related).
This list may not tell much without proper guidance so please contact our Customer Support to get adequate help. Michele Moramarco |
While some of these factors this may be true, the issue was solved by restarting the printer. This tells me that there is something wrong in the firmware level. I will attempt to reproduce it since the conditions were largely different from my normal prints (0.8 mm nozzle, using spool join). |
I also do still have nozzle cleaning issues with my mk4, will try to reproduce (or eliminate it), hopefully.. |
Printer - XL 5TH
Firmware - 6.0.0
After a week or so printing with the alpha firmware, I started to get a nozzle cleaning error on TH1.
After a successful print, on the next print job, the printer would try to clean the nozzle with around 50 taps and then fail.
If I reset the printer and reprint, it works fine without any further action from me. It only took 3 or 4 cleaning taps for the printer to continue on.
Then after the successful print, the same nozzle cleaning error occurs on the next print.
I worked with Chat Support and after a few steps, they asked me to downgrade to 5.1.2. This solved the issue.
Chat support has the 8 minute video of this condition.
The text was updated successfully, but these errors were encountered: