Skip to content

Commit

Permalink
update PrusaSlicer version to 2.7.0
Browse files Browse the repository at this point in the history
- replaces tarball for PrusaSlicer 2.6.1 with 2.7.0
- use variable for prusa_release_date
  • Loading branch information
capsulecorplab committed Nov 28, 2023
1 parent ca278de commit 89320a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
6 changes: 4 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,12 @@
gather_facts: yes
tags:
- install_oshw_tools
- install_prusaslicer

vars:
- prusaslicer_version: "2.6.1"
- prusaslicer_dir: "PrusaSlicer-{{ prusaslicer_version }}+linux-x64-GTK3-202309060711"
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 Down

0 comments on commit 89320a3

Please sign in to comment.