mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: prusa-slicer: Mark as tunable.
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
This commit is contained in:
parent
6554294754
commit
1fcb98ca54
1 changed files with 4 additions and 1 deletions
|
@ -3262,4 +3262,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