Firmware for Original Prusa i3 3D printer by PrusaResearch
Go to file
Ted Hess fd9caa1f54 Merge branch 'MK2_LA_1.5' of https://github.com/Sebastianv650/Prusa-Firmware into LA-1.5-testing 2018-02-25 15:35:53 -05:00
ArduinoAddons Different calibrate Z string and finally arduino addons added. 2016-08-08 19:17:19 +02:00
Firmware Merge branch 'MK2_LA_1.5' of https://github.com/Sebastianv650/Prusa-Firmware into LA-1.5-testing 2018-02-25 15:35:53 -05:00
.travis.yml Add Calibration LCD menu item for optionallly disabling XY skew correction. 2018-02-13 11:48:47 -05:00
BUILDING.md Add new build instructions, README and changelog 2017-11-09 14:15:42 -05:00
CUSTOM.md Cleanup and create release structure for Travis 2017-12-20 12:16:09 -05:00
How-to-choose-firmware.pdf Fix travis to build all variants (really) 2017-11-06 11:09:31 -05:00
LICENSE MK2 Firmware release. 2016-05-31 14:08:04 +02:00
README.md Corrected release URL. Travis release setup 2017-12-20 19:27:19 -05:00
platformio.ini Backports from MK3 2018-01-21 14:21:05 -05:00

README.md

Custom Prusa i3 MK2 Firmware Build Status

About this Firmware

This custom firmware is forked from the Original Prusa i3 MK2 Firmware (MK2 branch). All changes to the MK2 branch in the Prusa Firmware repository are merged here regularly. It also includes changes like:

  • PRs from Prusa which have been submitted, but not yet merged into the Prusa-Firmware repo.
  • Experimental features which may or may not work.
  • Fixed bugs as appropriate.

Custom features and local changes are documented in: CUSTOM.md

Disclaimer

Please note that this is not the source repository for the Original Prusa i3 MK2 Firmware and should you decide to use it, you will do so at your own risk! This firmware is provided "AS IS" without warranty of any kind, either expressed or implied.

Handling Issues and Pull-Requests

If you have an issue with this firmware version, please check first if it also happens with an official released version of the Prusa i3 MK2 Firmware. If the problem still persists in the official release, open an issue at: https://github.com/prusa3D/Prusa-Firmware/issues. Otherwise, if the problem is not present in the official firmware release, please you may open an issue here.

If you want to have some feature added to this customized firmware version and do not want to submit the changes to Prusa, you may submit a Pull Request to this repository for consideration. In general, you should submit changes to the official Prusa Firmware repository so everyone can benefit from them.

Download of precompiled .hex files

A .zip file containing pre-built versions of each private firmware release can be found in the Github reposiotory here

Intermediate firmware versions of individual checkins are provided by the Travis CI builds. The URL of a .zip file containing the firmware can be found toward the end of the Travis build log. Click on the button in the right-hand corner of the log to move to the end. Travis CI output Note: The Travis CI build results are only kept for 14-days.

Just download, unzip and choose the version for your configuation, then flash it to the printer.

Build instructions

See BUILDING.md