Skip to content

Commit

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

Update prusaslicer version to 2.7.1
capsulecorplab authored Jan 11, 2024
2 parents 6a35d68 + 8e41afb commit 10814b5
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.9
- [KiCAD](https://www.kicad.org/) 7.0.10
- [FreeCAD](https://www.freecad.org/) 0.20.2
- [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) 2.7.0
- [PrusaSlicer](https://github.com/prusa3d/PrusaSlicer) 2.7.1

## How to Use this Repo

Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions playbook.yaml
Original file line number Diff line number Diff line change
@@ -251,8 +251,8 @@
- install_prusaslicer

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

tasks:
@@ -590,7 +590,7 @@
- install_oshw_tools

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

tasks:

0 comments on commit 10814b5

Please sign in to comment.