Skip to content

Version 1.4.3 - Minor Update

Compare
Choose a tag to compare
@scottmudge scottmudge released this 26 Jan 02:07
· 49 commits to master since this release
bce1ca1

Version 1.4.3 - Minor Update

This update is minor. Included is the removal of unused control commands, and minor rearrangement of the settings page.

NOTE:

It is highly recommended to use the updated firmware with this release! Otherwise the "Whitespace Removal" feature will not work! Please get the updated version of the v3.9.3 Prusa MK3 firmware (with MeatPack firmware module edition v1.1.0) here: https://github.com/scottmudge/Prusa-Firmware-MeatPack/releases/tag/v3.9.3-MP1.1.0

Installation

(I am still waiting for OctoPrint to approve this plugin, but for the time being, follow the instructions below)

  1. Ensure you have installed the updated firmware linked above!

  2. Open a terminal or console (or SSH into your Raspberry Pi if using one) and activate OctoPrint's virtual environment (Python). Typically this will be in ~/oprint/. You can activate the virtual environment by using the following command:

source ~/oprint/bin/activate

  1. After activating the OctoPrint environment, run the following command:

pip install https://github.com/scottmudge/OctoPrint-MeatPack/archive/v1.4.3.zip

  1. Restart your OctoPrint server, or restart the machine.

  2. After installation, you should see a "MeatPrint" options page, and a new "TX Statistics" section in the "State" side bar section (if connected to your printer).


NOTE:

I have extensively tested this release without issue on my own MK3S, but use this firmware at your own risk. I am not responsible for anything that may happen due to incorrect firmware flashing, incorrect software usage, etc.