Notifications
Clear all

Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3  

  RSS
Jakub Dolezal
(@jakub-dolezal)
Member Admin
Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

Hi guys,
our devs just released firmware 3.7.2-RC1, which is a testing version for experienced users 😎

What is new?

  • Improving the behaviour of repeated power panic
  • Automatic fan self-test
  • Checking the correct firmware version for the printer
  • Mintemp fix
  • Filament runout delay fix
  • Extruder position after fan error fix
  • Text format correction on Live adjust Z screen
  • Display target temperature at PID calibration screen
  • A detailed description of changes:
  • Improving the behaviour of repeated power panic
  • Fixed several problematic situations when power panic is triggered in progress power panic recovery

 

Automatic fan self-test:

The self-test is more robust, fan control is automatic

Checking the correct firmware version for the printer:

Protection against unwanted uploading of the wrong type of firmware to the printer.

Mintemp fix:

If a mintemp error has occurred before, the printer just ignored the processed gcode, now the printer is restarted. Indeed, Mintemp can point to a serious mistake and thus restart printer is a safer solution.

 

Known issues:

Fan check

If a user does not correct the cause of the fan error and continues printing, the display does not show an error.
However, the printer does not continue to heat and expects user intervention.

Repeated power panic

In some cases of repeated power panic, printing may start a few tenths of a millimetre higher than it should.

We are working on solving these particular problems.

---

Supported printers:

  • Original Prusa i3 MK3S MMU2S
  • Original Prusa i3 MK3S
  • Original Prusa i3 MK3 MMU2
  • Original Prusa i3 MK3
  • Original Prusa i3 MK2.5S MMU2S
  • Original Prusa i3 MK2.5S
  • Original Prusa i3 MK2.5 MMU2
  • Original Prusa i3 MK2.5

Download link:

github.com/prusa3d/Prusa-Firmware/releases/tag/v3.7.2-RC1

Firmware flashing guide:

https://manual.prusa3d.com/Guide/Upgrading+the+firmware/66

Please report any bug here:

https://github.com/prusa3d/Prusa-Firmware/issues

 

As always, we wish you happy printing and look forward to your feedback!

This topic was modified 5 years ago 3 times by Jakub Dolezal
Assembly manuals

/ Knowledge Base
The guy behind Prusa assembly manuals...

Posted : 14/06/2019 9:58 am
Patrick Sullivan
(@patrick-sullivan)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

Flashed my MK3S using PrusaSlicer 2.0 and did a fresh run through the setup wizard, everything looks good so far! As someone who tinkers and recalibrates regularly I definitely appreciate the simplified fan check.

Posted : 14/06/2019 5:31 pm
--
 --
(@)
Illustrious Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

[Sticky] Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3  

then

Hi guys,
This firmware 3.2.3 is the final version of firmware version 3.2.2 RC1 for MK2/S, which contains important safety improvement in preheat error and also chosen features from MK3S branch.

So which is it?  3.2.3 or 3.7.2 ?

 

Posted : 14/06/2019 5:58 pm
Allram
(@allram)
Active Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

Updated both my MK3s and my MK3s-MMU2s printers.

The simplified fancheck is a nice feature.

Also the improvements of the repeated power panic, will test that some more tomorrow.

 

Both printers printing steadily for now.

@Fladby3Dprint - Norway
MK3s
MK3s-MMU2s
Raise3D E2

Posted : 14/06/2019 6:14 pm
lef149
(@lef149)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

Quick question, for the fan check update, I it checking both fans? My part cooling fan speed sensor wire broke during assembly of  the first extruder update. How will this effect the check?

Posted : 14/06/2019 6:16 pm
Alessandro
(@alessandro-2)
New Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

motors warms...

after 2 hours, 25°C ambient

extruder 55°C

X 45°C

YL 41°C YR 40°C

Z 43°C

 

Posted : 15/06/2019 10:22 am
Jakub Dolezal
(@jakub-dolezal)
Member Admin
Topic starter answered:
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3
Posted by: Tim

So which is it?  3.2.3 or 3.7.2 ?

Hi, it is 3.7.2-RC1, the text was corrected. Thanks

Assembly manuals

/ Knowledge Base
The guy behind Prusa assembly manuals...

Posted : 15/06/2019 10:55 am
Patrick Sullivan
(@patrick-sullivan)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3
Posted by: lewellyn.f

Quick question, for the fan check update, I it checking both fans? My part cooling fan speed sensor wire broke during assembly of  the first extruder update. How will this effect the check?

