Notifications
Clear all

Remove the Firmware Warning  

  RSS
Screwyluie
(@screwyluie)
Active Member
Remove the Firmware Warning

Does anyone know how to remove the 'this experimental firmware might destroy your pinter' warning every time the printer reboots? I use octoprint to manage the printer and it can't connect until this message is gone which means I have to be there to press the button.

make it stop. please.

Napsal : 20/03/2018 12:17 am
john.v11
(@john-v11)
Estimable Member
Re: Remove the Firmware Warning

The safest way to go is to reflash with a supported firmware directly from Prusa. Unless you know how to compile your own firmware there is no other way to go.

Napsal : 20/03/2018 12:33 am
Screwyluie
(@screwyluie)
Active Member
Topic starter answered:
Re: Remove the Firmware Warning

this is the firmware directly from prusa...

Napsal : 20/03/2018 12:34 am
digibluh
(@digibluh)
Reputable Member
Re: Remove the Firmware Warning


this is the firmware directly from prusa...

I'm starting to not like prusa for this kind of stuff. it should of been experimental when it was announced, not 6+ months later after delays and finally shipping only to say it might destroy your machine. lol.

Napsal : 20/03/2018 2:23 am
Zinga
(@zinga)
Trusted Member
Re: Remove the Firmware Warning

In Configuration.h:

// Firmware version
#define FW_VERSION "3.1.3-RC1"
#define FW_COMMIT_NR 276
// FW_VERSION_UNKNOWN means this is an unofficial build.
// The firmware should only be checked into github with this symbol.
#define FW_DEV_VERSION FW_VERSION_UNKNOWN
#define FW_REPOSITORY "Prusa3D/MK3"
#define FW_VERSION_FULL FW_VERSION "-" STR(FW_COMMIT_NR)

// Debug version has debugging enabled (the symbol DEBUG_BUILD is set).
// The debug build may be a bit slower than the non-debug build, therefore the debug build should
// not be shipped to a customer.
#define FW_VERSION_DEBUG 6
// This is a development build. A development build is either built from an unofficial git repository,
// or from an unofficial branch, or it does not have a label set. Only the build server should set this build type.
#define FW_VERSION_DEVEL 5
// This is an alpha release. Only the build server should set this build type.
#define FW_VERSION_ALPHA 4
// This is a beta release. Only the build server should set this build type.
#define FW_VERSION_BETA 3
// This is a release candidate build. Only the build server should set this build type.
#define FW_VERSION_RC 2
// This is a final release. Only the build server should set this build type.
#define FW_VERSION_GOLD 1
// This is an unofficial build. The firmware should only be checked into github with this symbol,
// the build server shall never produce builds with this build type.
#define FW_VERSION_UNKNOWN 0

#define FW_DEV_VERSION FW_VERSION_UNKNOWN is what you need to change, I just used FW_VERSION_GOLD

Also, you have to uncomment "//#define DEBUG_BUILD" in Configuration_prusa.h or you won't be able to print and any move commands sent over serial will put the printer in a "STOPPED" state.

Napsal : 20/03/2018 9:13 am
Screwyluie
(@screwyluie)
Active Member
Topic starter answered:
Re: Remove the Firmware Warning

Thank you!

now I get to learn how to compile the firmware lol
but that's something I've been meaning to do for a while so this is good motivation.

Napsal : 20/03/2018 6:34 pm
digibluh
(@digibluh)
Reputable Member
Re: Remove the Firmware Warning

well the non-RC1 was released already. so you won't have to. i didn't know you were running RC.... but should of still not had that warning.

Napsal : 20/03/2018 11:15 pm
Creative Cloisters
(@creative-cloisters)
Eminent Member
Re: Remove the Firmware Warning

Its still the RC for Mk2.5

Napsal : 21/03/2018 3:51 pm
pcky
 pcky
(@pcky)
Eminent Member
Re: Remove the Firmware Warning

Perhaps Eric is talking about the release on Github: https://github.com/prusa3d/Prusa-Firmware/releases/tag/v3.1.3-MK25

Of course, it would have been nice if they did update it on the support section at the same time...

Napsal : 21/03/2018 5:48 pm
Creative Cloisters
(@creative-cloisters)
Eminent Member
Re: Remove the Firmware Warning

My apologies.

I do wish they wouldn't sneak firmware out on the GitHub without updating the "user-friendly" side as well.

Its one of those little annoyances. In fact last year I didn't even know the GitHub existed.

Napsal : 21/03/2018 7:02 pm
Brian
(@brian-3)
Active Member
Re: Remove the Firmware Warning

If I download the source for final 3.1.4 here: https://github.com/prusa3d/Prusa-Firmware/releases/tag/v3.1.4

Do I have to make the modifications to #define FW_DEV_VERSION FW_VERSION_UNKNOWN and #define DEBUG_BUILD to avoid a warning message?

I am getting ready to upgrade my MK2S "Haribo" addition with the MK2.5 upgrade. I don't want to make any unnecessary firmware changes, but I also don't want to get an unnecessary warning message.

Previously I just had to change the max z from 210 to 220 and all was good.

Thanks in advance.

Napsal : 25/04/2018 4:50 am
GertL
(@gertl)
Reputable Member
Re: Remove the Firmware Warning

Im running the 3.14 from the webpage download.
I have no warnings.

---
Gert

Napsal : 25/04/2018 8:17 am
Brian
(@brian-3)
Active Member
Re: Remove the Firmware Warning


Im running the 3.14 from the webpage download.
I have no warnings.

314.png

I'm not referring to the pre-compiled .hex file. I am compiling my own from the source. That is what I believe is causing the warning message.

Napsal : 25/04/2018 5:34 pm
Share: