mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
10 lines
241 B
YAML
10 lines
241 B
YAML
|
- name: Install engineering fedora packages
|
||
|
dnf:
|
||
|
name:
|
||
|
- freecad # General purpose 3D CAD modeler
|
||
|
- gqrx
|
||
|
state: present
|
||
|
become: true
|
||
|
|
||
|
- include_tasks: superslicer.yml # PrusaSlicer fork (which is a slic3r fork)
|