Package Details: flashprint 5.8.3-1

Git Clone URL: https://aur.archlinux.org/flashprint.git (read-only, click to copy)
Package Base: flashprint
Description: Slicer for the FlashForge 3D printers.
Upstream URL: http://www.ff3dp.com/
Keywords: 3d flashforge printer slicer
Licenses: custom
Submitter: froj
Maintainer: mgisbers
Last Packager: mgisbers
Votes: 9
Popularity: 0.000000
First Submitted: 2016-04-19 11:18 (UTC)
Last Updated: 2023-12-25 14:10 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4

lukeee commented on 2019-03-22 14:17 (UTC) (edited on 2019-03-22 14:26 (UTC) by lukeee)

install flash-print with: yaourt --m-arg --skipinteg flashprint ##skips integrity check in packagebuild.

edit the packagebuild and change these lines. "pkgver=3.26.0" "source=("${pkgname}-${pkgver}_amd64.deb::http://www.ishare3d.com/3dapp/public/FlashPrint-ii/FlashPrint/flashprint_3.26.0_amd64.deb"

it should build the latest flashprint and install it.

to fix the GFX issue, follow this from google groups. https://groups.google.com/forum/#!topic/flashforge/_uM5s3cAeQk copied here in-case it disappears,

FlashForge support basically replied that they only support Ubuntu 16.04

I put it to them that Ubuntu 18.04 is due any day now and will ship with Qt     5.9.5 which will likely be upgraded to 5.10.1 (as Debian Testing is) and am     awaiting their feedback, they said they'd ask their developers.

In the meantime I've come up with a workaround. Download and install this     (as non-root) and ensure you select to install "Desktop gcc 64-bit":

<https://download.qt.io/official_releases/qt/5.9/5.9.5/qt-opensource-linux-x64-5.9.5.run>

Copy the Qt5.9.5/5.9.5/gcc_64/lib directory to somewhere, I chose     /opt/qt595/lib, you don't need anything else.

Modify /usr/share/applications/FlashPrint.desktop to add the     $LD_LIBRARY_PATH environment variable to the Exec line (will need re-doing if you upgrade     FlashPrint):

[Desktop Entry]
GenericName=FlashPrint
Name=FlashForge 3D Printer Control Software
MimeType=text/plain;
Exec=env LD_LIBRARY_PATH=/opt/qt595/lib /usr/share/FlashPrint/FlashPrint
X-KDE-StartupNotify=true
X-KDE-HasTempFileOption=true
Icon=flashforge
Type=Application
Terminal=false
Categories=Qt;Utility;

Then when you run FlashPrint using the desktop file (e.g. from Gnome) it will use that version of Qt instead of the system one.

Of course if you run FlashPrint from the console it will use the system Qt and not work, to fix that run:

export LD_LIBRARY_PATH=/opt/qt595/lib ; /usr/share/FlashPrint/FlashPrint

Remember that these libs won't get updated with the rest of your OS.

Don't forget to run the .run you need to make it executable!!!

once you've done that I copied the lib to my home directory and added this to the desktop launcher.

"env LD_LIBRARY_PATH=/home/luke/Documents/lib /usr/bin/flashprint" I'm using "env" instead of "export" because I get a runtime error when launching flash-print.

that should get you a fully updated flashprint 3.26.0 and working with no issues.

Walland commented on 2019-01-02 16:52 (UTC)

Hello, any chance of updating this package soon, it's a couple versions behind.

Muny commented on 2018-03-08 20:27 (UTC)

@Xbetas I had the same issue, but your solution worked well. Thanks.

Xbetas commented on 2018-01-30 16:44 (UTC)

I had the same problem with a white screen. I fixed it by getting an older version of qt (ver 5.6.3 worked for me) http://download.qt.io/official_releases/qt/5.6/5.6.3/

then i used "export LD_LIBRARY_PATH=/path/to/new/libraries/ flashprint" to run it.

i hope it helps :)

markimus commented on 2018-01-27 05:24 (UTC) (edited on 2018-01-27 05:24 (UTC) by markimus)

It installs now but when I run flashprint I just get a white screen. This happens on a machine running an Nvidia card and also a different machine running an AMD card. But it installs and runs ok on my laptop running Ubuntu.

mgisbers commented on 2018-01-25 14:16 (UTC)

version bump to 3.21.0 fixes download issues

markimus commented on 2018-01-25 08:50 (UTC)

I've just attempted to install this package and I get the following error: "Failure while downloading http://www.ishare3d.com/3dapp/public/FlashPrint-ii/flashprint_3.20.1_amd64.deb Aborting..."

Please fix.

mgisbers commented on 2017-05-11 10:40 (UTC)

version bump to 3.16.2

rengolin commented on 2017-05-10 17:56 (UTC)

3.16.2 is out and 3.16.1 is not available from that URL any more. :( Changing the URL to: http://www.ishare3d.com/3dapp/public/FlashPrint-ii/flashprint_3.16.2_amd64.deb