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: 28
Popularity: 0.060346
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 »

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.

fagotto commented on 2017-04-25 11:15 (UTC)

I've delayed the update for some time on the computer on which I use repetier-host. After the update I have a similar problem: the splash screen freeze without displaying the actual image but the region of screen is freezed. Looking at the console output and running it with LIBGL_DEBUG=verbose I get: https://pastebin.com/x8WVYmk1 In particular I think that the issue is: libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast I've not figured out how to bypass this error. I tried to compile repetierHost from source but I got the same error. N.B. I am using: $ pacman -Qs nvidia local/libvdpau 1.1.1-2 Nvidia VDPAU library local/nvidia-340xx 340.102-5 NVIDIA drivers for linux, 340xx legacy branch local/nvidia-340xx-utils 340.102-8 NVIDIA drivers utilities local/opencl-nvidia-340xx 340.102-8 OpenCL implemention for NVIDIA @WizardStan: Did you found any solution? Which graphic library do you use?