FlashPrint is a free Slicer application for 3D printers. It is a user friendly slicer software by Flashforge for use with its line of 3D printers. It comes with Multi-machine list management,3D viewer, scaling and cutting abilities, remote visual management, file list reading, slicing file preview, model copy, auto repair and many more.
Download FlashPrint 3D Printing Application [Linux, Windows, MacOS]
Install Flashforge FlashPrint 3D Printer on Ubuntu
Download the latest FlashPrint app in the .deb file format from the above download link and save it on your Downloads folder. Now open the terminal application and run below command. It will install the latest FlashPrint on your system.
sudo apt install ./Downloads/e02d016281d06012ea71a671d1e1fdb7.deb
Here “e02d016281d06012ea71a671d1e1fdb7.deb” is the downloaded file name. You can change above command based on your downloaded file name.
And accept the terms.
Note: If you will get any error , then follow below method for the installation.
Install FlashPrint via Flatpak:
FlashPrint is also available as a flatpak package file. In the terminal application (ctrl+alt+t) run below FlashPrint flatpak install command. You need flatpak and flathub on your system to install this application.
flatpak install flathub com.flashforge.FlashPrint
After the installation you can open it using below command.
flatpak run com.flashforge.FlashPrint
And uninstall FlashPrint using below commands.
flatpak uninstall com.flashforge.FlashPrint
[OR]
sudo flatpak uninstall com.flashforge.FlashPrint