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 Next › Last »

selexin commented on 2020-03-21 22:24 (UTC) (edited on 2020-03-21 22:24 (UTC) by selexin)

The segfault is in libQtGui. I suspect that the current version of Flashprint is not compatible with the Qt version of Arch.

I think you're right, I've got it working manually by installing qt5-base-595 from AUR and then starting flashprint like so:

export LD_LIBRARY_PATH=/opt/qt595/lib ; flashprint

naraesk commented on 2020-02-10 11:00 (UTC)

The segfault is in libQtGui. I suspect that the current version of Flashprint is not compatible with the Qt version of Arch.

lrustand commented on 2020-02-07 09:17 (UTC)

I also have problem with segfault. I tried installing a deb with 3.28, but it also segfaulted. So I think the problem migth be with one of the dependencies.

naraesk commented on 2020-01-31 12:47 (UTC)

Strange. I get segmentation fault every time. Not 100% sure, but I think after updating to 4.1.0 it still worked. But there were also some Qt updates in the last days.

mgisbers commented on 2020-01-31 09:45 (UTC)

@naraesk I just updated and rebooted my system. Flashprint still starts without problems.

naraesk commented on 2020-01-30 17:54 (UTC)

Has anyone else not been able to start Flashprint since yesterday or today?

itsshash commented on 2019-12-21 13:11 (UTC)

Link to new updateed deb.

www.ishare3d.com/3dapp/public/FlashPrint-ii/FlashPrint/flashprint_4.1.0_amd64.deb

mgisbers commented on 2019-10-19 11:50 (UTC)

version bump to v4.0.1

mgisbers commented on 2019-09-13 11:52 (UTC)

version bump to 4.0.0

SharkyRawr commented on 2019-07-15 12:51 (UTC)

patch for 3.28.0 PKGBUILD

diff --git a/PKGBUILD b/PKGBUILD
index b6ab15d..71491a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
 # Maintainer: Michael Gisbers <michael@gisbers.de>
 pkgname=flashprint
-pkgver=3.23.1
+pkgver=3.28.0
 pkgrel=1
 pkgdesc="Slicer for the FlashForge 3D printers."
 arch=('x86_64')
 url="http://www.ff3dp.com/"
 depends=('qt5-base')
 license=('custom')
-source=("${pkgname}-${pkgver}_amd64.deb::http://www.sz3dp.com/upfile/2018/06/30/20180630152114_383.deb" "flashprint")
+source=("${pkgname}-${pkgver}_amd64.deb::http://www.ishare3d.com/3dapp/public/FlashPrint-ii/FlashPrint/flashprint_3.28.0_amd64.deb" "flashprint")


 package() {
@@ -24,9 +24,9 @@ package() {



-md5sums=('8046ec6b0f321374dd3ca6006c1ee320'
+md5sums=('8b40f4d5c3db975ca8515da260caec3b'
          '1fa4e9abedbfb0fe9744986e2725d443')
-sha256sums=('26343c2cb7a69273b9a5b6fd0fecd406bf96d27e685f75073ab59cd8845a24cd'
+sha256sums=('cc9a368137365ecc4fc4f5b6fca1e7e8c74c43e15d3273154a0c0d091c849b95'
             'c981bd5d01b885ee952331f60a5545f1e667055f2c1fd0a37d9bb1d227bc281a')
-sha512sums=('fd1f8236ae37a0b8032f49768dad163fffaabe129578f52ba3994a39f127d888f9b8f569957ad957194eab373e753eaa34945f0fab2efc2d5f7cac8cdb7bcdfe'
+sha512sums=('64546af792a462a7b28d2d570b8eb0c8b00f3864108f35f6d2c9776b26cf9d751556eb14bb8c837b8cae414bd82cfe2ac5f2d4baf631575cc65f2417eaeb367a'
             'e233d1f4eac6b69ecb43bbd2a7a18ded87896109d1e20b7e41cae76377bd16901fd8defa7d89225a958f2d80aa44de52d8a6533619a2fc237aaae056d971fe0f')