summary refs log tree commit diff
path: root/pkgs/applications/misc/slic3r
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* slic3r-prusa3d: 1.40.0 -> 1.40.1 (#43102)André-Patrick Bubel2018-07-06
|
* slic3r-prusa3d: 1.39.2 -> 1.40.0Thorsten Weber2018-06-16
| | | | Don't understand why PERL_VENDORARCH and PERL_VENDORLIB need replacing now.
* slic3r: add missing perl dependenciesProfpatsch2018-06-10
|
* slic3r-prusa3d: 1.39.1 -> 1.39.2Thorsten Weber2018-05-10
|
* treewide: move "extensions" drvs to dirMatthew Bauer2018-04-17
| | | | | This cleans up the tree for pkgs/applications somewhat. Should not change any hashes.
* slic3r: fix build with gcc6Samuel Leathers2017-09-08
|
* slic3r: Add LWP for "Send to printer"Peter Jones2016-07-18
| | | | | This patch adds a dependency on the LWP perl module so that Slic3r can make HTTP connections to Octoprint and send G-code to a remote printer.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* slic3r: Add ModuleBuild to BuildInputs, due to ↵Graham Christensen2016-03-22
| | | | http://hydra.nixos.org/build/33298227/nixlog/1
* Remove no longer (or never) referenced patchesTobias Geerinckx-Rice2016-01-24
| | | | 55 files changed, 6041 deletions. Tested with `nix-build -A tarball`.
* slic3r: 1.2.6 -> 1.2.9Bob van der Linden2015-10-22
|
* slic3r: Update to 1.2.7.Moritz Ulrich2015-06-07
|
* slic3r: update 1.2.1 -> 1.2.6Bjørn Forsman2015-04-06
| | | | | | | | | | | | | Release notes: http://slic3r.org/releases/1.2.6 Slic3r needs additional dependency, 'threads'. Add it. In addition to bug fixes and some new features, this update stops Slic3r from printing this on startup: Running Slic3r under Perl >= 5.16 is not supported nor recommended We don't have perl < 5.16 anymore, so we better update slic3r.
* slic3r: remove unneeded dependency on BoostGeometryUtilsBjørn Forsman2015-04-06
| | | | | | | Slic3r dropped this dependency in v1.1.0 and we have v1.2.x. And more importantly, BoostGeometryUtils is currently broken (fails on newer Perl versions), so this patch unbreaks Slic3r.
* slic3r: Remove meta.broken due to Perl update.aszlig2015-04-02
| | | | | | | | The update happened in fac757a77efa87c4050bef653d197381547f1b59. So it was a looong time ago and the build is working right now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* perl-5.14: RemoveEelco Dolstra2014-11-18
| | | | | It's EOL and unmaintained. There was only one package using it which I've marked as broken.
* slic3r: Bump to 1.2.1Moritz Ulrich2014-11-15
| | | | | | | Also adds OpenGL and WxGLCanvas to perlPackages.. OpenGL currently contains some pretty ugly hacks regarding OpenGL feature-detection. Expect it to fail on different systems.
* Slic3r: Bump to 1.1.7.Moritz Ulrich2014-08-20
|
* Whitespace fixes in package expressions I maintainBjørn Forsman2014-01-02
|
* slic3r: new packageBjørn Forsman2013-07-11
Slic3r is a G-code generator for 3D printers. - Math-Clipper and Boost-Geometry-Utils have been bumped to satisfy Slic3r. - Slic3r has problems with perl 5.16 due to a locale issue (comma vs period in floating point numbers). So we use perl 5.14. - The tests fail, so we skip them. According to the author of Slic3r, that should be safe: "Tests failed because of a typo when the 0.9.10b tag was applied. You can safely ignore the test results, Slic3r will work." See https://github.com/alexrj/Slic3r/issues/1303 For reference, the errors look like this: Use of uninitialized value $deg in numeric eq (==) at /tmp/nix-build-perl-slic3r-0.9.10b.drv-0/git-export/t/../lib/Slic3r/TriangleMesh.pm line 328. # Looks like your test exited with 255 before it could output anything.