I looked through the code and it does appear to be checking both fans, but I'm still trying to work out what the behavior is supposed to be when a fan reports failure (as I'd assume it would with a zero or null speed returned). I'll update if I find anything, but hopefully someone more authoritative can clarify.

Or if you're feeling adventurous you could flash it yourself and let us know what happens. 😉 

Posted : 15/06/2019 7:33 pm
vintagepc
(@vintagepc)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3
Posted by: patrick.s50
Posted by: lewellyn.f

Quick question, for the fan check update, I it checking both fans? My part cooling fan speed sensor wire broke during assembly of  the first extruder update. How will this effect the check?

I looked through the code and it does appear to be checking both fans, but I'm still trying to work out what the behavior is supposed to be when a fan reports failure (as I'd assume it would with a zero or null speed returned). I'll update if I find anything, but hopefully someone more authoritative can clarify.

Or if you're feeling adventurous you could flash it yourself and let us know what happens. 😉 

One of the failures is if the fans are swapped, they have different RPM readings so it checks that the correct (blower, IIRC) fan has a faster RPM at a than the other. Naturally, a zero RPM reading when the fan is powered would also be a failure.

Posted : 15/06/2019 8:00 pm
Patrick Sullivan
(@patrick-sullivan)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3
Posted by: vintagepc

Naturally, a zero RPM reading when the fan is powered would also be a failure.

Right, but will the printer still operate despite such a failure? (And if you're up for helping a novice educate himself, could you point me to the code that dictates that?) I think what @lewellyn-f is wanting to know, and what I was trying to extrapolate, is if it's possible to complete the self-test and continue operating the printer with the print fan failing to report its speed. The extruder fan is vital and I'd expect the printer not to operate without it passing testing (also implied by the "Known issue: Fan check" above), but I think it's fair to consider the print fan optional and not a failure that should bar printer operation.

Posted : 15/06/2019 11:00 pm
soooooil
(@soooooil)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

I updated my MK3S to this firmware and ran a Wizard. Strangely enough it said that my XY axes are slightly skewed. Though each time I ran a Wizard before, it said that my axes are perfectly perpendicular... Was there a change in the calibration procedure or did my printer just wobble itself out of tune in between Wizards? 

Posted : 17/06/2019 7:20 pm
vintagepc
(@vintagepc)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3
Posted by: asakurasoil

I updated my MK3S to this firmware and ran a Wizard. Strangely enough it said that my XY axes are slightly skewed. Though each time I ran a Wizard before, it said that my axes are perfectly perpendicular... Was there a change in the calibration procedure or did my printer just wobble itself out of tune in between Wizards? 

I've seen it drift a little from run to run; it's possible you just edged over the threshold and if you were to run it again it'd be normal. You can check the actual value in the "support" menu, IIRC "perpendicular" is considered < 0.12 degrees of skew.

Posted : 17/06/2019 7:45 pm
soooooil liked
soooooil
(@soooooil)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

Thanks, I will try it again

Posted : 17/06/2019 8:36 pm
Nigel
(@nigel)
Honorable Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

I follow if it aint broke for me, don't fix it. I hold off until full firmware release and even then wait a few weeks for user feedback.

Nigel
Life is keeping interested and excited by knowledge and new things.

Posted : 18/06/2019 12:16 am
Houseman
(@houseman)
New Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

works fine for me but did not print any spectacular objects untill now. 

Posted : 23/06/2019 9:23 am
vintagepc
(@vintagepc)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

no issues here, printed a number of assorted things in PETG and PLA.

Posted : 23/06/2019 11:34 am
vintagepc
(@vintagepc)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

Correction: There appears to be a firmware bug on filament load that causes the X axis to start moving and then crash into the right hand end stop. Attempting to reproduce and document.

Posted : 23/06/2019 1:40 pm
vintagepc
(@vintagepc)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

So far it's happened twice when changing filament with a colour change - I've hit "no" 2-3 times because I was going from dark to light coloured filament, and on the final time when hitting "yes", the X axis will slowly start to move right and keep moving right. The X motor starts skipping steps once it hits the right end stop.

I tried to capture it on video but of course it won't do it now, or there's a non-obvious step I'm missing.

Posted : 23/06/2019 1:47 pm
Area51
(@area51)
Member
RE: Firmware 3.7.2-RC1 for Original Prusa i3 MK3S & MK3

Upgraded my MK3S with the new firmware and found no issues.

Have a look at my models on Printables.com 😉

Posted : 23/06/2019 11:28 pm
Share: