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 6554294754
commit 1fcb98ca54
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -3262,4 +3262,7 @@ visualization, matrix manipulation.")
(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)))))