Search Criteria
Package Details: replicatorg 0040-1
Git Clone URL: | https://aur.archlinux.org/replicatorg.git (read-only, click to copy) |
---|---|
Package Base: | replicatorg |
Description: | ReplicatorG is a simple, opensource 3D printing program |
Upstream URL: | http://replicat.org |
Licenses: | |
Submitter: | feilen |
Maintainer: | None |
Last Packager: | nickoe |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2011-11-28 20:06 |
Last Updated: | 2015-06-22 22:24 |
Dependencies (4)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- python (python-dbg)
- tk (tk85)
- psyco (optional) – speed up toolpath generation
Latest Comments
1 2 3 Next › Last »
nickoe commented on 2016-12-12 22:08
You need to add proper start gcode in slic3r
CountMurphy commented on 2016-12-12 20:18
@Nickoe, thanks! Tried cura with gpx and slic3r with gpx. Each time I tried it the printer tries to print off the build plate. If its working for you, I clearly must be doing something wrong. Will look more into this. Thanks!
nickoe commented on 2016-12-12 08:51
I have been using slic3r, but when I used it with a replicator I used some other tool to convert the gcode. http://www.thingiverse.com/thing:81425
CountMurphy commented on 2016-12-11 23:17
Since this is no longer maintained, has anyone else found software that will work with a replicator 2? I've gpx, and octoprint. Both have been total failures. Rep-g was the only software I could find that would correctly package an x3g file.
nickoe commented on 2016-11-14 21:08
I do not wish to maintain this any more. Also it seems that the 0040 version is not tagged in the github repo. https://github.com/makerbot/ReplicatorG/releases
CountMurphy commented on 2015-07-23 03:23
with a current arch system, replicatorg will segfault when you try to run it. temporary solution in to down grade to these packages:
jre7-openjdk-7.u79_2.5.5-1-x86_64.pkg.tar.xz jre7-openjdk-headless-7.u79_2.5.5-1-x86_64.pkg.tar.xz jdk7-openjdk-7.u79_2.5.5-1-x86_64.pkg.tar.xz
I plan on submitting a bug report to replicatorg sometime tomorrow
hax commented on 2014-08-28 19:59
hope this is the right place to post to:
concerning the permission problems:
- make sure you are in group users
- sudo chmod g+w /opt/replicatororg
.. than you are allowed to write in that directory
concerning the lockfile problem (path for 64bit system):
I had to copy my /usr/lib/librxtxSerial-2.2pre1.so to /opt/replicatorg/lib-x86_64
and
/usr/share/java/rxtx/RXTXcomm.jar to /opt/replicatorg/lib
even tough symbol links would be better this worked for me.
HTH
max
nickoe commented on 2014-08-20 22:39
I guess you are right, ivanovp. Fixed now.
ivanovp commented on 2014-08-20 12:04
Hi,
arch=('x86' 'x86_64') should be
arch=('i686' 'x86_64')
ivanovp commented on 2014-06-14 05:57
In PKGBUILD
arch=('i686' 'x86_64')
should be instead of
arch=('x86' 'x86_64')