gnu: prusa-slicer: Mark as tunable.

* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
This commit is contained in:
Ludovic Courtès 2021-12-04 18:08:26 +01:00
parent 86aee9330a
commit 93d4c566b5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3121,4 +3121,7 @@ (define-public prusa-slicer
(synopsis "G-code generator for 3D printers (RepRap, Makerbot, Ultimaker etc.)")
(description "PrusaSlicer takes 3D models (STL, OBJ, AMF) and converts them into
G-code instructions for FFF printers or PNG layers for mSLA 3D printers.")
(license license:agpl3)))
(license license:agpl3)
;; Mark as tunable to take advantage of SIMD code in Eigen and in libigl.
(properties '((tunable? . #t)))))