mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: prusa-slicer: Mark as tunable.
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
This commit is contained in:
parent
86aee9330a
commit
93d4c566b5
1 changed files with 4 additions and 1 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Reference in a new issue