Package Details: repetier-host 2.3.2-1

Git Clone URL: https://aur.archlinux.org/repetier-host.git (read-only, click to copy)
Package Base: repetier-host
Description: almost complete 3d-printing workflow
Upstream URL: http://www.repetier.com/
Licenses: custom
Submitter: der_ronny
Maintainer: marceljoseph (CReimer)
Last Packager: marceljoseph
Votes: 29
Popularity: 0.75
First Submitted: 2013-06-08 14:44 (UTC)
Last Updated: 2023-10-18 18:40 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Diamondemon commented on 2025-02-08 19:17 (UTC) (edited on 2025-02-10 07:43 (UTC) by Diamondemon)

I realized that it is impossible to right-click an stl file and click "open with" then "Repetier-Host" so I fixed it.

There are a few things to add to the shell script in order to make it accept files and others to add to the desktop file to tell it is compatible with stl Mimetype and that it can accept multiple files as arguments.

Here are the new scripts (available for a month on the pastebin, please contact me afterwards):

/usr/bin/repetierHost -> https://text.rezel.net/?be4235bd254d2709#HNME9SyK9koMicgbeU1cUJUnYu8p3gGwQHKxeqwdkzf1

/usr/share/applications/RepetierHost.desktop -> https://text.rezel.net/?6e8c561472aa1d70#3PWgEJ45LvoLT8BfnN5k9iEiav6de8EspnNzBAeGkQRi

Edit: found a simpler way for the executable file /usr/bin/repetierHost, seems like there is no need to change the working directory so here is a simpler code: https://text.rezel.net/?57b61c3e0e73eec3#JCFarpsCgMxH9YBxBRUzwoSrbwZDUNki4mTfz5tWUogw

saph commented on 2024-03-07 19:45 (UTC)

repetier-host 2.3.2-1 I had to recompile SetBaudrate and put it inside : /usr/share/RepetierHost/SetBaudrate to be able to use my printer with 250000 baudrate! Inside the tar.gz of the repetier host linux: you can find a SetBaudrate.cpp, I just used g++ to compile it : g++ SetBaudrate.cpp -o SetBaudrate

marceljoseph commented on 2019-06-08 19:38 (UTC)

guillopacheco The correct way to mark a package out of date is the "Flag package out-of-date" button on the right.

guillopacheco commented on 2019-06-03 21:42 (UTC)

Hello everyone, I'm new in the AUR and linux for that matter... how do I send a request to update this package? I just found out that a new version is out so, maybe brings something to improve 3D printing. I don't know if sending an e- mail to the packager would be innapropiate

fbestie commented on 2018-10-19 09:16 (UTC)

==> ERROR: One or more files did not pass the validity check!

oweissbarth commented on 2017-07-20 19:30 (UTC)

I built version 2.0.1 with the following changes: --- PKGBUILD.orig 2017-07-20 21:27:06.704868868 +0200 +++ PKGBUILD 2017-07-20 21:28:27.640963920 +0200 @@ -1,7 +1,7 @@ # Maintainer: der_ronny <ronnymichaelradke[at]web[dot]de> # Co-Maintainer: Christopher Reimer <mail+aur[at]c-reimer[dot]de> pkgname=repetier-host -pkgver=1.6.2 +pkgver=2.0.1 pkgrel=1 pkgdesc="almost complete 3d-printing workflow" url='http://www.repetier.com/' @@ -10,15 +10,12 @@ depends=('desktop-file-utils' 'mono') optdepends=('slic3r' 'skeinforge') source=("http://download.repetier.com/files/host/linux/repetierHostLinux_${pkgver//./_}.tgz" - "${pkgname}_buildfix.diff" "${pkgname}_fix-desktop-file.diff") -md5sums=('bc455ac8ebfbe88c2fd0f9eef0f6dcb4' - '971ee8f825963df09be4470f268cfe89' +md5sums=('689fb2dd64c508bc77bc44212b122b41' '9862b0f96ee420233b92b936d131707d') prepare() { cd ${srcdir}/RepetierHost - patch -p1 -i "${srcdir}/${pkgname}_buildfix.diff" patch -p1 -i "${srcdir}/${pkgname}_fix-desktop-file.diff" }

MechanizedMedic commented on 2017-06-24 06:40 (UTC)

A new version is out! The build fix isn't working (building) but the app still functions without it. Minimum changes needed to PGKBUILD were: line# 4: pkgver=2.0.1 13: # "${pkgname}_buildfix.diff" 15: md5sums=('689fb2dd64c508bc77bc44212b122b41' 16: # '971ee8f825963df09be4470f268cfe89' 21: # patch -p1 -i "${srcdir}/${pkgname}_buildfix.diff"

WizardStan commented on 2017-05-12 03:15 (UTC)

Yeah, sorry all, update to nvidia driver got it working again.

divetoh commented on 2017-05-11 18:28 (UTC)

After today nvidia update to version 381.22 - RepetierHost work normal on my system.

KP1533TM2 commented on 2017-05-09 12:09 (UTC) (edited on 2017-05-09 12:14 (UTC) by KP1533TM2)

I also have the same problem, with the same symptoms WizardStan is having, but my installation first got broken, then worked intermittently after a recent system update, and then got broken again. I wish I could provide more information, but I haven't captured it, unfortunately. Tried running it right now with LIBGL_DEBUG=verbose, as fagotto suggested, and I'm not getting to a crash. It spews out an entire wall of: libpng warning: iCCP: known incorrect sRGB profile libpng warning: iCCP: cHRM chunk does not match sRGB ..and then just sits there, wasting 100% of CPU core while showing a frozen splash screen.