Skip to content

Commit

Permalink
Merge pull request #56 from tetrabiodistributed/update-prusaslicer-ve…
Browse files Browse the repository at this point in the history
…rsion-to-2.7.0

Update PrusaSlicer version to 2.7.0
  • Loading branch information
capsulecorplab authored Dec 2, 2023
2 parents bfa1450 + 371df94 commit 80718fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ This repo provides an Immutable-Infrastructure-as-Code (IIaC) workspace based on
- [Arduino CLI](https://github.com/arduino/arduino-cli) 0.33.0
- [Arduino Pico](https://github.com/earlephilhower/arduino-pico) 3.3.0
- [Arduino ESP32](https://github.com/espressif/arduino-esp32) 2.0.9
- [KiCAD](https://www.kicad.org/) 7.0.8
- [KiCAD](https://www.kicad.org/) 7.0.9
- [FreeCAD](https://www.freecad.org/) 0.20.2
- [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) 2.6.0
- [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) 2.7.0

## How to Use this Repo

Expand Down
Binary file not shown.
Binary file not shown.
18 changes: 8 additions & 10 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,12 @@
gather_facts: yes
tags:
- install_oshw_tools
- install_prusaslicer

vars:
- prusaslicer_version: "2.6.0"
- prusaslicer_dir: "PrusaSlicer-{{ prusaslicer_version }}+linux-x64-GTK3-202306191220"
prusaslicer_version: 2.7.0
prusaslicer_release_date: 202311231454
prusaslicer_dir: "PrusaSlicer-{{ prusaslicer_version }}+linux-x64-GTK3-{{ prusaslicer_release_date }}"

tasks:
- name: Join parts of PrusaSlicer tarball
Expand All @@ -264,10 +266,8 @@
creates: /opt/{{ prusaslicer_dir }}/bin/prusa-slicer
- name: Create symlink for prusa-slicer in /usr/local/bin
shell: ln -srv /opt/{{ prusaslicer_dir }}/bin/prusa-slicer /usr/local/bin/prusa-slicer
- name: Create local application folder for PrusaSlicer
shell: mkdir -p /home/kasm-default-profile/.local/share/applications/
- name: Configure PrusaSlicer desktop shortcut
shell: echo "[Desktop Entry]\nName=PrusaSlicer\nGenericName=PrusaSlicer\nExec=/usr/local/bin/prusa-slicer\nIcon=/opt/{{ prusaslicer_dir }}/resources/icons/PrusaSlicer.png\nTerminal=false\nType=Application\nStartupNotify=false\nCategories=Application;Development;" > /home/kasm-default-profile/.local/share/applications/prusaslicer.desktop
shell: echo "[Desktop Entry]\nName=PrusaSlicer\nGenericName=PrusaSlicer\nExec=/usr/local/bin/prusa-slicer\nIcon=/opt/{{ prusaslicer_dir }}/resources/icons/PrusaSlicer.png\nTerminal=false\nType=Application\nStartupNotify=false\nCategories=Application;Development;" > /usr/share/applications/prusaslicer.desktop
- name: Get prusa-slicer version
shell: prusa-slicer --help | grep PrusaSlicer- | awk '{ print $1 '}
register: installed_prusaslicer_version
Expand Down Expand Up @@ -527,7 +527,7 @@
- install_oshw_tools

vars:
git_version: "2.42.0"
git_version: "2.43.0"
git_version_to_install: "1:{{ git_version }}-0ppa1~ubuntu22.04.1"
keychain_version: "2.8.5"
keychain_version_to_install: "{{ keychain_version }}-2"
Expand Down Expand Up @@ -590,7 +590,7 @@
- install_oshw_tools

vars:
kicad_version: "7.0.8"
kicad_version: "7.0.9"
kicad_version_to_install: "{{ kicad_version }}~ubuntu22.04.1"

tasks:
Expand Down Expand Up @@ -664,10 +664,8 @@
mode: '0755'
- name: Create symlink for FreeCAD AppImage in /usr/local/bin
shell: ln -srv /opt/FreeCAD/FreeCAD_{{ freecad_version }}-{{ freecad_release_date }}-conda-Linux-x86_64-py310.AppImage /usr/local/bin/freecad
- name: Create local application folder for FreeCAD
shell: mkdir -p /home/kasm-default-profile/.local/share/applications/
- name: Configure FreeCAD desktop shortcut
shell: echo "[Desktop Entry]\nName=FreeCAD\nGenericName=FreeCAD\nExec=/usr/local/bin/freecad\nIcon=/opt/FreeCAD/freecad-icon-16.png\nTerminal=false\nType=Application\nStartupNotify=false\nCategories=Application;Development;" > /home/kasm-default-profile/.local/share/applications/freecad.desktop
shell: echo "[Desktop Entry]\nName=FreeCAD\nGenericName=FreeCAD\nExec=/usr/local/bin/freecad\nIcon=/opt/FreeCAD/freecad-icon-16.png\nTerminal=false\nType=Application\nStartupNotify=false\nCategories=Application;Development;" > /usr/share/applications/freecad.desktop

-
# install Python packages with pip
Expand Down

0 comments on commit 80718fa

Please sign in to comment.