Notifications
Clear all

Firmware 3.2.1-FINAL for Original Prusa i3 MK2.5  

  RSS
marek.c3
(@marek-c3)
Active Member
Firmware 3.2.1-FINAL for Original Prusa i3 MK2.5

UPDATE: New firmware 3.3.0-RC1 is out! More here [url]h https://shop.prusa3d.com/forum/hardware-firmware-and-software-help-f44/firmware-3-3-0-for-original-prusa-i3-mk2-5-t22744.html [/url]

Hi there,
new version of firmware 3.2.1 for MK2.5 and MK3 is out!

What is new:

MK2.5 and MK3:
- fixed wizard/live adjust
- improved xyz calibration status

Supported printers:
This firmware supports Original Prusa i3 MK3 and MK2.5.

Download link and description:
https://github.com/prusa3d/Prusa-Firmware/releases/tag/v3.2.1

Firmware flashing guide:
http://manual.prusa3d.com/Guide/Upgrading+firmware+v1.2/66?lang=en

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!

Posted : 18/05/2018 3:52 pm
GertL
(@gertl)
Reputable Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

Downloaded the 3.2.1 version from the webpage filename still says 3.2.0 but 576 ?
prusa3d_fw_MK25_3_2_0_576_RAMBo13a.hex

---
Gert

Posted : 19/05/2018 9:28 am
Jakub Dolezal
(@jakub-dolezal)
Member Admin
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

Hi Gert,
it was just a typo in the name of the file, it is the latest FW 3.2.1, already fixed 😉

Assembly manuals

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

Posted : 19/05/2018 4:03 pm
GertL
(@gertl)
Reputable Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

it was just a typo in the name of the file, it is the latest FW 3.2.1, already fixed 😉

Guessed that, fast work thanks.

---
Gert

Posted : 19/05/2018 4:40 pm
leifaroni
(@leifaroni)
Active Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

I'm a little lost and looking for some help.
I have just installed the 2.5 upgrade to my MK2s. I use the PT100 thermistors on the extruder and the bed. I am looking to modify the firmware accordingly. Following the link to GitHub I see the version Firmware 3.2.1 I am unable to use the Hex file as it is not configured for the PT100 thermistors.
When I open the source code that is a Zip file I am presented with the Arduino file but it does not look like the Arduino file for the MK2s that I am familiar with. I assume this is only for the MK3. Does anyone know where I can find the appropriate complete Arduino file For the MK2.5 so that I may make the changes for my thermistors. I have found various other versions on GitHub but they all fail to run the printer properly when the firmware is flashed to the printer. I suppose only version 3.2.1 will work properly as all the other previous versions I have tried had to many errors for them to work properly. If anyone has a link to the correct firmware that would be appreciated, or a ready made hex file, if someone has already done their printer up with the 2.5 with the pt100 thermistors.

Cheers,
Leif Scott

Posted : 20/05/2018 8:23 am
GertL
(@gertl)
Reputable Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

Leif, have a look here.

https://github.com/prusa3d/Prusa-Firmware
You need to copy and rename one file as i understand.

---
Gert

Posted : 20/05/2018 9:14 am
leifaroni
(@leifaroni)
Active Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

If I understand the location correct I follow the link and then select the branch MK2.5 with the new XYZ calibration. This has not worked for me.
What is the file that you say needs to be renamed and what is the new name supposed to be.

Thanks for your help.

Posted : 22/05/2018 8:49 am
GertL
(@gertl)
Reputable Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

Im not a specialist in this.

But, read below chapter at the link i posted: https://github.com/prusa3d/Prusa-Firmware
2. Source code compilation

place the source codes corresponding to your printer model obtained from the repository into the selected directory on your disk
https://github.com/prusa3d/Prusa-Firmware/
in the subdirectory "Firmware/variants/" select the configuration file (.h) corresponding to your printer model, make copy named "Configuration_prusa.h" (or make simple renaming) and copy them into "Firmware/" directory

---
Gert

Posted : 22/05/2018 9:04 am
keithywhites
(@keithywhites)
Trusted Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

im trying the octoprint plugin for the firmware update. what settings do i select, anyone that has got this to work with your MK3, any help is appreciated.

Posted : 22/05/2018 11:15 pm
david.h37
(@david-h37)
Active Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

I updated my MK2.5 a few days ago using the Octoprint Firmware Updater.

Firstly, you should get the Plugin from the Octoprint Plugin Manager. Then login to the Raspberry Pi via ssh and install avrdude:

sudo apt-get update
sudo apt-get install avrdude

(this is from https://github.com/OctoPrint/OctoPrint-FirmwareUpdater ).

Go to Octoprint Settings -> Firmware Updater and click on the Spanner icon. Then use these settings:

Flash method : avrdude (Atmel AVR Family)
AVR MCU : ATmega2560
Path to avrdude : /usr/bin/avrdude
AVR Programmer Type : wiring

Click Test button to check that the path is correct. Click Save.

Click on the Browse button, select the hex file and click Flash from File.

Posted : 24/05/2018 7:51 pm
leifaroni
(@leifaroni)
Active Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

OK, I have copied the file over and made the name change and all looks like it should, however it won't compile the firmware for MK2.5. I get a error "unrecognizable insn exit status 1" I have tried many different versions, 3.1.3, 3.1.4, 3.2.1 I am running Arduino 1.6.8 and have installed the Rambo board in the preferences from https://raw.githubusercontent.com/ultim ... index.json
I have tried uninstalling everything and reinstalling, with no change.

I have been able to compile the MK2.5 with the new xyz calibration. After successfully uploading this it will run the Z calibration but will not run the first layer calibration. When a print is tried it runs the Z calibration and then stops. there is a message on the screen showing "STOPPED" it will not respond to commands sent through the USB even though it is connected.

I have loaded a slightly older variant for the MK2s and it compiles just fine.

Any thoughts would be appreciated.

Leif

Posted : 25/05/2018 4:57 am
ManelTo
(@manelto)
Estimable Member
Re: Firmware 3.2.1 for Original Prusa i3 MK2.5

is there firmware in other languajes? 😕

Sorry for my poor English. I try to do my best.

Posted : 29/05/2018 9:04 am
Jakub Dolezal
(@jakub-dolezal)
Member Admin
Re: Firmware 3.3.0-RC1 for Original Prusa i3 MK2.5

UPDATE: Firmware 3.3.0-RC1 for Original Prusa i3 MK2.5 just released! See the first post 😉

Assembly manuals

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

Posted : 28/06/2018 1:08 pm
Share: